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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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_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'
Public methods (1)
  • button_template_in_pricelist(self)
    @api.multi
    Return a tree form of ``product.template`` for the pricelist

New fields (1)
  • 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'
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)
    @api.multi

Loading…