diff --git a/odoo-debrand/__manifest__.py b/odoo-debrand/__manifest__.py index aca849495..37544e9c8 100644 --- a/odoo-debrand/__manifest__.py +++ b/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, diff --git a/odoo-debrand/doc/RELEASE_NOTES.md b/odoo-debrand/doc/RELEASE_NOTES.md index f61ef0545..4c0ee0a86 100644 --- a/odoo-debrand/doc/RELEASE_NOTES.md +++ b/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. diff --git a/odoo-debrand/static/src/xml/res_config_edition.xml b/odoo-debrand/static/src/xml/res_config_edition.xml new file mode 100644 index 000000000..85d0d5314 --- /dev/null +++ b/odoo-debrand/static/src/xml/res_config_edition.xml @@ -0,0 +1,22 @@ + + + + +
+
+
+
+
+ Copyright © 2004 Odoo S.A. + GNU LGPL Licensed +
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/odoo-debrand/views/res_config_views.xml b/odoo-debrand/views/res_config_views.xml index 2d47f9dfe..c43f2172c 100644 --- a/odoo-debrand/views/res_config_views.xml +++ b/odoo-debrand/views/res_config_views.xml @@ -5,7 +5,7 @@ res.config.settings -
+
\ No newline at end of file