Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Purchase
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/purchase-workflow
Last tracking update
2026-08-07 07:47:41
Authors
Odoo Community Association (OCA), Ecosoft
Maintainers
Odoo Community Association (OCA), Ecosoft
Committers
Saran440, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
purchase_order_form purchase_order_form purchase.order form Inherits purchase_invoice_plan.purchase_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • amount_retention Float
    copy=False help='Retention in percent of this invoice, or by amount' readonly=False string='Retention'
  • payment_retention Selection
    copy=False help='For each invoice installment, suggested retention amount to be withheld on payment.\nNote: as a suggestiong, during payment, user can ignore it.' readonly=False selection=[('percent', 'Percent'), ('amount', 'Amount')] string='Payment Retention'
Public methods (0)

No public methods.