Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.1
Category
Product
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 08:09:12
Authors
Odoo Community Association (OCA), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
Sylvain LE GAL, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
account_invoice_pricelist_technical, pos_pricelist_technical
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_product_pricelist_form product.pricelist form Inherits product.product_pricelist_view
view_product_pricelist_tree product.pricelist tree Inherits product.product_pricelist_view_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • is_technical Boolean
    help='Check this box if you want to prevent users from using this pricelist on orders or in customer forms. This is useful for pricelists that are created only to compute other pricelists.'
Public methods (0)

No public methods.

New fields (1)
  • property_product_pricelist Many2one
    domain=[('is_technical', '=', False)]
Public methods (0)

No public methods.

New fields (1)
  • pricelist_id Many2one
    domain=[('is_technical', '=', False)]
Public methods (0)

No public methods.

Loading…