TIP: You can type at any time to perform a new search.
Product supplier info per variant
product_variant_supplierinfo · OCA/product-variant
- Repository
- OCA/product-variant · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Product Management
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-07 07:17:49
- Authors
- Akretion, Odoo Community Association (OCA), Tecnativa
- Maintainers
- Akretion, Odoo Community Association (OCA), Tecnativa
- Committers
- Pedro M. Baeza, GitHub, Weblate, OCA Transbot, oca-travis, Mourad Elhadj Mimoune
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view_sellers |
product.product.form.sellers | product.product | form | Inherits product.product_variant_easy_edit_view |
product_supplierinfo_form_view |
product.supplierinfo | form | Inherits product.product_supplierinfo_form_view | |
product_supplierinfo_tree_view |
product.supplierinfo | tree | Inherits product.product_supplierinfo_tree_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (6)
-
seller_delayIntegerhelp='This is the average delay in days between the purchase order confirmation and the receipts for this product and for the default supplier. It is used by the scheduler to order requests based on reordering delays.'related='seller_ids.delay'string='Supplier Lead Time' -
seller_idMany2onehelp='Main Supplier who has highest priority in Supplier List.'related='seller_ids.name'relation='res.partner'string='Main Supplier' -
seller_idsMany2many → product.supplierinfocompute='_compute_seller_ids' args: 'product.supplierinfo' -
seller_qtyFloathelp='This is minimum quantity to purchase from Main Supplier.'related='seller_ids.min_qty'string='Supplier Min Quantity' -
tmpl_seller_idsMany2many → product.supplierinfocompute='_compute_seller_ids' args: 'product.supplierinfo' -
variant_seller_idsOne2many → product.supplierinfoargs: 'product.supplierinfo', 'product_id'
No public methods.
New fields (1)
-
product_idMany2one → product.productcomodel_name='product.product'help='When this field is filled in, the vendor data will onlyapply to the variant.'string='Product variant'
-
create(self, vals)@api.model -
write(self, vals)@api.multi
Loading…
Loading…