Friday, August 6, 2021
1 change · master
New functionality added to Odoo
Adds support for Chile's legally required electronic boleta workflow, including submission to the tax authority through dedicated services and daily sales summaries. This helps businesses comply with SII rules for boleta reporting that differ from standard electronic invoicing.
Original PR description
**Purpose of the PR:** As part of the SII requirements (Legal requirement in Chile), beginning on March 2021 Boletas transaction must be sent to the SII under the electronic workflow using a…
**Purpose of the PR:** As part of the SII requirements (Legal requirement in Chile), beginning on March 2021 Boletas transaction must be sent to the SII under the electronic workflow using a different web service than the one used on Electronic Invoices. Additionally of sending the Boleta individually (with the EDI workflow), at the end of the day, a Daly summary with all the Boletas transactions should be sent to the SII - electronically (also a legal requirement). Electronic Boletas & Electronic Invoicing Workflos differences: These workflows have some important differences that lead us to do this PR with the specific changes. Here are the differences: - The mechanism for sending the electronic boletas information need dedicated servers and are different from those used at the reception electronic invoice (Palena and Maullin). - The authentication services, querying the status of a delivery and the status of a document will be different - The authentication token obtained - The XML schema for sending the electronic boletas was updated with the incorporation of new tags - The validation diagnosis of electronic boletas will be delivered through a "Rest" service that has as an input the tracking id of the delivery. Electronic Invoice will continue to receive their diagnoses via e-mail. - The tracking id associated with the electronic boletas will be 15 digits long. (Electronics Invoice is 10) Highlights from this SII Guide: []( https://www.sii.cl/factura_electronica/factura_mercado/Instructivo_Emision_Boleta_Elect.pdf)