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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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_ids Many2many → purchase.order
    compute='_compute_pending_order_ids' string='Pending Orders' args: 'purchase.order'
Public methods (1)
  • action_open_pending_orders(self)
    Action open pending purchase orders

New fields (2)
  • allow_create_activity_repeating_orders Boolean
    config_parameter='purchase_order_duplicate_check.allow_create_activity_repeating_orders'
  • repeating_orders_activity_type_id Many2one → mail.activity.type
    comodel_name='mail.activity.type' config_parameter='purchase_order_duplicate_check.repeating_orders_activity_type_id' string='Activity'
Public methods (0)

No public methods.