| 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/9.0/pricelist_per_product |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Sales |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, OCA Transbot, David Beal, oca-travis, Brett Wood, Ted Salmon |
| WEBSITE | |
| WEBSITE | http://www.akretion.com/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale - sales_team - base - base_setup - web_kanban - web - bus - account - product - decimal_precision - report - analytic - web_tip - web_planner - procurement |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_pricelist_item_form_view |
product.pricelist.item.form | product.pricelist.item | xpath | Inherits product.product_pricelist_item_form_view |
product_pricelist_view |
product.pricelist.form | product.pricelist | xpath | Inherits product.product_pricelist_view |
product_template_form_view |
product.template.common.form | product.template | xpath | Inherits product.product_template_form_view |
product_item_ids
One2many → product.pricelist.item
comodel_name='product.pricelist.item'
inverse_name='pricelist_id'
product_template_count
Integer
compute='_compute_product_template_count'
help='Number of Product Template with this Pricelist'
string='Template with this Pricelist'
button_template_in_pricelist(self)
related_sequence
Integer
help="Allows modification of the sequence manually as the sequence field is difficult to modify due to 'handle'."
related='sequence'
string='Sequence'
create(self, vals)
write(self, vals)
| 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/8.0/pricelist_per_product |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Akretion |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, beau sebastien, David Beal, oca-travis, Weblate |
| WEBSITE | |
| WEBSITE | http://www.akretion.com/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale - sales_team - base - base_setup - web_kanban - web - web_kanban_sparkline - account_voucher - account - product - decimal_precision - report - analytic - board - edi - email_template - procurement |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_pricelist_version_form_view |
product.pricelist.version | field | Inherits product.product_pricelist_version_form_view | |
product_pricelist_view |
product.pricelist | field | Inherits product.product_pricelist_view | |
product_pricelist_view_tree |
product.pricelist | field | Inherits product.product_pricelist_view_tree | |
product_template_form_view |
product.template | xpath | Inherits product.product_template_form_view |
price_grid
Boolean
help=PRICE_GRID_HELP
string='Product Price Grid'
No public methods.
currency_name
Many2one
readonly=True
related='price_version_id.pricelist_id.currency_id'
date_end
Date
readonly=True
related='price_version_id.date_end'
related_sequence
Integer
String='Sequence'
help="Allows to modify the sequence manually because the sequence field is difficult to modify because 'handle'."
related='sequence'
button_product(self)
create(self, vals)
write(self, vals)
item_grid_ids
One2many → product.pricelist.item
price_grid
Boolean
domain=[('price_surcharge', '=', 0)]
help=PRICE_GRID_HELP
related='pricelist_id.price_grid'
store=True
tmpl_in_count
Integer
compute='_compute_count_products'
help='Number of Product Template with this Pricelist version'
string='Template with this Version'
button_template_in_version(self)
pricelist_item_ids
One2many → product.pricelist.item
default=_default_pricelist_item_ids
help='These prices are defined with absolute values\n(no calculation with discount)'
string='Pricelist Items'
args: 'product.pricelist.item', 'product_tmpl_id'
create(self, vals)
create_or_write_pricelist(self, pricelist_item_vals)
default_pricelist_item_ids(self)
get_default_pricelist_item_vals(self, version)
get_pricelist_version_domain(self)
update_pricelist_values(self, vals)
write(self, vals)