Repository
OCA/crm · module folder · Try on Runboat
Module version
1.0.0
Category
Customer Relationship Management
Folder size
0.13 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.antiun.com
Last tracking update
2026-08-07 07:03:04
Authors
Odoo Community Association (OCA), Antiun Ingeniería S.L.
Maintainers
Odoo Community Association (OCA), Antiun Ingeniería S.L.
Committers
Pedro M. Baeza, Jairo Llopis, Stéphane Bidoul (ACSONE), Weblate, OCA Transbot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
form_view Add invoice address to lead crm.lead form Inherits crm.crm_case_form_view_leads
opportunity_form_view Add invoice address to opportunity crm.lead form Inherits crm.crm_case_form_view_oppor
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.