TIP: You can type at any time to perform a new search.
Purchase Vendor Promotion
purchase_vendor_promotion · OCA/purchase-workflow
- 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
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_promotionBooleanstring='Promotion'
No public methods.
New fields (1)
-
is_promotionBooleancompute='_compute_is_promotion'help='Price was calculated based on a vendor promotion.'readonly=Falsestore=Truestring='Promotion'
No public methods.
New fields (1)
-
force_vendor_with_best_promotionBooleandefault=Falsehelp='Force the orderpoint to use the vendor with the best promotion.'
No public methods.
New fields (4)
-
promotion_date_endDatecompute='_compute_promotion'store=True -
promotion_date_startDatecompute='_compute_promotion'store=True -
promotion_periodCharcompute='_compute_promotion'store=Truestring='Promotion' -
supplier_idMany2onecompute='_compute_supplier_id'readonly=Falsestore=True
No public methods.