diff --git a/dark_mode_backend/static/description/assets/icons/._.DS_Store b/dark_mode_backend/static/description/assets/icons/._.DS_Store deleted file mode 100644 index 9ad849cdb..000000000 Binary files a/dark_mode_backend/static/description/assets/icons/._.DS_Store and /dev/null differ diff --git a/gstin_verification_api/static/description/assets/.DS_Store b/gstin_verification_api/static/description/assets/.DS_Store deleted file mode 100644 index adc4ae937..000000000 Binary files a/gstin_verification_api/static/description/assets/.DS_Store and /dev/null differ diff --git a/gstin_verification_api/static/description/assets/screenshots/.DS_Store b/gstin_verification_api/static/description/assets/screenshots/.DS_Store deleted file mode 100644 index 3d4298f19..000000000 Binary files a/gstin_verification_api/static/description/assets/screenshots/.DS_Store and /dev/null differ diff --git a/jazzy_backend_theme/static/description/assets/._.DS_Store b/jazzy_backend_theme/static/description/assets/._.DS_Store deleted file mode 100644 index 9ad849cdb..000000000 Binary files a/jazzy_backend_theme/static/description/assets/._.DS_Store and /dev/null differ diff --git a/master_search/static/description/assets/icons/._.DS_Store b/master_search/static/description/assets/icons/._.DS_Store deleted file mode 100644 index 9ad849cdb..000000000 Binary files a/master_search/static/description/assets/icons/._.DS_Store and /dev/null differ diff --git a/multicolor_backend_theme/static/description/assets/icons/._.DS_Store b/multicolor_backend_theme/static/description/assets/icons/._.DS_Store deleted file mode 100644 index 9ad849cdb..000000000 Binary files a/multicolor_backend_theme/static/description/assets/icons/._.DS_Store and /dev/null differ diff --git a/multiple_order_confirm/.DS_Store b/multiple_order_confirm/.DS_Store deleted file mode 100644 index 1012f4af5..000000000 Binary files a/multiple_order_confirm/.DS_Store and /dev/null differ diff --git a/multiple_order_confirm/static/.DS_Store b/multiple_order_confirm/static/.DS_Store deleted file mode 100644 index 3820c2b2a..000000000 Binary files a/multiple_order_confirm/static/.DS_Store and /dev/null differ diff --git a/multiple_order_confirm/static/description/.DS_Store b/multiple_order_confirm/static/description/.DS_Store deleted file mode 100644 index e88eaf1be..000000000 Binary files a/multiple_order_confirm/static/description/.DS_Store and /dev/null differ diff --git a/multiple_order_confirm/static/description/assets/.DS_Store b/multiple_order_confirm/static/description/assets/.DS_Store deleted file mode 100644 index 4e283833e..000000000 Binary files a/multiple_order_confirm/static/description/assets/.DS_Store and /dev/null differ diff --git a/multiple_order_confirm/static/description/assets/modules/.DS_Store b/multiple_order_confirm/static/description/assets/modules/.DS_Store deleted file mode 100644 index 2e08a84da..000000000 Binary files a/multiple_order_confirm/static/description/assets/modules/.DS_Store and /dev/null differ diff --git a/orange_theme_odoo12/static/description/assets/._.DS_Store b/orange_theme_odoo12/static/description/assets/._.DS_Store deleted file mode 100644 index 9ad849cdb..000000000 Binary files a/orange_theme_odoo12/static/description/assets/._.DS_Store and /dev/null differ diff --git a/product_brand_inventory/README.md b/product_brand_inventory/README.rst similarity index 52% rename from product_brand_inventory/README.md rename to product_brand_inventory/README.rst index c6fff90a7..2570cb30e 100644 --- a/product_brand_inventory/README.md +++ b/product_brand_inventory/README.rst @@ -1,8 +1,15 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: https://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + Product Brand in Inventory ========================== +This module lets you add Brand in Inventory and for products. + Installation ============ + - www.odoo.com/documentation/15.0/setup/install.html - Install our custom addon @@ -15,17 +22,25 @@ Bug Tracker =========== Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. -Credits -======= -* Cybrosys Techno Solutions +Contacts +-------- +* Mail Contact : odoo@cybrosys.com +Credits +------- -Developer: Sonu Soman - sonu@cybrosys.info +Developer: (V15) Sonu Soman, Contact: odoo@cybrosys.com Maintainer ---------- +.. image:: https://cybrosys.com/images/logo.png + :target: https://cybrosys.com + This module is maintained by Cybrosys Technologies. For support and more information, please visit https://www.cybrosys.com. +Further information +=================== +HTML Description: ``__ diff --git a/product_brand_inventory/__manifest__.py b/product_brand_inventory/__manifest__.py index 7357f55fc..b74df3514 100644 --- a/product_brand_inventory/__manifest__.py +++ b/product_brand_inventory/__manifest__.py @@ -20,9 +20,11 @@ ################################################################################### { 'name': 'Product Brand in Inventory', - 'version': '15.0.1.0.0', + 'version': '15.0.1.0.1', 'category': 'Warehouse', 'summary': 'Product Brand in Inventory', + 'description': 'This module lets you add ' + 'Brand in Inventory and for products.', 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', @@ -30,12 +32,11 @@ 'website': 'https://www.cybrosys.com', 'depends': ['stock'], 'data': [ - 'views/brand_views.xml', 'security/ir.model.access.csv', + 'views/brand_views.xml', ], 'license': 'AGPL-3', 'installable': True, 'auto_install': False, 'application': False, - } diff --git a/product_brand_inventory/doc/RELEASE_NOTES.md b/product_brand_inventory/doc/RELEASE_NOTES.md index 10c2e5d19..390bdaeb1 100644 --- a/product_brand_inventory/doc/RELEASE_NOTES.md +++ b/product_brand_inventory/doc/RELEASE_NOTES.md @@ -3,3 +3,11 @@ #### 20.09.2021 #### Version 15.0.1.0.0 #### ADD + +- Initial commit for Product Brand in Inventory + +#### 18.08.2023 +#### Version 15.0.1.0.1 +#### UPDT + +- Update Brand Group By in Inventory Report diff --git a/product_brand_inventory/models/__init__.py b/product_brand_inventory/models/__init__.py index 79145f8f0..5854857e4 100644 --- a/product_brand_inventory/models/__init__.py +++ b/product_brand_inventory/models/__init__.py @@ -1 +1,21 @@ -from . import brand \ No newline at end of file +# -*- coding: utf-8 -*- +################################################################################### +# +# Cybrosys Technologies Pvt. Ltd. +# +# Copyright (C) 2021-TODAY Cybrosys Technologies(). +# This program is free software: you can modify +# it under the terms of the GNU Affero General Public License (AGPL) as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +################################################################################### +from . import brand diff --git a/product_brand_inventory/security/ir.model.access.csv b/product_brand_inventory/security/ir.model.access.csv index 6c654dda8..450a50f4b 100644 --- a/product_brand_inventory/security/ir.model.access.csv +++ b/product_brand_inventory/security/ir.model.access.csv @@ -1,2 +1,2 @@ id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink -access_product_brand,access_product_brand,model_product_brand,,1,1,1,1 \ No newline at end of file +access_product_brand,access_product_brand,model_product_brand,,1,1,1,1 diff --git a/product_brand_inventory/views/brand_views.xml b/product_brand_inventory/views/brand_views.xml index 4ebdaeead..ebba3efa0 100644 --- a/product_brand_inventory/views/brand_views.xml +++ b/product_brand_inventory/views/brand_views.xml @@ -1,86 +1,111 @@ + - - - Brand Name - product.template - - - - - + + + product.template.form.view.inherit.product.brand + product.template + + + + - + + - - Product Brand - product.brand - tree,form - - - Product Brand - product.brand - -
- - -
-