| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/purchase-workflow |
| GIT | |
| GIT | https://github.com/OCA/purchase-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/purchase-workflow/tree/16.0/purchase_order_downpayment |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Purchase |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators (OSI) |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators (OSI) |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Murtaza Mithaiwala |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:55 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - purchase - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_form_inherit_downpayment |
purchase.order.form | purchase.order | button | Inherits purchase.purchase_order_form |
view_po_downpayment_wizard |
Purchase order down payment | purchase.order.down.payment.wizard | form | New |
purchase_id
Many2one → purchase.order
readonly=True
states={'draft': [('readonly', False)]}
args: 'purchase.order', 'Purchase'
No public methods.
account_payment_ids
One2many → account.payment
string='Purchase Payment'
args: 'account.payment', 'purchase_id'
payment_count
Integer
compute='_compute_payment_count'
action_open_payment(self)
advance_payment_method
Selection
default='delivered'
required=True
selection=[('delivered', 'Regular Payment'), ('percentage', 'Down payment (percentage)'), ('fixed', 'Down payment (fixed amount)')]
string='Create Payment'
amount
Float
string='Down Payment Amount'
fixed_amount
Float
string='Down Payment Amount (Fixed)'
order_id
Many2one → purchase.order
required=True
args: 'purchase.order'
create_payment(self)
default_get(self, fields_list)