Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.0.1
Category
Inventory/Purchase
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/purchase-workflow
Last tracking update
2026-08-07 08:42:58
Authors
Odoo Community Association (OCA), Moduon
Maintainers
Odoo Community Association (OCA), Moduon
Committers
Weblate, Eduardo de Miguel, OCA-git-bot, oca-ci, Sabrina Martín
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the functionality of Supplier and Product blocking messages to
support more consistency between messages and to allow you to set a blocking message
quickly.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
purchase_warn_option_partner_form purchase.warn.option.partner.form res.partner form Inherits purchase.res_partner_view_purchase_buttons
purchase_warn_option_product_form purchase.warn.option.product.form product.template form Inherits purchase.view_product_supplier_inherit
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • purchase_line_warn_option Many2one → warn.option
    comodel_name='warn.option'
Public methods (0)

No public methods.

New fields (1)
  • purchase_warn_option Many2one → warn.option
    comodel_name='warn.option'
Public methods (0)

No public methods.

New fields (1)
  • allowed_warning_usage Selection
    ondelete={'partner_purchase_warn': 'set default', 'product_purchase_warn': 'set default'} selection_add=[('partner_purchase_warn', '(Partner) Warning on the Purchase Order'), ('product_purchase_warn', '(Product) Warning when Purchasing this Product')]
Public methods (0)

No public methods.

Loading…