TIP: You can type at any time to perform a new search.
Purchase billing address
purchase_billing_address · OCA/purchase-workflow
- Repository
- OCA/purchase-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.18 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/purchase-workflow
- Last tracking update
- 2026-08-07 08:23:03
- Authors
- Odoo Community Association (OCA), Binhex <https://www.binhex.cloud>
- Maintainers
- Odoo Community Association (OCA), Binhex <https://www.binhex.cloud>
- Committers
- Weblate, OCA-git-bot, oca-ci, Edilio Escalona Almira
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_form_view |
purchase.order.form.inherit,purchase.invoice.partner.type | purchase.order | form | Inherits purchase.purchase_order_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
available_partner_invoice_idsMany2many → res.partnercomodel_name='res.partner'compute='_compute_available_partner_invoice_ids'string='Allowed invoice addresses' -
partner_invoice_idMany2one → res.partnercomodel_name='res.partner'domain="[('id', 'in', available_partner_invoice_ids)]"help='Invoice address for this purchase order'string='Invoice address'
-
onchange_partner_id(self)@api.onchange('partner_id')
New fields (1)
-
typeSelectionondelete={'purchase_invoice': 'set null'}selection_add=[('purchase_invoice', 'Purchase invoice address')]
No public methods.