Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.0.1
Category
Purchase
Folder size
0.63 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
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Sylvain LE GAL, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
purchase_quick_discount
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
product_search_form_view product.product form Inherits base_product_mass_addition.product_search_form_view
product_tree_view4purchase product.product tree New
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 (3)
  • po_line_ids One2many → purchase.order.line
    comodel_name='purchase.order.line' help='Technical: used to compute quantities to purchase.' inverse_name='product_id'
  • seller_price Float
    compute='_compute_seller_price'
  • variant_specific_seller_ids One2many → product.supplierinfo
    args: 'product.supplierinfo', 'product_id'
Public methods (2)
  • check_access_rights(self, operation, raise_exception=True)
    @api.model
    hijack product edition rights if we're in the mass edition menu
  • 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)

Loading…

Loading…

Loading…