Purchase Vendor Promotion

purchase_vendor_promotion
REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/16.0/purchase_vendor_promotion
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYPurchase Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Telmo Santos, Hector Vior, cyrilmanuel
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase_stock
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
product_supplierinfo_tree_view_inherit product.template.product.form.inherit product.supplierinfo xpath Inherits product.product_supplierinfo_tree_view
purchase_order_view_form_inherit purchase.order.form.inherit purchase.order xpath Inherits purchase.purchase_order_form
stock_route_form_view stock.route field Inherits stock.stock_location_route_form_view
supplier_info_form_inherit product.supplierinfo.requisition.view product.supplierinfo field Inherits product.product_supplierinfo_form_view
view_warehouse_orderpoint_tree_editable_inherited_mrp stock.warehouse.orderpoint.tree.editable.inherit.mrp.inherit stock.warehouse.orderpoint xpath Inherits purchase_stock.view_warehouse_orderpoint_tree_editable_inherited_mrp
Models touched (4)

New fields (1)
  • is_promotion Boolean
    string='Promotion'
Public methods (0)

No public methods.

New fields (1)
  • is_promotion Boolean
    compute='_compute_is_promotion' help='Price was calculated based on a vendor promotion.' readonly=False store=True string='Promotion'
Public methods (0)

No public methods.

New fields (1)
  • force_vendor_with_best_promotion Boolean
    default=False help='Force the orderpoint to use the vendor with the best promotion.'
Public methods (0)

No public methods.

New fields (4)
  • promotion_date_end Date
    compute='_compute_promotion' store=True
  • promotion_date_start Date
    compute='_compute_promotion' store=True
  • promotion_period Char
    compute='_compute_promotion' store=True string='Promotion'
  • supplier_id Many2one
    compute='_compute_supplier_id' readonly=False store=True
Public methods (0)

No public methods.