TIP: You can type at any time to perform a new search.
Invoicing Policy on Partner
l10n_cl_invoicing_policy · OCA/l10n-chile
- 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
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_policySelectiondefault=_default_invoicing_policyhelp='\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=Truestring='Invoicing Policy' args: (('ticket', 'Ticket'), ('invoice', 'Invoice'), ('eguide', 'Electronic Guide'))
-
check_invoicing_policy(self)@api.multi@api.constrains('is_company', 'invoicing_policy', 'parent_id') -
onchange_invoicing_policy(self)@api.onchange('is_company')