Purchase billing address

purchase_billing_address
REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/17.0/purchase_billing_address
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Binhex <https://www.binhex.cloud>
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Binhex <https://www.binhex.cloud>
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Edilio Escalona Almira
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - 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.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
purchase_order_form_view purchase.order.form.inherit,purchase.invoice.partner.type purchase.order field Inherits purchase.purchase_order_form
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.