TIP: You can type at any time to perform a new search.
Sale Partner Pricelist
sale_partner_pricelist · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales Management
- Folder size
- 0.05 MB
- License
- LGPL-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), Jarsa
- Maintainers
- Odoo Community Association (OCA), Jarsa
- Committers
- Weblate, OCA-git-bot, oca-ci, Jesús Alan Ramos RordrÃguez
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings.view.form | res.config.settings | form | Inherits sale.res_config_settings_view_form |
view_order_form |
sale.order.form | sale.order | form | Inherits sale.view_order_form |
view_res_partner_form_inherit |
res.partner.form.inherit | res.partner | form | Inherits product.view_partner_property_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (1)
-
use_partner_pricelistBoolean
No public methods.
New fields (1)
-
use_partner_pricelistBooleanreadonly=Falserelated='company_id.use_partner_pricelist'
No public methods.
New fields (1)
-
allowed_pricelist_idsMany2many → product.pricelistcomodel_name='product.pricelist'copy=Falsedomain=<expr>help='If set, you can only use the selected pricelists for this partner in the sale order.'string='Allowed Pricelists'
No public methods.
New fields (1)
-
partner_allowed_pricelist_idsMany2many → product.pricelistcomodel_name='product.pricelist'compute='_compute_partner_allowed_pricelist_ids'help="Technical field used to show the allowed pricelists for the partner if the partner don't have allowed pricelists it shows all the pricelists."
No public methods.