Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Purchase Management
Folder size
0.37 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://akretion.com
Last tracking update
2026-08-07 07:03:09
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Alexandre Fayolle, Weblate, OCA Transbot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
purchase_order_form purchase.order form Inherits purchase.purchase_order_form
view_purchase_add_supplierinfo_form purchase.add.product.supplierinfo form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • wizard_line_ids One2many → purchase.add.product.supplierinfo.line
    string='Wizard lines' args: 'purchase.add.product.supplierinfo.line', 'wizard_id'
Public methods (2)
  • add_product_supplierinfo(self)
    @api.multi
  • purchase_confirm(self)
    @api.multi

New fields (4)
  • name Text
    required=True string='Description'
  • product_id Many2one → product.product
    string='Product' args: 'product.product'
  • to_variant Boolean
    help='if option is checked then supplier is added to the product variant else supplier is added to the product template' string='Added to the variant'
  • wizard_id Many2one → purchase.add.product.supplierinfo
    string='Wizard Reference' args: 'purchase.add.product.supplierinfo'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • purchase_confirm(self)
    @api.multi