| 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/19.0/purchase_deposit |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft, Elico Corp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft, Elico Corp |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Franco Leyes |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:50 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - purchase - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allow purchase order to register deposit similar to that in sales order |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form_purchase |
res.config.settings.view.form.inherit.purchase | res.config.settings | setting | Inherits purchase.res_config_settings_view_form_purchase |
view_purchase_advance_payment_inv |
Invoice Orders | purchase.advance.payment.inv | form | New |
view_purchase_order_form_inherit |
view.purchase.order.inherit | purchase.order | xpath | Inherits purchase.purchase_order_form |
No new fields.
Public methods (1)action_post(self)
advance_payment_method
Selection
default='percentage'
required=True
string='What do you want to invoice?'
args: [('percentage', 'Deposit payment (percentage)'), ('fixed', 'Deposit payment (fixed amount)')]
amount
Float
help='The amount to be invoiced in advance, taxes excluded.'
required=True
string='Deposit Payment Amount'
deposit_account_id
Many2one → account.account
comodel_name='account.account'
compute='_compute_deposit_account_id'
domain=[('active', '=', True)]
help='Account used for deposits'
readonly=False
store=True
string='Expense Account'
deposit_taxes_id
Many2many → account.tax
comodel_name='account.tax'
compute='_compute_deposit_account_id'
help='Taxes used for deposits'
readonly=False
store=True
string='Vendor Taxes'
purchase_deposit_product_id
Many2one → product.product
comodel_name='product.product'
default=<expr>
domain=[('type', '=', 'service')]
string='Deposit Payment Product'
create_invoices(self)
No new fields.
Public methods (1)copy_data(self, default=None)
is_deposit
Boolean
help='Deposit payments are made when creating bills from a purchase order. They are not copied when duplicating a purchase order.'
string='Is a deposit payment'
No public methods.
purchase_deposit_product_id
Many2one → product.product
comodel_name='product.product'
domain=[('type', '=', 'service')]
help='Default product used for payment advances.'
string='Purchase Deposit Product'
No public methods.
purchase_deposit_product_id
Many2one
readonly=False
related='company_id.purchase_deposit_product_id'
No public methods.
| 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/18.0/purchase_deposit |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft, Elico Corp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft, Elico Corp |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, andrea, Franco Leyes |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - purchase - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - 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 | This module allow purchase order to register deposit similar to that in sales order |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form_purchase |
res.config.settings.view.form.inherit.purchase | res.config.settings | setting | Inherits purchase.res_config_settings_view_form_purchase |
view_purchase_advance_payment_inv |
Invoice Orders | purchase.advance.payment.inv | form | New |
view_purchase_order_form_inherit |
view.purchase.order.inherit | purchase.order | xpath | Inherits purchase.purchase_order_form |
No new fields.
Public methods (1)action_post(self)
advance_payment_method
Selection
default='percentage'
required=True
string='What do you want to invoice?'
args: [('percentage', 'Deposit payment (percentage)'), ('fixed', 'Deposit payment (fixed amount)')]
amount
Float
help='The amount to be invoiced in advance, taxes excluded.'
required=True
string='Deposit Payment Amount'
deposit_account_id
Many2one → account.account
comodel_name='account.account'
compute='_compute_deposit_account_id'
domain=[('deprecated', '=', False)]
help='Account used for deposits'
readonly=False
store=True
string='Expense Account'
deposit_taxes_id
Many2many → account.tax
comodel_name='account.tax'
compute='_compute_deposit_account_id'
help='Taxes used for deposits'
readonly=False
store=True
string='Vendor Taxes'
purchase_deposit_product_id
Many2one → product.product
comodel_name='product.product'
default=<expr>
domain=[('type', '=', 'service')]
string='Deposit Payment Product'
create_invoices(self)
No new fields.
Public methods (1)copy_data(self, default=None)
is_deposit
Boolean
help='Deposit payments are made when creating bills from a purchase order. They are not copied when duplicating a purchase order.'
string='Is a deposit payment'
No public methods.
purchase_deposit_product_id
Many2one → product.product
comodel_name='product.product'
domain=[('type', '=', 'service')]
help='Default product used for payment advances.'
string='Purchase Deposit Product'
No public methods.
purchase_deposit_product_id
Many2one
readonly=False
related='company_id.purchase_deposit_product_id'
No public methods.
| 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_deposit |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft, Elico Corp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft, Elico Corp |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, sygel, andrea, mav-adhoc |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:09 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - purchase - account - base_setup - base - web - onboarding - 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 | This module allow purchase order to register deposit similar to that in sales order |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form_purchase |
res.config.settings.view.form.inherit.purchase | res.config.settings | xpath | Inherits purchase.res_config_settings_view_form_purchase |
view_purchase_advance_payment_inv |
Invoice Orders | purchase.advance.payment.inv | form | New |
view_purchase_order_form_inherit |
view.purchase.order.inherit | purchase.order | xpath | Inherits purchase.purchase_order_form |
No new fields.
Public methods (1)action_post(self)
advance_payment_method
Selection
default='percentage'
required=True
string='What do you want to invoice?'
args: [('percentage', 'Deposit payment (percentage)'), ('fixed', 'Deposit payment (fixed amount)')]
amount
Float
help='The amount to be invoiced in advance, taxes excluded.'
required=True
string='Deposit Payment Amount'
deposit_account_id
Many2one → account.account
comodel_name='account.account'
compute='_compute_deposit_account_id'
domain=[('deprecated', '=', False)]
help='Account used for deposits'
readonly=False
store=True
string='Expense Account'
deposit_taxes_id
Many2many → account.tax
comodel_name='account.tax'
compute='_compute_deposit_account_id'
help='Taxes used for deposits'
readonly=False
store=True
string='Vendor Taxes'
purchase_deposit_product_id
Many2one → product.product
comodel_name='product.product'
default=<expr>
domain=[('type', '=', 'service')]
string='Deposit Payment Product'
create_invoices(self)
No new fields.
Public methods (1)copy_data(self, default=None)
is_deposit
Boolean
help='Deposit payments are made when creating bills from a purchase order. They are not copied when duplicating a purchase order.'
string='Is a deposit payment'
No public methods.
purchase_deposit_product_id
Many2one → product.product
comodel_name='product.product'
domain=[('type', '=', 'service')]
help='Default product used for payment advances.'
string='Purchase Deposit Product'
No public methods.
purchase_deposit_product_id
Many2one
readonly=False
related='company_id.purchase_deposit_product_id'
No public methods.
| 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_deposit |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft, Elico Corp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft, Elico Corp |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Weblate, OCA-git-bot, oca-ci, Aungkokolin1997, almumu, sygel |
| 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 |
|---|---|---|---|---|
res_config_settings_view_form_purchase |
res.config.settings.view.form.inherit.purchase | res.config.settings | xpath | Inherits purchase.res_config_settings_view_form_purchase |
view_purchase_advance_payment_inv |
Invoice Orders | purchase.advance.payment.inv | form | New |
view_purchase_order_form_inherit |
view.purchase.order.inherit | purchase.order | xpath | Inherits purchase.purchase_order_form |
No new fields.
Public methods (1)action_post(self)
advance_payment_method
Selection
default='percentage'
required=True
string='What do you want to invoice?'
args: [('percentage', 'Deposit payment (percentage)'), ('fixed', 'Deposit payment (fixed amount)')]
amount
Float
help='The amount to be invoiced in advance, taxes excluded.'
required=True
string='Deposit Payment Amount'
deposit_account_id
Many2one → account.account
comodel_name='account.account'
compute='_compute_deposit_account_id'
domain=[('deprecated', '=', False)]
help='Account used for deposits'
readonly=False
store=True
string='Expense Account'
deposit_taxes_id
Many2many → account.tax
comodel_name='account.tax'
compute='_compute_deposit_account_id'
help='Taxes used for deposits'
readonly=False
store=True
string='Vendor Taxes'
purchase_deposit_product_id
Many2one → product.product
comodel_name='product.product'
default=<expr>
domain=[('type', '=', 'service')]
string='Deposit Payment Product'
create_invoices(self)
No new fields.
Public methods (1)copy_data(self, default=None)
is_deposit
Boolean
help='Deposit payments are made when creating bills from a purchase order. They are not copied when duplicating a purchase order.'
string='Is a deposit payment'
No public methods.
purchase_deposit_product_id
Many2one → product.product
comodel_name='product.product'
domain=[('type', '=', 'service')]
help='Default product used for payment advances.'
string='Purchase Deposit Product'
No public methods.
purchase_deposit_product_id
Many2one
readonly=False
related='company_id.purchase_deposit_product_id'
No public methods.
| 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/15.0/purchase_deposit |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft, Elico Corp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft, Elico Corp |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, Weblate, OCA-git-bot, oca-ci, Kitti U, Héctor Villarreal Ortega, Saran440, TheerayutEncoder |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:41 |
| 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 |
|---|---|---|---|---|
res_config_settings_view_form_purchase |
res.config.settings.view.form.inherit.purchase | res.config.settings | xpath | Inherits purchase.res_config_settings_view_form_purchase |
view_purchase_advance_deduct_option |
Advance/Deposit Deduction Option | purchase.advance.deduct.option | form | New |
view_purchase_advance_payment_inv |
Invoice Orders | purchase.advance.payment.inv | form | New |
view_purchase_order_form_inherit |
view.purchase.order.inherit | purchase.order | xpath | Inherits purchase.purchase_order_form |
No new fields.
Public methods (1)create(self, vals_list)
advance_deduct_option
Selection
default='proportional'
required=True
string='Advance/Deposit Deduction Option'
args: [('proportional', 'Deduct Deposit Proportionally'), ('full', 'Deduct Full Deposit (Standard)')]
create_invoice(self)
advance_payment_method
Selection
default='percentage'
required=True
string='What do you want to invoice?'
args: [('percentage', 'Down payment (percentage)'), ('fixed', 'Deposit payment (fixed amount)')]
amount
Float
help='The amount to be invoiced in advance, taxes excluded.'
required=True
string='Deposit Payment Amount'
deposit_account_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
help='Account used for deposits'
string='Expense Account'
deposit_taxes_id
Many2many → account.tax
comodel_name='account.tax'
help='Taxes used for deposits'
string='Vendor Taxes'
purchase_deposit_product_id
Many2one → product.product
comodel_name='product.product'
domain=[('type', '=', 'service')]
string='Deposit Payment Product'
create_invoices(self)
view_init(self, fields)
No new fields.
Public methods (2)action_create_invoice(self)
copy_data(self, default=None)
is_deposit
Boolean
help='Deposit payments are made when creating bills from a purhcase order. They are not copied when duplicating a purchase order.'
string='Is a deposit payment'
No public methods.
default_purchase_deposit_product_id
Many2one → product.product
comodel_name='product.product'
default_model='purchase.advance.payment.inv'
domain=[('type', '=', 'service')]
help='Default product used for payment advances.'
string='Purchase Deposit Product'
No public methods.
| 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/14.0/purchase_deposit |
| VERSION | |
| VERSION | 1.1.2 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft, Elico Corp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft, Elico Corp |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, Michael Tietz, Kitti U, Saran440, Joan Mateu Jordi |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:09 |
| 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 |
|---|---|---|---|---|
res_config_settings_view_form_purchase |
res.config.settings.view.form.inherit.purchase | res.config.settings | xpath | Inherits purchase.res_config_settings_view_form_purchase |
view_purchase_advance_payment_inv |
Invoice Orders | purchase.advance.payment.inv | form | New |
view_purchase_order_form_inherit |
view.purchase.order.inherit | purchase.order | xpath | Inherits purchase.purchase_order_form |
advance_payment_method
Selection
default='percentage'
required=True
string='What do you want to invoice?'
args: [('percentage', 'Down payment (percentage)'), ('fixed', 'Deposit payment (fixed amount)')]
amount
Float
help='The amount to be invoiced in advance, taxes excluded.'
required=True
string='Deposit Payment Amount'
deposit_account_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
help='Account used for deposits'
string='Expense Account'
deposit_taxes_id
Many2many → account.tax
comodel_name='account.tax'
help='Taxes used for deposits'
string='Vendor Taxes'
purchase_deposit_product_id
Many2one → product.product
comodel_name='product.product'
domain=[('type', '=', 'service')]
string='Deposit Payment Product'
create_invoices(self)
view_init(self, fields)
No new fields.
Public methods (1)copy_data(self, default=None)
is_deposit
Boolean
help='Deposit payments are made when creating bills from a purhcase order. They are not copied when duplicating a purchase order.'
string='Is a deposit payment'
No public methods.
default_purchase_deposit_product_id
Many2one → product.product
comodel_name='product.product'
default_model='purchase.advance.payment.inv'
domain=[('type', '=', 'service')]
help='Default product used for payment advances.'
string='Purchase Deposit Product'
No public methods.
| 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/13.0/purchase_deposit |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft, Elico Corp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft, Elico Corp |
| COMMITTERS | |
| COMMITTERS | oca-travis, OCA-git-bot, kong, ps-tubtim |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:18 |
| 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 |
|---|---|---|---|---|
res_config_settings_view_form_purchase |
res.config.settings.view.form.inherit.purchase | res.config.settings | xpath | Inherits purchase.res_config_settings_view_form_purchase |
view_purchase_advance_payment_inv |
Invoice Orders | purchase.advance.payment.inv | form | New |
view_purchase_order_form_inherit |
view.purchase.order.inherit | purchase.order | xpath | Inherits purchase.purchase_order_form |
advance_payment_method
Selection
default='percentage'
required=True
string='What do you want to invoice?'
args: [('percentage', 'Down payment (percentage)'), ('fixed', 'Deposit payment (fixed amount)')]
amount
Float
help='The amount to be invoiced in advance, taxes excluded.'
required=True
string='Deposit Payment Amount'
deposit_account_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
help='Account used for deposits'
string='Expense Account'
deposit_taxes_id
Many2many → account.tax
comodel_name='account.tax'
help='Taxes used for deposits'
string='Vendor Taxes'
purchase_deposit_product_id
Many2one → product.product
comodel_name='product.product'
domain=[('type', '=', 'service')]
string='Deposit Payment Product'
create_invoices(self)
view_init(self, fields)
No new fields.
Public methods (1)copy_data(self, default=None)
is_deposit
Boolean
help='Deposit payments are made when creating invoices from a purhcase order. They are not copied when duplicating a purchase order.'
string='Is a deposit payment'
No public methods.
default_purchase_deposit_product_id
Many2one → product.product
comodel_name='product.product'
default_model='purchase.advance.payment.inv'
domain=[('type', '=', 'service')]
help='Default product used for payment advances.'
string='Purchase Deposit Product'
No public methods.
| 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/12.0/purchase_deposit |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft, Elico Corp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft, Elico Corp |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, Kitti U |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - purchase - account - base_setup - base - web - product - decimal_precision - bus - web_tour - uom - analytic - portal - http_routing - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form_purchase |
res.config.settings.view.form.inherit.purchase | res.config.settings | xpath | Inherits purchase.res_config_settings_view_form_purchase |
view_purchase_advance_payment_inv |
Invoice Orders | purchase.advance.payment.inv | form | New |
view_purchase_order_form_inherit |
view.purchase.order.inherit | purchase.order | xpath | Inherits purchase.purchase_order_form |
No new fields.
Public methods (0)No public methods.
advance_payment_method
Selection
default='percentage'
required=True
string='What do you want to invoice?'
args: [('percentage', 'Down payment (percentage)'), ('fixed', 'Deposit payment (fixed amount)')]
amount
Float
help='The amount to be invoiced in advance, taxes excluded.'
required=True
string='Deposit Payment Amount'
deposit_account_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
help='Account used for deposits'
string='Expense Account'
deposit_taxes_id
Many2many → account.tax
comodel_name='account.tax'
help='Taxes used for deposits'
string='Vendor Taxes'
purchase_deposit_product_id
Many2one → product.product
comodel_name='product.product'
domain=[('type', '=', 'service')]
string='Deposit Payment Product'
create_invoices(self)
view_init(self, fields)
No new fields.
Public methods (1)copy_data(self, default=None)
is_deposit
Boolean
help='Deposit payments are made when creating invoices from a purhcase order. They are not copied when duplicating a purchase order.'
string='Is a deposit payment'
No public methods.
default_purchase_deposit_product_id
Many2one → product.product
comodel_name='product.product'
default_model='purchase.advance.payment.inv'
domain=[('type', '=', 'service')]
help='Default product used for payment advances.'
string='Purchase Deposit Product'
No public methods.
| 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/10.0/purchase_deposit |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft, Elico Corp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft, Elico Corp |
| COMMITTERS | |
| COMMITTERS | AaronHForgeFlow, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - purchase - stock_account - stock - product - base - decimal_precision - base_setup - web_kanban - web - bus - web_tour - report - procurement - barcodes - web_planner - account - analytic |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_purchase_advance_payment_inv |
Invoice Orders | purchase.advance.payment.inv | form | New |
view_purchase_configuration |
purchase settings | purchase.config.settings | xpath | Inherits purchase.view_purchase_configuration |
view_purchase_order_form_inherit |
view.purchase.order.inherit | purchase.order | xpath | Inherits purchase.purchase_order_form |
No new fields.
Public methods (0)No public methods.
advance_payment_method
Selection
default='percentage'
required=True
string='What do you want to invoice?'
args: [('percentage', 'Down payment (percentage)'), ('fixed', 'Deposit payment (fixed amount)')]
amount
Float
help='The amount to be invoiced in advance, taxes excluded.'
required=True
string='Deposit Payment Amount'
deposit_account_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
help='Account used for deposits'
string='Expense Account'
deposit_taxes_id
Many2many → account.tax
comodel_name='account.tax'
help='Taxes used for deposits'
string='Vendor Taxes'
purchase_deposit_product_id
Many2one → product.product
comodel_name='product.product'
domain=[('type', '=', 'service')]
string='Deposit Payment Product'
create_invoices(self)
view_init(self, fields)
No new fields.
Public methods (1)copy_data(self, default=None)
is_deposit
Boolean
help='Deposit payments are made when creating invoices from a purhcase order. They are not copied when duplicating a purchase order.'
string='Is a deposit payment'
No public methods.
default_purchase_deposit_product_id
Many2one → product.product
comodel_name='product.product'
default_model='purchase.advance.payment.inv'
domain=[('type', '=', 'service')]
help='Default product used for payment advances.'
string='Purchase Deposit Product'
No public methods.