TIP: You can type at any time to perform a new search.
Product Supplierinfo Group Intercompany Sequence
product_supplierinfo_group_intercompany · OCA/multi-company
- Repository
- OCA/multi-company · module folder · Try on Runboat
- Module version
- 1.1.3
- Category
- Uncategorized
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- https://github.com/OCA/multi-company
- Last tracking update
- 2026-08-07 07:47:42
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Miquel Raïch, Sébastien BEAU, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_pricelist_view |
product.pricelist | Inherits product.product_pricelist_view | ||
supplierinfo_group_view_form |
product.supplierinfo.group | form | Inherits product_supplierinfo_group.supplierinfo_group_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (0)
No new fields.
Public methods (1)-
onchange_supplierinfo_group_ids(self)@api.onchange('supplierinfo_group_ids')
New fields (2)
-
supplier_group_idsOne2many → product.supplierinfo.groupargs: 'product.supplierinfo.group', 'intercompany_pricelist_id', 'Supplier Group' -
supplier_sequenceIntegerdefault=-1help='Force the supplier sequence, use a negative value if you want to have this supplier in first position, use a big positif value if you want to be the last'
-
write(self, vals)
New fields (1)
-
intercompany_pricelist_idMany2onerelated='group_id.intercompany_pricelist_id'store=True
-
unlink(self)
New fields (1)
-
intercompany_pricelist_idMany2one → product.pricelistreadonly=True args: 'product.pricelist'
-
check_access_rule(self, operation) -
check_field_access_rights(self, operation, fields) -
create(self, vals)@api.model -
write(self, vals)