| 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_billing_address |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Binhex <https://www.binhex.cloud> |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Binhex <https://www.binhex.cloud> |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Edilio Escalona Almira |
| 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 allows you to add a billing address to purchase orders. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_form_view |
purchase.order.form.inherit,purchase.invoice.partner.type | purchase.order | field | Inherits purchase.purchase_order_form |
available_partner_invoice_ids
Many2many → res.partner
comodel_name='res.partner'
compute='_compute_available_partner_invoice_ids'
string='Allowed invoice addresses'
partner_invoice_id
Many2one → res.partner
comodel_name='res.partner'
domain="[('id', 'in', available_partner_invoice_ids)]"
help='Invoice address for this purchase order'
string='Invoice address'
onchange_partner_id(self)
type
Selection
ondelete={'purchase_invoice': 'set null'}
selection_add=[('purchase_invoice', 'Purchase invoice address')]
No public methods.