Purchase Order Duplicate Check

purchase_order_duplicate_check
REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/16.0/purchase_order_duplicate_check
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYInventory/Purchase
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Cetmix
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Cetmix
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Maksim Shurupov
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-ux:
    - confirmation_wizard
odoo/odoo:
    - purchase_stock
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
confirmation_wizard_form_view confirmation.wizard.inherit.form.view confirmation.wizard field Inherits confirmation_wizard.confirmation_wizard_form_view
purchase_order_form_view purchase.order.form.view purchase.order xpath 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 div Inherits purchase.res_config_settings_view_form_purchase
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.