Browse Source

[UPDT] Odoo License restored 'odoo-debrand'

pull/176/head
AjmalCybro 5 years ago
parent
commit
08b12f7f21
  1. 2
      odoo-debrand/__manifest__.py
  2. 5
      odoo-debrand/doc/changelog.md
  3. 46
      odoo-debrand/static/src/xml/base.xml

2
odoo-debrand/__manifest__.py

@ -22,7 +22,7 @@
{
'name': "Odoo Debranding",
'version': "12.0.1.1.1",
'version': "12.0.1.1.2",
'summary': """Debrand Odoo""",
'description': """Debrand Odoo,Debranding""",
'author': "Cybrosys Techno Solutions",

5
odoo-debrand/doc/changelog.md

@ -14,3 +14,8 @@ Bug Fixed, Issue in New Db Creation
#### Version 12.0.1.1.1
#### FIX
Bug Fixed, Icon in database manager.
#### 18.09.2020
#### Version 12.0.1.1.2
#### FIX
Bug Fixed, Icon in database manager.

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

@ -12,25 +12,41 @@
</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 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>
</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