Daily updates from Odoo
Friday, October 4, 2019
2 changes
Resolved issues and error corrections
This fixes the ordering of Mexican tax templates so the standard 16% taxes are selected by default when setting up products or invoices. It prevents 0% or 4% taxes from being incorrectly preselected, reducing manual corrections for Mexican accounting users.
Original PR description
[FIX] Sequencing Template Taxes in order promote up 16% taxes as default ones. = <img width="1602" alt="Screen Shot 2019-08-22 at 9 32 05 PM" src="https://user-images.githubusercontent.com/7598010/63562797-886f4980-c524-11e9-9ec2-f0416c77fb23.png"> Before this commit when installing `l10n_mx` chart of accounts taxes for 0% and 4% were the ones assigned by default in products or in invoices for sales and purchase, respectively. Reason was wrong sequence in the Template of Taxes, combined with order of creation, ids. now the two ones with lowest sequence are the 16% Taxes. Regards. Update - A PR in https://github.com/odoo/odoo/pull/35994 was made for forward-porting purposes This PR will be left for CI-dummy purposes. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix removes leftover spaces from internal access record identifiers in the Board, Mail, and Project areas. Keeping these identifiers consistent helps avoid errors during module updates, migrations, or integrations that reference those records.
Original PR description
This was already performed on 3c568aec0b46, but there still are some remnants on model access records. Fixes odoo/odoo#25408 Closes odoo/odoo#37946 Cherry pick in master for safety