Daily updates from Odoo
Wednesday, November 6, 2019
4 changes · master
New functionality added to Odoo
Adds the core accounting setup needed for Chilean companies to work under local tax authority rules, including partner fiscal details, official document types, tax data, banks, currencies, products, and reporting structures. This provides a practical baseline for small businesses and prepares the localization for future electronic invoicing support.
Original PR description
### Module: l10n_cl This commit includes important updates and basic accounting features for the Chilean localization, which represent the MVP that small company will need to operate under the SII…
### Module: l10n_cl This commit includes important updates and basic accounting features for the Chilean localization, which represent the MVP that small company will need to operate under the SII (Servicio de Impuestos Internos) regulations and guidelines. This commits also aims to prepare the base models and fields that will be eventually used for the electronic invoice module. Here is a summary of the main features: **Partner** _Identification Type:_ Selection field that includes the identification documents used by the partners. This field is a common requirement on customers for the sales/purchase transactions. _Tax Payer Type:_ Indicates the fiscal regime related to the partner which is a key factor in Chilean accounting to determine the most frequently used document type applicable on the invoicing process. **Dependencies:** 10n_latam_base **Document Type** When creating Invoices and Vendor Bills, a specific document type will be added, the next document types are included by default as part of the localization. Factura Electrónica (33) Factura no Afecta o Exenta Electrónica (34) Boleta Electrónica (39) Nota de Débito Electrónica (56) Nota Credito Electrónica (61) In case that additional Journal is required the user can enable them on the menu _Document Type_. **Dependencies:** 10n_latam_invoice_document **Journal** As general practice in Chile the sequences for the same document are usually shared between more than journal, specially sales Journals, so the next features are added on the journal : _User documents:_ Enables the option to add more than one sequence for the journal. Option to add sequences previously created so the can be shared between more than journal. _Button for New Sequences:_ When a particular set of sequence is required for a journal, this button creates a new sequence on for each of the document types active. **Sequences** - Journal: A many to many relations to the Journal was added in order to share the same sequence between several journals. - Document type: Relation to the document type mode. **Invoices** Document type: Indicates the type applicable for the transaction, the value is autopulated based on the SII Code of the partner and the document types available for the journal. **Master Data:** - Chart of Account - Predefined Taxes - Fiscal Positions -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update expands and refreshes the Chilean localization in Odoo, including accounting templates, taxes, tax reports, fiscal data, document types, banks, currencies, partners, products, and related setup data. Businesses operating in Chile benefit from more complete local compliance configuration and improved readiness for accounting and invoicing workflows.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds Chilean regions to Odoo’s standard country and state data. Businesses operating in Chile can now use accurate regional information in addresses, contacts, and localization-related workflows.
Original PR description
Description of the issue/feature this PR addresses: Add Chilean regions as states -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Recruitment teams now get a dedicated dashboard with dynamic reporting to track hiring activity and refusal reasons. This makes it easier for managers to understand recruitment performance, spot bottlenecks, and make data-driven hiring decisions.
Original PR description
Description of the issue/feature this PR addresses: Add dashboard in recruitment id=2003841