Thursday, November 21, 2019
2 changes · master
New functionality added to Odoo
Belgian companies can now generate the required 281.50 tax documents for partners directly in Odoo, in both PDF and XML formats. This helps streamline local compliance reporting and reduces manual preparation for submissions to Belgian tax authorities.
Original PR description
### Purpose: Be able to generate PDF & XML files for the Belgian 281.50 document. Some fields are hardcoded because it's not possible to get these information in Odoo. Of course, all theses fields aren't very important. If you have a problem about one field please contact avw/flg. ### Doc about this task: https://docs.google.com/spreadsheets/d/1C0NMxD3DB0tuIToqhlDF7N-giwLFXeS7XRn7rnguSec/edit#gid=0 https://finances.belgium.be/fr/E-services/Belcotaxonweb/documentation-technique https://finances.belgium.be/sites/default/files/downloads/161-belcotax-brochure-2018-20190225-fr.pdf https://ec.europa.eu/taxation_customs/tin/pdf/fr/TIN_-_subject_sheet_-_3_examples_fr.pdf https://i.gyazo.com/55b16f86ca35e118776227ea159cd412.png **Task ID:** 1861202
Adds support for automatically retrieving Chilean UF, UTM, USD, and EUR rates from SBIF, Chile's official banking authority. This helps businesses keep currency and index values up to date, provided they configure an SBIF API token.
Original PR description
Modify currency_rate_live in order to get a connection from SBIF (official chilean banks entity) to get UF, UTM, USD and EUR rate. UF (unidad de fomento) is an index which calculation is based on inflation rates. It serves to have an updated quotation of goods or services, not affected by inflation. UTM (unidad tributaria mensual) is not a currency, but it is an index used for tax debts or remanent amounts. Its rate calculation is updated monthly, but in order to have a uniform connection simultaneously updates with other most used currencies. The SBIF connection requires the user to get an api token from SBIF.