Purchase Invoice Plan - Retention

purchase_invoice_plan_retention
REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/14.0/purchase_invoice_plan_retention
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPurchase
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Saran440
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:08
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-invoicing:
    - account_invoice_payment_retention
OCA/purchase-workflow:
    - purchase_invoice_plan
    - purchase_open_qty
odoo/odoo:
    - purchase_stock
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - 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 (1)
XML IDNameModelTypeStatus
purchase_order_form purchase_order_form purchase.order field Inherits purchase_invoice_plan.purchase_order_form
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.