Invoicing Policy on Partner

l10n_cl_invoicing_policy
REPOSITORY
REPOSITORYOCA/l10n-chile
GIT
GIThttps://github.com/OCA/l10n-chile.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-chile/tree/12.0/l10n_cl_invoicing_policy
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYLocalization/Chile
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators, Konos, Daniel Santibáñez Polanco, Cooperativa OdooCoop
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators, Konos, Daniel Santibáñez Polanco, Cooperativa OdooCoop
COMMITTERS
COMMITTERSMaxime Chambreuil, GitHub, OCA Transbot, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-chile
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_res_partner_invoicing_policy_form res.partner.form.inherit res.partner xpath Inherits base.view_partner_form
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')