Invoice address in leads

crm_lead_invoice_address
REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/8.0/crm_lead_invoice_address
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Antiun Ingeniería S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Antiun Ingeniería S.L.
COMMITTERS
COMMITTERSPedro M. Baeza, Jairo Llopis, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate
WEBSITE
WEBSITEhttp://www.antiun.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - crm
    - base_action_rule
    - base
    - resource
    - mail
    - base_setup
    - web_kanban
    - web
    - sales_team
    - web_kanban_sparkline
    - email_template
    - calendar
    - web_calendar
    - board
    - fetchmail
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
form_view Add invoice address to lead crm.lead data Inherits crm.crm_case_form_view_leads
opportunity_form_view Add invoice address to opportunity crm.lead xpath Inherits crm.crm_case_form_view_oppor
Models touched (1)

New fields (7)
  • invoice_city Char
    args: 'Invoice address city'
  • invoice_country_id Many2one → res.country
    args: 'res.country', 'Invoice address country'
  • invoice_equal Boolean
    default=True help='Uncheck this option to specify a different billing address.' args: 'Use same adress for billing'
  • invoice_state_id Many2one → res.country.state
    args: 'res.country.state', 'Invoice address state'
  • invoice_street Char
    args: 'Invoice address street'
  • invoice_street2 Char
    args: 'Invoice address street 2'
  • invoice_zip Char
    args: 'Invoice address ZIP code'
Public methods (0)

No public methods.