Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
2.0.0
Category
Purchase Management
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/purchase-workflow
Last tracking update
2026-08-07 08:09:24
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Weblate, OCA-git-bot, oca-ci, Telmo Santos, cyrilmanuel, Hector Vior
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

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

No HTTP endpoints found for this module.

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.