Daily updates from Odoo
Thursday, July 18, 2024
2 changes · 17.0
Enhancements to existing features
This update improves the Brazilian electronic invoice system by standardizing address formatting and adding important details like terms and conditions and delivery dates to invoices. These enhancements make the customer-facing PDF invoices generated by Avatax more complete and easier to understand.
Original PR description
This homogenizes the address format we send for each location and adds the terms and conditions and delivery date. This makes the customer invoice PDF that Avatax generates more complete and less confusing for users and their customers. task-3894745
This update improves the city selection experience when entering customer information in Mexico. Instead of showing all cities across the entire country (which is confusing when many cities share the same name), cities are now filtered to show only those in the selected state. This makes it much faster and easier to find and select the correct city.
Original PR description
When you select a city from the city list (city_id field) on the res.partner the cities are filtered by country in standard. However this is complicated to use because more often than not there are many cities with the same name. This is specially frequent in large countries.
So simply changing it to domain="[('state_id', '=', state_id)]" solves the issue.
task: 4027290
Forward-Port-Of: odoo/enterprise#66495