From 09b105f77f1f058f216a9ed44346a4cab134d44f Mon Sep 17 00:00:00 2001 From: Ajmal Cybro Date: Thu, 1 Apr 2021 09:51:02 +0530 Subject: [PATCH] [ADD] Initial Commit 'odoo-debrand-14' --- {odoo-debrand => odoo-debrand-14}/README.rst | 0 {odoo-debrand => odoo-debrand-14}/__init__.py | 0 {odoo-debrand => odoo-debrand-14}/__manifest__.py | 0 .../controllers/__init__.py | 0 .../controllers/controllers.py | 2 +- odoo-debrand-14/doc/RELEASE_NOTES.md | 6 ++++++ .../models/__init__.py | 0 {odoo-debrand => odoo-debrand-14}/models/models.py | 0 .../static/description/banner.jpg | Bin .../static/description/cybro_logo.png | Bin .../static/description/icon.png | Bin .../static/description/images/checked.png | Bin .../static/description/images/cybrosys.png | Bin .../static/description/images/debranding-01.png | Bin .../static/description/images/debranding-02.png | Bin .../static/description/images/debranding-03.png | Bin .../static/description/images/debranding-04.png | Bin .../static/description/images/debranding-05.png | Bin .../static/description/images/debranding-06.png | Bin .../static/description/images/debranding_1.gif | Bin .../static/description/images/odoo debranding.png | Bin .../static/description/images/odoo-debrand.png | Bin .../description/images/order_types_in_pos.png | Bin .../static/description/images/pos_book_order.gif | Bin .../description/images/pos_combo_products.png | Bin .../description/images/pos_lot_expiry_warning.png | Bin .../description/images/pos_product_addons.png | Bin .../static/description/images/pos_return.jpeg | Bin .../static/description/images/remove_orders.png | Bin .../static/description/index.html | 0 .../static/src/js/title.js | 2 +- .../static/src/xml/base.xml | 0 .../static/src/xml/res_config_edition.xml | 0 .../views/database_manager_extend.html | 0 .../views/ir_module_views.xml | 0 .../views/res_config_views.xml | 0 {odoo-debrand => odoo-debrand-14}/views/views.xml | 2 +- odoo-debrand/doc/RELEASE_NOTES.md | 6 ------ 38 files changed, 9 insertions(+), 9 deletions(-) rename {odoo-debrand => odoo-debrand-14}/README.rst (100%) rename {odoo-debrand => odoo-debrand-14}/__init__.py (100%) rename {odoo-debrand => odoo-debrand-14}/__manifest__.py (100%) rename {odoo-debrand => odoo-debrand-14}/controllers/__init__.py (100%) rename {odoo-debrand => odoo-debrand-14}/controllers/controllers.py (98%) create mode 100644 odoo-debrand-14/doc/RELEASE_NOTES.md rename {odoo-debrand => odoo-debrand-14}/models/__init__.py (100%) rename {odoo-debrand => odoo-debrand-14}/models/models.py (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/banner.jpg (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/cybro_logo.png (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/icon.png (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/images/checked.png (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/images/cybrosys.png (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/images/debranding-01.png (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/images/debranding-02.png (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/images/debranding-03.png (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/images/debranding-04.png (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/images/debranding-05.png (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/images/debranding-06.png (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/images/debranding_1.gif (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/images/odoo debranding.png (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/images/odoo-debrand.png (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/images/order_types_in_pos.png (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/images/pos_book_order.gif (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/images/pos_combo_products.png (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/images/pos_lot_expiry_warning.png (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/images/pos_product_addons.png (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/images/pos_return.jpeg (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/images/remove_orders.png (100%) rename {odoo-debrand => odoo-debrand-14}/static/description/index.html (100%) rename {odoo-debrand => odoo-debrand-14}/static/src/js/title.js (98%) rename {odoo-debrand => odoo-debrand-14}/static/src/xml/base.xml (100%) rename {odoo-debrand => odoo-debrand-14}/static/src/xml/res_config_edition.xml (100%) rename {odoo-debrand => odoo-debrand-14}/views/database_manager_extend.html (100%) rename {odoo-debrand => odoo-debrand-14}/views/ir_module_views.xml (100%) rename {odoo-debrand => odoo-debrand-14}/views/res_config_views.xml (100%) rename {odoo-debrand => odoo-debrand-14}/views/views.xml (92%) delete mode 100644 odoo-debrand/doc/RELEASE_NOTES.md diff --git a/odoo-debrand/README.rst b/odoo-debrand-14/README.rst similarity index 100% rename from odoo-debrand/README.rst rename to odoo-debrand-14/README.rst diff --git a/odoo-debrand/__init__.py b/odoo-debrand-14/__init__.py similarity index 100% rename from odoo-debrand/__init__.py rename to odoo-debrand-14/__init__.py diff --git a/odoo-debrand/__manifest__.py b/odoo-debrand-14/__manifest__.py similarity index 100% rename from odoo-debrand/__manifest__.py rename to odoo-debrand-14/__manifest__.py diff --git a/odoo-debrand/controllers/__init__.py b/odoo-debrand-14/controllers/__init__.py similarity index 100% rename from odoo-debrand/controllers/__init__.py rename to odoo-debrand-14/controllers/__init__.py diff --git a/odoo-debrand/controllers/controllers.py b/odoo-debrand-14/controllers/controllers.py similarity index 98% rename from odoo-debrand/controllers/controllers.py rename to odoo-debrand-14/controllers/controllers.py index 61da05362..03a8c1853 100644 --- a/odoo-debrand/controllers/controllers.py +++ b/odoo-debrand-14/controllers/controllers.py @@ -44,7 +44,7 @@ if hasattr(sys, 'frozen'): os.path.join(os.path.dirname(__file__), '..', 'views')) loader = jinja2.FileSystemLoader(path) else: - loader = jinja2.PackageLoader('odoo.addons.odoo-debrand', "views") + loader = jinja2.PackageLoader('odoo.addons.odoo-debrand-14', "views") env = main.jinja2.Environment(loader=loader, autoescape=True) env.filters["json"] = json.dumps db_monodb = http.db_monodb diff --git a/odoo-debrand-14/doc/RELEASE_NOTES.md b/odoo-debrand-14/doc/RELEASE_NOTES.md new file mode 100644 index 000000000..8c29374a5 --- /dev/null +++ b/odoo-debrand-14/doc/RELEASE_NOTES.md @@ -0,0 +1,6 @@ +## Module + +#### 25.04.2021 +#### Version 14.0.1.0.0 +#### ADD +Initial Commit for odoo-debrand-14 diff --git a/odoo-debrand/models/__init__.py b/odoo-debrand-14/models/__init__.py similarity index 100% rename from odoo-debrand/models/__init__.py rename to odoo-debrand-14/models/__init__.py diff --git a/odoo-debrand/models/models.py b/odoo-debrand-14/models/models.py similarity index 100% rename from odoo-debrand/models/models.py rename to odoo-debrand-14/models/models.py diff --git a/odoo-debrand/static/description/banner.jpg b/odoo-debrand-14/static/description/banner.jpg similarity index 100% rename from odoo-debrand/static/description/banner.jpg rename to odoo-debrand-14/static/description/banner.jpg diff --git a/odoo-debrand/static/description/cybro_logo.png b/odoo-debrand-14/static/description/cybro_logo.png similarity index 100% rename from odoo-debrand/static/description/cybro_logo.png rename to odoo-debrand-14/static/description/cybro_logo.png diff --git a/odoo-debrand/static/description/icon.png b/odoo-debrand-14/static/description/icon.png similarity index 100% rename from odoo-debrand/static/description/icon.png rename to odoo-debrand-14/static/description/icon.png diff --git a/odoo-debrand/static/description/images/checked.png b/odoo-debrand-14/static/description/images/checked.png similarity index 100% rename from odoo-debrand/static/description/images/checked.png rename to odoo-debrand-14/static/description/images/checked.png diff --git a/odoo-debrand/static/description/images/cybrosys.png b/odoo-debrand-14/static/description/images/cybrosys.png similarity index 100% rename from odoo-debrand/static/description/images/cybrosys.png rename to odoo-debrand-14/static/description/images/cybrosys.png diff --git a/odoo-debrand/static/description/images/debranding-01.png b/odoo-debrand-14/static/description/images/debranding-01.png similarity index 100% rename from odoo-debrand/static/description/images/debranding-01.png rename to odoo-debrand-14/static/description/images/debranding-01.png diff --git a/odoo-debrand/static/description/images/debranding-02.png b/odoo-debrand-14/static/description/images/debranding-02.png similarity index 100% rename from odoo-debrand/static/description/images/debranding-02.png rename to odoo-debrand-14/static/description/images/debranding-02.png diff --git a/odoo-debrand/static/description/images/debranding-03.png b/odoo-debrand-14/static/description/images/debranding-03.png similarity index 100% rename from odoo-debrand/static/description/images/debranding-03.png rename to odoo-debrand-14/static/description/images/debranding-03.png diff --git a/odoo-debrand/static/description/images/debranding-04.png b/odoo-debrand-14/static/description/images/debranding-04.png similarity index 100% rename from odoo-debrand/static/description/images/debranding-04.png rename to odoo-debrand-14/static/description/images/debranding-04.png diff --git a/odoo-debrand/static/description/images/debranding-05.png b/odoo-debrand-14/static/description/images/debranding-05.png similarity index 100% rename from odoo-debrand/static/description/images/debranding-05.png rename to odoo-debrand-14/static/description/images/debranding-05.png diff --git a/odoo-debrand/static/description/images/debranding-06.png b/odoo-debrand-14/static/description/images/debranding-06.png similarity index 100% rename from odoo-debrand/static/description/images/debranding-06.png rename to odoo-debrand-14/static/description/images/debranding-06.png diff --git a/odoo-debrand/static/description/images/debranding_1.gif b/odoo-debrand-14/static/description/images/debranding_1.gif similarity index 100% rename from odoo-debrand/static/description/images/debranding_1.gif rename to odoo-debrand-14/static/description/images/debranding_1.gif diff --git a/odoo-debrand/static/description/images/odoo debranding.png b/odoo-debrand-14/static/description/images/odoo debranding.png similarity index 100% rename from odoo-debrand/static/description/images/odoo debranding.png rename to odoo-debrand-14/static/description/images/odoo debranding.png diff --git a/odoo-debrand/static/description/images/odoo-debrand.png b/odoo-debrand-14/static/description/images/odoo-debrand.png similarity index 100% rename from odoo-debrand/static/description/images/odoo-debrand.png rename to odoo-debrand-14/static/description/images/odoo-debrand.png diff --git a/odoo-debrand/static/description/images/order_types_in_pos.png b/odoo-debrand-14/static/description/images/order_types_in_pos.png similarity index 100% rename from odoo-debrand/static/description/images/order_types_in_pos.png rename to odoo-debrand-14/static/description/images/order_types_in_pos.png diff --git a/odoo-debrand/static/description/images/pos_book_order.gif b/odoo-debrand-14/static/description/images/pos_book_order.gif similarity index 100% rename from odoo-debrand/static/description/images/pos_book_order.gif rename to odoo-debrand-14/static/description/images/pos_book_order.gif diff --git a/odoo-debrand/static/description/images/pos_combo_products.png b/odoo-debrand-14/static/description/images/pos_combo_products.png similarity index 100% rename from odoo-debrand/static/description/images/pos_combo_products.png rename to odoo-debrand-14/static/description/images/pos_combo_products.png diff --git a/odoo-debrand/static/description/images/pos_lot_expiry_warning.png b/odoo-debrand-14/static/description/images/pos_lot_expiry_warning.png similarity index 100% rename from odoo-debrand/static/description/images/pos_lot_expiry_warning.png rename to odoo-debrand-14/static/description/images/pos_lot_expiry_warning.png diff --git a/odoo-debrand/static/description/images/pos_product_addons.png b/odoo-debrand-14/static/description/images/pos_product_addons.png similarity index 100% rename from odoo-debrand/static/description/images/pos_product_addons.png rename to odoo-debrand-14/static/description/images/pos_product_addons.png diff --git a/odoo-debrand/static/description/images/pos_return.jpeg b/odoo-debrand-14/static/description/images/pos_return.jpeg similarity index 100% rename from odoo-debrand/static/description/images/pos_return.jpeg rename to odoo-debrand-14/static/description/images/pos_return.jpeg diff --git a/odoo-debrand/static/description/images/remove_orders.png b/odoo-debrand-14/static/description/images/remove_orders.png similarity index 100% rename from odoo-debrand/static/description/images/remove_orders.png rename to odoo-debrand-14/static/description/images/remove_orders.png diff --git a/odoo-debrand/static/description/index.html b/odoo-debrand-14/static/description/index.html similarity index 100% rename from odoo-debrand/static/description/index.html rename to odoo-debrand-14/static/description/index.html diff --git a/odoo-debrand/static/src/js/title.js b/odoo-debrand-14/static/src/js/title.js similarity index 98% rename from odoo-debrand/static/src/js/title.js rename to odoo-debrand-14/static/src/js/title.js index 584d795b7..be6213122 100644 --- a/odoo-debrand/static/src/js/title.js +++ b/odoo-debrand-14/static/src/js/title.js @@ -1,4 +1,4 @@ -odoo.define('odoo-debrand.title', function(require) { +odoo.define('odoo-debrand-14.title', function(require) { "use strict"; var core = require('web.core'); diff --git a/odoo-debrand/static/src/xml/base.xml b/odoo-debrand-14/static/src/xml/base.xml similarity index 100% rename from odoo-debrand/static/src/xml/base.xml rename to odoo-debrand-14/static/src/xml/base.xml diff --git a/odoo-debrand/static/src/xml/res_config_edition.xml b/odoo-debrand-14/static/src/xml/res_config_edition.xml similarity index 100% rename from odoo-debrand/static/src/xml/res_config_edition.xml rename to odoo-debrand-14/static/src/xml/res_config_edition.xml diff --git a/odoo-debrand/views/database_manager_extend.html b/odoo-debrand-14/views/database_manager_extend.html similarity index 100% rename from odoo-debrand/views/database_manager_extend.html rename to odoo-debrand-14/views/database_manager_extend.html diff --git a/odoo-debrand/views/ir_module_views.xml b/odoo-debrand-14/views/ir_module_views.xml similarity index 100% rename from odoo-debrand/views/ir_module_views.xml rename to odoo-debrand-14/views/ir_module_views.xml diff --git a/odoo-debrand/views/res_config_views.xml b/odoo-debrand-14/views/res_config_views.xml similarity index 100% rename from odoo-debrand/views/res_config_views.xml rename to odoo-debrand-14/views/res_config_views.xml diff --git a/odoo-debrand/views/views.xml b/odoo-debrand-14/views/views.xml similarity index 92% rename from odoo-debrand/views/views.xml rename to odoo-debrand-14/views/views.xml index 2153a6388..067bf1204 100644 --- a/odoo-debrand/views/views.xml +++ b/odoo-debrand-14/views/views.xml @@ -1,7 +1,7 @@