diff --git a/odoo-bringout-cybrosys-product_brand_purchase/README.md b/odoo-bringout-cybrosys-product_brand_purchase/README.md deleted file mode 100644 index 677d3d8..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/README.md +++ /dev/null @@ -1,46 +0,0 @@ -# Product Brand in Purchase - -Product Brand in Purchase, purchase, brand, odoo13 - -## Installation - -```bash -pip install odoo-bringout-cybrosys-product_brand_purchase -``` - -## Dependencies - -This addon depends on: -- purchase - -## Manifest Information - -- **Name**: Product Brand in Purchase -- **Version**: 16.0.1.0.0 -- **Category**: Purchases -- **License**: AGPL-3 -- **Installable**: True - -## Source - -Custom addon from bringout-cybrosys vendor, addon `product_brand_purchase`. - -## License - -This package maintains the original AGPL-3 license from the addon. - -## Documentation - -- Overview: doc/OVERVIEW.md -- Architecture: doc/ARCHITECTURE.md -- Models: doc/MODELS.md -- Controllers: doc/CONTROLLERS.md -- Wizards: doc/WIZARDS.md -- Reports: doc/REPORTS.md -- Security: doc/SECURITY.md -- Install: doc/INSTALL.md -- Usage: doc/USAGE.md -- Configuration: doc/CONFIGURATION.md -- Dependencies: doc/DEPENDENCIES.md -- Troubleshooting: doc/TROUBLESHOOTING.md -- FAQ: doc/FAQ.md diff --git a/odoo-bringout-cybrosys-product_brand_purchase/doc/ARCHITECTURE.md b/odoo-bringout-cybrosys-product_brand_purchase/doc/ARCHITECTURE.md deleted file mode 100644 index 1819320..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/doc/ARCHITECTURE.md +++ /dev/null @@ -1,32 +0,0 @@ -# Architecture - -```mermaid -flowchart TD - U[Users] -->|HTTP| V[Views and QWeb Templates] - V --> C[Controllers] - V --> W[Wizards – Transient Models] - C --> M[Models and ORM] - W --> M - M --> R[Reports] - DX[Data XML] --> M - S[Security – ACLs and Groups] -. enforces .-> M - - subgraph Product_brand_purchase Module - product_brand_purchase - direction LR - M:::layer - W:::layer - C:::layer - V:::layer - R:::layer - S:::layer - DX:::layer - end - - classDef layer fill:#eef8ff,stroke:#6ea8fe,stroke-width:1px -``` - -Notes -- Views include tree/form/kanban templates and report templates. -- Controllers provide website/portal routes when present. -- Wizards are UI flows implemented with `models.TransientModel`. -- Data XML loads data/demo records; Security defines groups and access. diff --git a/odoo-bringout-cybrosys-product_brand_purchase/doc/CONFIGURATION.md b/odoo-bringout-cybrosys-product_brand_purchase/doc/CONFIGURATION.md deleted file mode 100644 index 1d2dc4c..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/doc/CONFIGURATION.md +++ /dev/null @@ -1,3 +0,0 @@ -# Configuration - -Refer to Odoo settings for product_brand_purchase. Configure related models, access rights, and options as needed. diff --git a/odoo-bringout-cybrosys-product_brand_purchase/doc/CONTROLLERS.md b/odoo-bringout-cybrosys-product_brand_purchase/doc/CONTROLLERS.md deleted file mode 100644 index f628e77..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/doc/CONTROLLERS.md +++ /dev/null @@ -1,3 +0,0 @@ -# Controllers - -This module does not define custom HTTP controllers. diff --git a/odoo-bringout-cybrosys-product_brand_purchase/doc/DEPENDENCIES.md b/odoo-bringout-cybrosys-product_brand_purchase/doc/DEPENDENCIES.md deleted file mode 100644 index d77dd48..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/doc/DEPENDENCIES.md +++ /dev/null @@ -1,5 +0,0 @@ -# Dependencies - -This addon depends on: - -- [purchase](../../odoo-bringout-oca-ocb-purchase) diff --git a/odoo-bringout-cybrosys-product_brand_purchase/doc/FAQ.md b/odoo-bringout-cybrosys-product_brand_purchase/doc/FAQ.md deleted file mode 100644 index 65ebc28..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/doc/FAQ.md +++ /dev/null @@ -1,4 +0,0 @@ -# FAQ - -- Q: Which Odoo version? A: 16.0 (OCA/OCB packaged). -- Q: How to enable? A: Start server with --addon product_brand_purchase or install in UI. diff --git a/odoo-bringout-cybrosys-product_brand_purchase/doc/INSTALL.md b/odoo-bringout-cybrosys-product_brand_purchase/doc/INSTALL.md deleted file mode 100644 index 172c896..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/doc/INSTALL.md +++ /dev/null @@ -1,7 +0,0 @@ -# Install - -```bash -pip install odoo-bringout-cybrosys-product_brand_purchase" -# or -uv pip install odoo-bringout-cybrosys-product_brand_purchase" -``` diff --git a/odoo-bringout-cybrosys-product_brand_purchase/doc/MODELS.md b/odoo-bringout-cybrosys-product_brand_purchase/doc/MODELS.md deleted file mode 100644 index 4151df1..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/doc/MODELS.md +++ /dev/null @@ -1,14 +0,0 @@ -# Models - -Detected core models and extensions in product_brand_purchase. - -```mermaid -classDiagram - class product_brand - class product_template - class purchase_report -``` - -Notes -- Classes show model technical names; fields omitted for brevity. -- Items listed under _inherit are extensions of existing models. diff --git a/odoo-bringout-cybrosys-product_brand_purchase/doc/OVERVIEW.md b/odoo-bringout-cybrosys-product_brand_purchase/doc/OVERVIEW.md deleted file mode 100644 index 2be7594..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/doc/OVERVIEW.md +++ /dev/null @@ -1,6 +0,0 @@ -# Overview - -Packaged Odoo addon: product_brand_purchase. Provides features documented in upstream Odoo 16 under this addon. - -- Source: OCA/OCB 16.0, addon product_brand_purchase -- License: LGPL-3 diff --git a/odoo-bringout-cybrosys-product_brand_purchase/doc/REPORTS.md b/odoo-bringout-cybrosys-product_brand_purchase/doc/REPORTS.md deleted file mode 100644 index e0ea35f..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/doc/REPORTS.md +++ /dev/null @@ -1,3 +0,0 @@ -# Reports - -This module does not define custom reports. diff --git a/odoo-bringout-cybrosys-product_brand_purchase/doc/SECURITY.md b/odoo-bringout-cybrosys-product_brand_purchase/doc/SECURITY.md deleted file mode 100644 index 9726a79..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/doc/SECURITY.md +++ /dev/null @@ -1,34 +0,0 @@ -# Security - -Access control and security definitions in product_brand_purchase. - -## Access Control Lists (ACLs) - -Model access permissions defined in: -- **[ir.model.access.csv](../product_brand_purchase/security/ir.model.access.csv)** - - 0 model access rules - -## Record Rules - -Row-level security rules defined in: - -```mermaid -graph TB - subgraph "Security Layers" - A[Users] --> B[Groups] - B --> C[Access Control Lists] - C --> D[Models] - B --> E[Record Rules] - E --> F[Individual Records] - end -``` - -Security files overview: -- **[ir.model.access.csv](../product_brand_purchase/security/ir.model.access.csv)** - - Model access permissions (CRUD rights) - -Notes -- Access Control Lists define which groups can access which models -- Record Rules provide row-level security (filter records by user/group) -- Security groups organize users and define permission sets -- All security is enforced at the ORM level by Odoo diff --git a/odoo-bringout-cybrosys-product_brand_purchase/doc/TROUBLESHOOTING.md b/odoo-bringout-cybrosys-product_brand_purchase/doc/TROUBLESHOOTING.md deleted file mode 100644 index 56853cb..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/doc/TROUBLESHOOTING.md +++ /dev/null @@ -1,5 +0,0 @@ -# Troubleshooting - -- Ensure Python and Odoo environment matches repo guidance. -- Check database connectivity and logs if startup fails. -- Validate that dependent addons listed in DEPENDENCIES.md are installed. diff --git a/odoo-bringout-cybrosys-product_brand_purchase/doc/USAGE.md b/odoo-bringout-cybrosys-product_brand_purchase/doc/USAGE.md deleted file mode 100644 index 33ac105..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/doc/USAGE.md +++ /dev/null @@ -1,7 +0,0 @@ -# Usage - -Start Odoo including this addon (from repo root): - -```bash -python3 scripts/nix_odoo_web_server.py --db-name mydb --addon product_brand_purchase -``` diff --git a/odoo-bringout-cybrosys-product_brand_purchase/doc/WIZARDS.md b/odoo-bringout-cybrosys-product_brand_purchase/doc/WIZARDS.md deleted file mode 100644 index 48e790d..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/doc/WIZARDS.md +++ /dev/null @@ -1,3 +0,0 @@ -# Wizards - -This module does not include UI wizards. diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/README.md b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/README.md deleted file mode 100644 index 8bd090b..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/README.md +++ /dev/null @@ -1,33 +0,0 @@ -Product Brand in Purchase -========================= - -Installation -============ -- www.odoo.com/documentation/16.0/setup/install.html -- Install our custom addon - -License -======= -GNU AFFERO GENERAL PUBLIC LICENSE, Version 3 (AGPLv3) -(http://www.gnu.org/licenses/agpl.html) - -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 - - -Developer: Afras Habis - odoo@cybrosys.com, - Version 15 Midilaj V K - odoo@cybrosys.com - Version 16 Amaya Aravind EV - odoo@cybrosys.com - -Maintainer ----------- - -This module is maintained by Cybrosys Technologies. - -For support and more information, please visit https://www.cybrosys.com. - diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/__init__.py b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/__init__.py deleted file mode 100644 index e660e55..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/__init__.py +++ /dev/null @@ -1,23 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################# -# -# Cybrosys Technologies Pvt. Ltd. -# -# Copyright (C) 2022-TODAY Cybrosys Technologies() -# Author: Amaya Aravind EV () -# -# You can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. -# -# 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 LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. -# -# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# (LGPL v3) along with this program. -# If not, see . -# -############################################################################# - -from . import models diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/__manifest__.py b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/__manifest__.py deleted file mode 100644 index 722a349..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/__manifest__.py +++ /dev/null @@ -1,44 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################# -# -# Cybrosys Technologies Pvt. Ltd. -# -# Copyright (C) 2022-TODAY Cybrosys Technologies() -# Author: Amaya Aravind EV () -# -# You can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. -# -# 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 LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. -# -# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# (LGPL v3) along with this program. -# If not, see . -# -############################################################################# -{ - 'name': 'Product Brand in Purchase', - 'version': '16.0.1.0.0', - 'category': 'Purchases', - 'summary': 'Product Brand in Purchase', - 'description': 'Product Brand in Purchase, purchase, brand, odoo13', - 'author': 'Cybrosys Techno Solutions', - 'company': 'Cybrosys Techno Solutions', - 'maintainer': 'Cybrosys Techno Solutions', - 'images': ['static/description/banner.png'], - 'website': 'https://www.cybrosys.com', - 'depends': ['purchase'], - 'data': [ - 'security/ir.model.access.csv', - 'views/brand_views.xml', - 'views/purchase_report_views.xml' - ], - 'license': 'AGPL-3', - 'installable': True, - 'auto_install': False, - 'application': False, - -} diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/doc/RELEASE_NOTES.md b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/doc/RELEASE_NOTES.md deleted file mode 100644 index 340f2fd..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/doc/RELEASE_NOTES.md +++ /dev/null @@ -1,6 +0,0 @@ -## Module - -#### 22.10.2021 -#### Version 16.0.1.0.0 -#### ADD -Initial Commit diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/models/__init__.py b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/models/__init__.py deleted file mode 100644 index 9a513c0..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/models/__init__.py +++ /dev/null @@ -1,23 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################# -# -# Cybrosys Technologies Pvt. Ltd. -# -# Copyright (C) 2022-TODAY Cybrosys Technologies() -# Author: Amaya Aravind EV () -# -# You can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. -# -# 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 LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. -# -# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# (LGPL v3) along with this program. -# If not, see . -# -############################################################################# - -from . import brand diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/models/brand.py b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/models/brand.py deleted file mode 100644 index 4a2dd87..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/models/brand.py +++ /dev/null @@ -1,60 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################# -# -# Cybrosys Technologies Pvt. Ltd. -# -# Copyright (C) 2022-TODAY Cybrosys Technologies() -# Author: Amaya Aravind EV () -# -# You can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. -# -# 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 LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. -# -# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# (LGPL v3) along with this program. -# If not, see . -# -############################################################################# - -from odoo import models, fields, api, tools - - -class ProductBrand(models.Model): - _inherit = 'product.template' - - brand_id = fields.Many2one('product.brand', string='Brand') - - -class BrandProduct(models.Model): - _name = 'product.brand' - - name = fields.Char(String="Name") - brand_image = fields.Binary() - member_ids = fields.One2many('product.template', 'brand_id') - product_count = fields.Char(String='Product Count', compute='get_count_products', store=True) - - @api.depends('member_ids') - def get_count_products(self): - self.product_count = len(self.member_ids) - - -class PurchaseBrandPivot(models.Model): - _inherit = 'purchase.report' - - brand_id = fields.Many2one('product.brand', string='Brand') - - def _select(self): - res = super(PurchaseBrandPivot, self)._select() - query = res.split('t.categ_id as category_id,', 1) - rese = query[0] + 't.categ_id as category_id,t.brand_id as brand_id,' + query[1] - return rese - - def _group_by(self): - res = super(PurchaseBrandPivot, self)._group_by() - query = res.split('t.categ_id,', 1) - res = query[0] + 't.categ_id,t.brand_id,' + query[1] - return res diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/security/ir.model.access.csv b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/security/ir.model.access.csv deleted file mode 100644 index 6c654dd..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/security/ir.model.access.csv +++ /dev/null @@ -1,2 +0,0 @@ -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 diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/check.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/check.png deleted file mode 100644 index c8e85f5..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/check.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/chevron.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/chevron.png deleted file mode 100644 index 2089293..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/chevron.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/cogs.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/cogs.png deleted file mode 100644 index 95d0bad..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/cogs.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/consultation.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/consultation.png deleted file mode 100644 index 8319d4b..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/consultation.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/ecom-black.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/ecom-black.png deleted file mode 100644 index a9385ff..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/ecom-black.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/education-black.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/education-black.png deleted file mode 100644 index 3eb09b2..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/education-black.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/hotel-black.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/hotel-black.png deleted file mode 100644 index 130f613..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/hotel-black.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/license.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/license.png deleted file mode 100644 index a586979..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/license.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/lifebuoy.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/lifebuoy.png deleted file mode 100644 index 658d56c..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/lifebuoy.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/manufacturing-black.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/manufacturing-black.png deleted file mode 100644 index 697eb0e..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/manufacturing-black.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/pos-black.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/pos-black.png deleted file mode 100644 index 97c0f90..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/pos-black.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/puzzle.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/puzzle.png deleted file mode 100644 index 65cf854..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/puzzle.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/restaurant-black.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/restaurant-black.png deleted file mode 100644 index 4a35eb9..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/restaurant-black.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/service-black.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/service-black.png deleted file mode 100644 index 301ab51..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/service-black.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/trading-black.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/trading-black.png deleted file mode 100644 index 9398ba2..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/trading-black.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/training.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/training.png deleted file mode 100644 index 884ca02..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/training.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/update.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/update.png deleted file mode 100644 index ecbc5a0..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/update.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/user.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/user.png deleted file mode 100644 index 6ffb23d..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/user.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/wrench.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/wrench.png deleted file mode 100644 index 6c04dea..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/icons/wrench.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/categories.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/categories.png deleted file mode 100644 index bedf1e0..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/categories.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/check-box.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/check-box.png deleted file mode 100644 index 42caf24..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/check-box.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/compass.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/compass.png deleted file mode 100644 index d5fed8f..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/compass.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/corporate.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/corporate.png deleted file mode 100644 index 2eb13ed..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/corporate.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/customer-support.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/customer-support.png deleted file mode 100644 index 79efc72..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/customer-support.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/cybrosys-logo.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/cybrosys-logo.png deleted file mode 100644 index cc3cc0c..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/cybrosys-logo.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/features.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/features.png deleted file mode 100644 index b41769f..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/features.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/logo.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/logo.png deleted file mode 100644 index 478462d..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/logo.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/pictures.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/pictures.png deleted file mode 100644 index 56d255f..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/pictures.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/pie-chart.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/pie-chart.png deleted file mode 100644 index 426e052..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/pie-chart.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/right-arrow.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/right-arrow.png deleted file mode 100644 index 730984a..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/right-arrow.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/star.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/star.png deleted file mode 100644 index 2eb9ab2..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/star.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/support.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/support.png deleted file mode 100644 index 4f18b8b..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/support.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/whatsapp.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/whatsapp.png deleted file mode 100644 index d513a53..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/misc/whatsapp.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/modules/1.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/modules/1.png deleted file mode 100644 index 5238bde..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/modules/1.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/modules/2.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/modules/2.png deleted file mode 100644 index 1ae7cfe..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/modules/2.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/modules/3.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/modules/3.png deleted file mode 100644 index 3c3ff1a..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/modules/3.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/modules/4.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/modules/4.png deleted file mode 100644 index 3fae463..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/modules/4.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/modules/5.gif b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/modules/5.gif deleted file mode 100644 index 2a5f8e6..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/modules/5.gif and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/modules/6.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/modules/6.png deleted file mode 100644 index 7f28152..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/modules/6.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/1.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/1.png deleted file mode 100644 index a9da3b8..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/1.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/2.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/2.png deleted file mode 100644 index 73e1004..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/2.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/3.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/3.png deleted file mode 100644 index f501282..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/3.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/4.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/4.png deleted file mode 100644 index 6844111..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/4.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/5.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/5.png deleted file mode 100644 index 7257b70..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/5.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/6.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/6.png deleted file mode 100644 index 7165ffc..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/6.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/hero.gif b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/hero.gif deleted file mode 100644 index 318ef04..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/assets/screenshots/hero.gif and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/banner.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/banner.png deleted file mode 100644 index 4f9e87f..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/banner.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/icon.png b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/icon.png deleted file mode 100644 index c6f20af..0000000 Binary files a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/icon.png and /dev/null differ diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/index.html b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/index.html deleted file mode 100644 index 27cf4d7..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/static/description/index.html +++ /dev/null @@ -1,579 +0,0 @@ -
- -
- -
-
- Community -
-
- Enterprise -
-
- Odoo.sh -
-
-
- - - -

Product Brand in Purchase

-

Manage the Product Brands Easily

- - - -
- - -
-
- -
-

Explore This - Module

-
- - - - -
-
- -
-

Overview -

-
-
-
- This module allows the odoo users to manage their product brands easily. -
-
- - - -
-
- -
-

Features -

-
-
-
-
- - Community & Enterprise Support -

- Available in Odoo 15.0 Community and Enterprise.

-
-
- - Easy adding of products to Product Brand. -

- User can create new product brands and add products to the brand.

-
-
- - Product Brand inside Products. -

- User can add the brand inside the product form.

-
- -
- - Group By Product Brand. -

- Group products based on product Brand.

-
- -
- - Product Brand in Pivot view. -

- User can Filter by product brand in pivot view.

-
- -
-
- - - -
-
- -
-

Screenshots -

-
-
-
- -
-

Product Brand Menu

- -
- -
-

Create product Brand and add products.

-

Create a new Product Brand . We can add products directly from here itself.

- -
- -
-

Add brand from product form.

-

Also we can add the brand inside the product form.

- -
- -
-

Group by Product Brand.

-

User can group products by brand.

- -
- -
-

Product Brand in Pivot view.

-

Brand filter available in pivot view.

- -
- -
-

Filter by Product Brand.

-

User can Filter by product brand in pivot view.

- -
- -
-
- - - -
-
- -
-

Related - Products -

-
-
-
- -
-
- - - - -
-
- -
-

Our Services -

-
- -
-
-
-
- -
-
- Odoo - Customization
-
- -
-
- -
-
- Odoo - Implementation
-
- -
-
- -
-
- Odoo - Support
-
- - -
-
- -
-
- Hire - Odoo - Developer
-
- -
-
- -
-
- Odoo - Integration
-
- -
-
- -
-
- Odoo - Migration
-
- - -
-
- -
-
- Odoo - Consultancy
-
- -
-
- -
-
- Odoo - Implementation
-
- -
-
- -
-
- Odoo - Licensing Consultancy
-
-
- -
- - - - - -
-
- -
-

Our - Industries -

-
- -
-
-
-
- -
- Trading -
-

- Easily procure - and - sell your products

-
-
- -
-
- -
- POS -
-

- Easy - configuration - and convivial experience

-
-
- -
-
- -
- Education -
-

- A platform for - educational management

-
-
- -
-
- -
- Manufacturing -
-

- Plan, track and - schedule your operations

-
-
- -
-
- -
- E-commerce & Website -
-

- Mobile - friendly, - awe-inspiring product pages

-
-
- -
-
- -
- Service Management -
-

- Keep track of - services and invoice

-
-
- -
-
- -
- Restaurant -
-

- Run your bar or - restaurant methodically

-
-
- -
-
- -
- Hotel Management -
-

- An - all-inclusive - hotel management application

-
-
-
-
- - - - -
-
- -
-

Support -

-
-
-
-
-
-
- -
-
-

Need Help?

-

Got questions or need help? Get in touch.

- -

- odoo@cybrosys.com

-
-
-
-
-
-
-
- -
-
-

WhatsApp

-

Say hi to us on WhatsApp!

- -

+91 86068 - 27707

-
-
-
-
-
-
-
- -
-
-
- \ No newline at end of file diff --git a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/views/brand_views.xml b/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/views/brand_views.xml deleted file mode 100644 index 7f6eb5a..0000000 --- a/odoo-bringout-cybrosys-product_brand_purchase/product_brand_purchase/views/brand_views.xml +++ /dev/null @@ -1,93 +0,0 @@ - - - - Brand Name - product.template - - - - - - - - - - Product Brand - product.brand - tree,form - - - - Product Brand - product.brand - -
- - -
-