| 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/17.0/purchase_advance_payment_line |
| 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), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Vincent Van Rossem |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:09 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/bank-payment: - account_payment_purchase - account_payment_partner - account_payment_mode - account_banking_sepa_credit_transfer - account_banking_pain_base - account_payment_order OCA/purchase-workflow: - purchase_advance_payment odoo/odoo: - purchase - account - base_setup - base - web - onboarding - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - base_iban |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
lxml unidecode |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | The module allows to add advance payment lines on purchase orders. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_payment_line_form |
account.payment.line | field | Inherits account_payment_order.account_payment_line_form | |
purchase_order_form |
purchase.order | button | Inherits purchase_advance_payment.purchase_order_form | |
view_account_payment_form |
account.payment.form | account.payment | field | Inherits account.view_account_payment_form |
payment_mode_id
Many2one
related='order_id.payment_mode_id'
store=True
purchase_amount_residual
Float
related='purchase_id.amount_residual'
store=True
purchase_id
Many2one → purchase.order
check_company=True
comodel_name='purchase.order'
string='Purchase Order'
create(self, vals_list)
move_line_id_change(self)
account_payment_line_count
Integer
compute='_compute_account_payment_line_count'
store=True
string='Payment Line Count'
account_payment_line_ids
One2many → account.payment.line
readonly=True
string='Payment Lines'
args: 'account.payment.line', 'purchase_id'
ongoing_account_payment_line_count
Integer
compute='_compute_account_payment_line_count'
store=True
string='Ongoing Payment Line Count'
ongoing_account_payment_line_ids
One2many → account.payment.line
domain=[('state', 'not in', ['uploaded', 'cancel'])]
string='Ongoing Payment Lines'
args: 'account.payment.line', 'purchase_id'
payment_order_ok
Boolean
related='payment_mode_id.payment_order_ok'
store=True
action_create_account_payment_line(self)
action_view_ongoing_payment_lines(self)