Daily updates from Odoo
Thursday, February 22, 2024
2 changes · 17.0
New functionality added to Odoo
This update adds official Balance Sheet and Profit and Loss reports for Czech companies using Odoo. These reports comply with Czech accounting regulations (Decree No. 500/2002) and include additional account configurations needed for proper financial reporting in the Czech Republic.
Original PR description
This commit adds the Balance and the Profit and Loss report for CZ localization. Those reports follow the Decree No. 500/2002 Coll. It also adds some missing accounts. task-2348644
This update adds an intelligent auto-complete widget for HSN (Harmonized System of Nomenclature) codes in the India localization module. When users enter product information, the system now suggests matching HSN codes and automatically fills in the corresponding description, making data entry faster and more accurate for Indian businesses.
Original PR description
- In this PR, we make some requests in js to get a list of HSN codes to match with the input entered by the user in the field. - And for the options attribute in hsn_autocomplete widget, when a user selects an option from the list, the hsn_decription will be stored in the field specified by the user. task-3646598