TIP: You can type at any time to perform a new search.
Product Supplierinfo Group
product_supplierinfo_group · OCA/product-attribute
- Repository
- OCA/product-attribute · module folder · Try on Runboat
- Module version
- 2.0.3
- Category
- Product
- Folder size
- 0.36 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/product-attribute
- Last tracking update
- 2026-08-07 07:47:36
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Sébastien BEAU, Weblate, OCA Transbot, OCA-git-bot, oca-travis, oca-ci
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
product supplierinfo group assets | ir.ui.view | qweb | Inherits web.assets_backend |
product_template_tree_view |
product.template | tree | Inherits product.product_template_form_view | |
supplierinfo_group_view_form |
supplierinfo_group_view_form | product.supplierinfo.group | form | New |
supplierinfo_group_view_tree |
supplierinfo_group_view_tree | product.supplierinfo.group | tree | New |
table_price_note |
table_price_note | ir.ui.view | qweb | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (8)
-
company_idMany2onerelated='group_id.company_id'store=True -
group_idMany2one → product.supplierinfo.groupondelete='cascade'required=True args: 'product.supplierinfo.group' -
nameMany2onerelated='group_id.partner_id'required=Falsestore=True -
product_codeCharrelated='group_id.product_code'store=True -
product_idMany2onerelated='group_id.product_id'store=True -
product_nameCharrelated='group_id.product_name'store=True -
product_tmpl_idMany2onerelated='group_id.product_tmpl_id'store=True -
sequenceIntegerrelated='group_id.sequence'store=True
-
create(self, list_vals)@api.model_create_multi
New fields (10)
-
company_idMany2one → res.companydefault=<expr>index=1 args: 'res.company', 'Company' -
has_multiple_variantsBooleancompute='_compute_has_variants' -
partner_idMany2one → res.partnerhelp='Vendor of this product'ondelete='cascade'required=True args: 'res.partner', 'Vendor' -
product_codeCharhelp="This vendor's product code will be used when printing a request for quotation. Keep empty to use the internal one." args: 'Vendor Product Code' -
product_idMany2one → product.producthelp='If not set, the vendor price will apply to all variants of this product.' args: 'product.product', 'Product Variant' -
product_nameCharhelp="This vendor's product name will be used when printing a request for quotation. Keep empty to use the internal one." args: 'Vendor Product Name' -
product_tmpl_idMany2one → product.templateondelete='cascade'required=True args: 'product.template' -
sequenceIntegerdefault=1help='Assigns the priority to the list of product vendor.' args: 'Sequence' -
supplierinfo_idsOne2many → product.supplierinfoargs: 'product.supplierinfo', 'group_id' -
unit_price_noteHtmlcompute='_compute_unit_price_note'string='Unit Prices (Min. Qty / Price)'
No public methods.
New fields (1)
-
supplierinfo_group_idsOne2many → product.supplierinfo.groupargs: 'product.supplierinfo.group', 'product_tmpl_id'
No public methods.
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 260 days ago
- Last activity
- 86 days ago
- Repository
- OCA/product-attribute
- Pull request
- [18.0] [MIG] product_supplierinfo_group (#2151)