Sale Partner Pricelist

sale_partner_pricelist
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/16.0/sale_partner_pricelist
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Jarsa
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Jarsa
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Jesús Alan Ramos Rordríguez
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:45
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form res.config.settings xpath Inherits sale.res_config_settings_view_form
view_order_form sale.order.form sale.order xpath Inherits sale.view_order_form
view_res_partner_form_inherit res.partner.form.inherit res.partner xpath Inherits product.view_partner_property_form
Models touched (4)

New fields (1)
  • use_partner_pricelist Boolean
Public methods (0)

No public methods.

New fields (1)
  • use_partner_pricelist Boolean
    readonly=False related='company_id.use_partner_pricelist'
Public methods (0)

No public methods.

New fields (1)
  • allowed_pricelist_ids Many2many → product.pricelist
    comodel_name='product.pricelist' copy=False domain=<expr> help='If set, you can only use the selected pricelists for this partner in the sale order.' string='Allowed Pricelists'
Public methods (0)

No public methods.

New fields (1)
  • partner_allowed_pricelist_ids Many2many → product.pricelist
    comodel_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."
Public methods (0)

No public methods.