Browse Source

[UPDT] Odoo License restored 'odoo-debrand'

pull/187/head
AjmalCybro 5 years ago
parent
commit
2c9ad40737
  1. 2
      odoo-debrand/__manifest__.py
  2. 2
      odoo-debrand/doc/changelog.rst
  3. 64
      odoo-debrand/static/src/xml/base.xml

2
odoo-debrand/__manifest__.py

@ -19,7 +19,7 @@
##############################################################################
{
'name': "Odoo Debranding",
'version': "11.0.3.0",
'version': "11.0.3.0.1",
'summary': """Debrand Odoo""",
'description': """Debrand Odoo""",
'author': "Cybrosys Techno Solutions",

2
odoo-debrand/doc/changelog.rst

@ -5,5 +5,7 @@ Changelog
------------
- Initial Commit
- UPDT
License restored

64
odoo-debrand/static/src/xml/base.xml

@ -9,30 +9,58 @@
</ul>
</t>
</t>
<!--<t t-extend="AppSwitcher.Content">-->
<!--<t t-jquery="div.o_application_switcher_footer" t-operation="replace">-->
<!--<img src="" width="96px" />-->
<!--</t>-->
<!--</t>-->
<t t-extend="DashboardMain">
<t t-jquery=".o_web_settings_dashboard" t-operation="replace">
<div class="container-fluid o_web_settings_dashboard">
<div class="row">
<div class="o_web_settings_dashboard_enterprise"/>
<div class="col-md-3 col-sm-6 col-xs-12 o_web_settings_dashboard_col">
<div class="text-center o_web_settings_dashboard_invitations"></div>
<div class="col-md-12">
<a t-if="debug != true" class="oe_activate_debug_mode pull-right" href="?debug" >Activate the developer mode</a>
<br t-if="debug != true"/>
<a t-if="debug != 'assets'" class="oe_activate_debug_mode pull-right" href="?debug=assets" >Activate the developer mode (with assets)</a>
<br t-if="debug != 'assets'"/>
<a t-if="debug != false" class="oe_activate_debug_mode pull-right" href="/web" >Deactivate the developer mode</a>
<t t-extend="DashboardApps">
<t t-jquery=".o_web_settings_dashboard_pills" t-operation="replace"/>
<t t-jquery="a[t-att-href='widget.data.url']" t-operation="replace"/>
</t>
<t t-extend="DashboardPlanner">
<t t-jquery=".o_web_settings_dashboard_planner" t-operation="replace">
<div class="text-center o_web_settings_dashboard_planner">
<i class="fa fa-check-square-o fa-4x text-muted"></i>
<div class="o_web_settings_dashboard_header">
<span class="o_web_settings_dashboard_planner_overall_progress"><t t-esc="widget.overall_progress"></t></span>
%
Implementation
</div>
<hr/>
<t t-set="planners" t-value="widget.planners"/>
<t t-call="DashboardPlanner.PlannersList"/>
</div>
</t>
</t>
<t t-extend="DashboardShare">
<t t-jquery=".o_web_settings_dashboard_share" t-operation="replace">
<div class="text-center o_web_settings_dashboard_share">
<t t-set="server_version" t-value="widget.data.server_version"/>
<t t-set="debug" t-value="widget.data.debug"/>
<t t-set="demo_active" t-value="widget.data.demo_active"/>
<div class="text-center">
<div class="tab-content">
<div role="tabpanel" id="settings"
class="tab-pane active text-muted text-center o_web_settings_dashboard_compact_subtitle">
<small>Copyright © 2004 <a target="_blank" href="https://www.odoo.com"
style="text-decoration: underline;">Odoo S.A.</a>
<a target="_blank" href="http://www.gnu.org/licenses/lgpl.html"
style="text-decoration: underline;">GNU LGPL Licensed</a></small>
</div>
</div>
</div>
<hr/>
<a t-if="debug != true" class="oe_activate_debug_mode float-right" href="?debug">Activate the developer mode</a>
<br t-if="debug != true"/>
<a t-if="debug != 'assets'" class="oe_activate_debug_mode float-right" href="?debug=assets">Activate the developer mode (with assets)</a>
<br t-if="debug != 'assets'"/>
<a t-if="debug != false" class="oe_activate_debug_mode float-right" href="/web">Deactivate the developer mode</a>
<br t-if="debug != false"/>
<a t-if="(debug) and !(demo_active)"
class="oe_activate_debug_mode float-right o_web_settings_dashboard_force_demo" href="#">Load demo data</a>
</div>
</t>
</t>
<t t-extend="mail.client_action">
<t t-jquery=".o_mail_request_permission" t-operation="inner">
Your permission is required to <a href="#"> enable desktop notifications</a>.

Loading…
Cancel
Save