Repository
OCA/l10n-chile · module folder · Try on Runboat
Module version
1.0.2
Category
Localization/Chile
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-chile
Last tracking update
2026-08-07 07:32:03
Authors
Odoo Community Association (OCA), Open Source Integrators, Konos, Daniel Santibáñez Polanco, Cooperativa OdooCoop
Maintainers
Odoo Community Association (OCA), Open Source Integrators, Konos, Daniel Santibáñez Polanco, Cooperativa OdooCoop
Committers
Maxime Chambreuil, GitHub, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
l10n_cl_etd_account, l10n_cl_etd_stock
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_res_partner_invoicing_policy_form res.partner.form.inherit res.partner form Inherits base.view_partner_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • invoicing_policy Selection
    default=_default_invoicing_policy help='\n * Ticket: Only for individuals and their children.\n 1 invoice for each delivery order.\n * Invoice: Only for companies and their children. The VAT is required.\n 1 invoice for each delivery order.\n Requires the customer PO # on the SO/Invoice.\n * Electronic Guide: Only for companies and their children.\n 1 invoice at the end of the month for all the delivery orders of\n that month.' required=True string='Invoicing Policy' args: (('ticket', 'Ticket'), ('invoice', 'Invoice'), ('eguide', 'Electronic Guide'))
Public methods (2)
  • check_invoicing_policy(self)
    @api.multi@api.constrains('is_company', 'invoicing_policy', 'parent_id')
  • onchange_invoicing_policy(self)
    @api.onchange('is_company')