Sunday, March 15, 2026
2 changes · master
New functionality added to Odoo
This update adds support for fetching currency rates directly from the National Bank of Georgia (NBG). This is required to comply with Georgian tax regulations, ensuring all transactions are accurately translated into the local currency (GEL) using official exchange rates.
Original PR description
This commit adds the National Bank of Georgia (NBG) as a supported service provider for automatic currency rate updates. Purpose: To comply with the Georgian Tax Code (Article 73), taxable transactions must be translated into the national currency (GEL) using the official exchange rate defined by the NBG for the transaction day. Functionality: -Enables fetching official exchange rates directly from NBG. -Automatically handles rates defined for different quantities (e.g, rates quoted per 100 units instead of 1 unit). task-5894623 Forward-Port-Of: odoo/enterprise#107375
This update enhances Odoo's Chile (l10n_cl_edi) module to handle a specific requirement in Chilean accounting. Suppliers can now declare 'Non-Billable Amount' on vendor bills, and this commit ensures that Odoo correctly reads and incorporates this amount when importing bills or fetching them via email, creating accurate invoices.
Original PR description
[IMP] l10n_cl_edi: Non-billable amount in vendor bill In Chile suppliers can declare Non-Billable Amount in the XML This commit add the feature to read the Non-Billable Amount when fetching vendor bills via mail or importing manually, and create the corresponding invoice line. task-5878586