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. 68
      odoo-debrand/static/src/xml/base.xml

2
odoo-debrand/__manifest__.py

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

2
odoo-debrand/doc/changelog.rst

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

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

@ -9,30 +9,58 @@
</ul> </ul>
</t> </t>
</t> </t>
<!--<t t-extend="AppSwitcher.Content">-->
<!--<t t-jquery="div.o_application_switcher_footer" t-operation="replace">--> <t t-extend="DashboardApps">
<!--<img src="" width="96px" />--> <t t-jquery=".o_web_settings_dashboard_pills" t-operation="replace"/>
<!--</t>--> <t t-jquery="a[t-att-href='widget.data.url']" t-operation="replace"/>
<!--</t>--> </t>
<t t-extend="DashboardMain">
<t t-jquery=".o_web_settings_dashboard" t-operation="replace"> <t t-extend="DashboardPlanner">
<div class="container-fluid o_web_settings_dashboard"> <t t-jquery=".o_web_settings_dashboard_planner" t-operation="replace">
<div class="row"> <div class="text-center o_web_settings_dashboard_planner">
<div class="o_web_settings_dashboard_enterprise"/> <i class="fa fa-check-square-o fa-4x text-muted"></i>
<div class="col-md-3 col-sm-6 col-xs-12 o_web_settings_dashboard_col"> <div class="o_web_settings_dashboard_header">
<div class="text-center o_web_settings_dashboard_invitations"></div> <span class="o_web_settings_dashboard_planner_overall_progress"><t t-esc="widget.overall_progress"></t></span>
<div class="col-md-12"> %
<a t-if="debug != true" class="oe_activate_debug_mode pull-right" href="?debug" >Activate the developer mode</a> Implementation
<br t-if="debug != true"/> </div>
<a t-if="debug != 'assets'" class="oe_activate_debug_mode pull-right" href="?debug=assets" >Activate the developer mode (with assets)</a> <hr/>
<br t-if="debug != 'assets'"/> <t t-set="planners" t-value="widget.planners"/>
<a t-if="debug != false" class="oe_activate_debug_mode pull-right" href="/web" >Deactivate the developer mode</a> <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>
</div> </div>
</div> <hr/>
</div> <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>
<t t-extend="mail.client_action"> <t t-extend="mail.client_action">
<t t-jquery=".o_mail_request_permission" t-operation="inner"> <t t-jquery=".o_mail_request_permission" t-operation="inner">
Your permission is required to <a href="#"> enable desktop notifications</a>. Your permission is required to <a href="#"> enable desktop notifications</a>.

Loading…
Cancel
Save