TIP: You can type at any time to perform a new search.
Pricelist Per Product
pricelist_per_product · OCA/product-attribute
- Repository
- OCA/product-attribute · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales
- Folder size
- 0.03 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.akretion.com/
- Last tracking update
- 2026-08-07 07:09:59
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Pedro M. Baeza, David Beal, OCA Transbot, oca-travis, Brett Wood, Ted Salmon
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_pricelist_item_form_view |
product.pricelist.item.form | product.pricelist.item | form | Inherits product.product_pricelist_item_form_view |
product_pricelist_view |
product.pricelist.form | product.pricelist | form | Inherits product.product_pricelist_view |
product_template_form_view |
product.template.common.form | product.template | form | Inherits product.product_template_form_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
product_item_idsOne2many → product.pricelist.itemcomodel_name='product.pricelist.item'inverse_name='pricelist_id' -
product_template_countIntegercompute='_compute_product_template_count'help='Number of Product Template with this Pricelist'string='Template with this Pricelist'
-
button_template_in_pricelist(self)@api.multiReturn a tree form of ``product.template`` for the pricelist
New fields (1)
-
related_sequenceIntegerhelp="Allows modification of the sequence manually as the sequence field is difficult to modify due to 'handle'."related='sequence'string='Sequence'
-
create(self, vals)@api.model -
write(self, vals)@api.multi
Loading…