TIP: You can type at any time to perform a new search.
Purchase Order Duplicate Check
purchase_order_duplicate_check · OCA/purchase-workflow
- Repository
- OCA/purchase-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Inventory/Purchase
- 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
- Odoo Community Association (OCA), Cetmix
- Maintainers
- Odoo Community Association (OCA), Cetmix
- Committers
- Weblate, OCA-git-bot, oca-ci, Maksim Shurupov
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
confirmation_wizard_form_view |
confirmation.wizard.inherit.form.view | confirmation.wizard | form | Inherits confirmation_wizard.confirmation_wizard_form_view |
purchase_order_form_view |
purchase.order.form.view | purchase.order | form | Inherits purchase_stock.purchase_order_view_form_inherit |
res_config_settings_form_view |
res.config.settings.form.view.inherit.purchase_order_duplicate_check | res.config.settings | form | Inherits purchase.res_config_settings_view_form_purchase |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (0)
No new fields.
Public methods (2)-
action_confirm(self) -
confirm_pending_order(self, order)
New fields (0)
No new fields.
Public methods (1)-
button_confirm(self)Confirm the purchase order. :return: action or super
New fields (1)
-
pending_order_idsMany2many → purchase.ordercompute='_compute_pending_order_ids'string='Pending Orders' args: 'purchase.order'
-
action_open_pending_orders(self)Action open pending purchase orders
New fields (2)
-
allow_create_activity_repeating_ordersBooleanconfig_parameter='purchase_order_duplicate_check.allow_create_activity_repeating_orders' -
repeating_orders_activity_type_idMany2one → mail.activity.typecomodel_name='mail.activity.type'config_parameter='purchase_order_duplicate_check.repeating_orders_activity_type_id'string='Activity'
No public methods.