| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-attribute |
| GIT | |
| GIT | https://github.com/OCA/product-attribute.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-attribute/tree/14.0/product_supplierinfo_for_customer_group |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Sales Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ilyas, Ooops404 |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ilyas, Ooops404 |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/product-attribute: - product_supplierinfo_for_customer - product_supplierinfo_group odoo/odoo: - product - base - base_setup - web - bus - web_tour - uom - sales_team - purchase - account - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
No views found for this module.
company_id
Many2one → res.company
default=<expr>
index=1
related=False
args: 'res.company', 'Company'
group_id
Many2one → product.supplierinfo.group
required=False
args: 'product.supplierinfo.group'
name
Many2one → res.partner
check_company=True
ondelete='cascade'
related=False
required=True
args: 'res.partner', 'Vendor'
product_code
Char
related=False
args: 'Vendor Product Code'
product_id
Many2one → product.product
check_company=True
related=False
args: 'product.product', 'Product Variant'
product_name
Char
related=False
args: 'Vendor Product Name'
product_tmpl_id
Many2one → product.template
check_company=True
index=True
ondelete='cascade'
related=False
args: 'product.template', 'Product Template'
sequence
Integer
default=1
related=False
args: 'Sequence'
create(self, list_vals)