Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Purchase
Folder size
0.26 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.akretion.com
Last tracking update
2026-08-07 07:03:10
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Sylvain LE GAL, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
product_product_tree_view product.product tree New
product_search_form_view product.product form Inherits product.product_search_form_view
view_purchase_form purchase.order form Inherits purchase.purchase_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • po_line_ids One2many → purchase.order.line
    help='Technical: used to compute quantities to purchase.' args: 'purchase.order.line', 'product_id'
  • qty_to_purchase Float
    compute='_compute_purchase_qty' help='Set this quantity to create a new purchase line for this product or update the existing one.' inverse='_inverse_set_purchase_qty' oldname='purchase_qty'
Public methods (2)
  • button_return_purchase(self)
    @api.multi
  • search(self, args, offset=0, limit=None, order=None, count=False)
    @api.model

New fields (0)

No new fields.

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