Browse Source

[UPDT] Updated 'odoo-debrand'

pull/165/head
AjmalCybro 5 years ago
parent
commit
ea93af6f4f
  1. 5
      odoo-debrand/__manifest__.py
  2. 5
      odoo-debrand/doc/RELEASE_NOTES.md
  3. 22
      odoo-debrand/static/src/xml/res_config_edition.xml
  4. 2
      odoo-debrand/views/res_config_views.xml

5
odoo-debrand/__manifest__.py

@ -22,7 +22,7 @@
{
'name': "Odoo Debranding",
'version': "13.0.1.2.2",
'version': "13.0.1.3.3",
'summary': """Odoo Backend and Front end Debranding""",
'description': """Debrand Odoo,Debranding, odoo13""",
'live_test_url': 'https://www.youtube.com/watch?v=fYSPARjmYA4',
@ -37,7 +37,8 @@
'views/res_config_views.xml',
'views/ir_module_views.xml'
],
'qweb': ["static/src/xml/base.xml"],
'qweb': ["static/src/xml/base.xml",
"static/src/xml/res_config_edition.xml"],
'images': ['static/description/banner.gif'],
'license': "AGPL-3",
'installable': True,

5
odoo-debrand/doc/RELEASE_NOTES.md

@ -4,3 +4,8 @@
#### Version 13.0.1.0.0
#### ADD
Initial Commit for odoo-debrand
#### 17.10.2019
#### Version 13.0.1.3.3
#### UPDT
License section restored.

22
odoo-debrand/static/src/xml/res_config_edition.xml

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<t t-extend="res_config_edition">
<t t-jquery="div[id='edition']" t-operation="replace">
<div class="col-12 o_setting_box" id="edition">
<div class="o_setting_right_pane">
<div>
<div class="tab-content">
<div role="tabpanel" id="settings"
class="tab-pane active text-muted o_web_settings_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>
</t>
</t>
</templates>

2
odoo-debrand/views/res_config_views.xml

@ -5,7 +5,7 @@
<field name="model">res.config.settings</field>
<field name="inherit_id" ref="base_setup.res_config_settings_view_form"/>
<field name="arch" type="xml">
<div id="about" position="replace"/>
<div id="appstore" position="replace"/>
</field>
</record>
</odoo>
Loading…
Cancel
Save