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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows you to add a billing address to purchase orders.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
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_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'
Public methods (1)
  • onchange_partner_id(self)
    @api.onchange('partner_id')

New fields (1)
  • type Selection
    ondelete={'purchase_invoice': 'set null'} selection_add=[('purchase_invoice', 'Purchase invoice address')]
Public methods (0)

No public methods.