Friday, August 30, 2024
2 changes · master
Resolved issues and error corrections
This change restores Brazilian tax records that had been removed in a previous update. The rollback prevents unexpected issues for Brazilian localization users while the team reassesses the correct approach for Brazil-specific tax handling.
Original PR description
[FIX] l10n_br_avatax: reset the tax record for brazil This is a revert for the changes that has been done in this commit https://github.com/odoo/enterprise/pull/68310/commits/5a2cfe938f6e13a9cd7394e3ce7685b25a31e7f8 Reason: It cause un-expected effect to brazil as they stay need all the removed taxes. So, We decided to roll the change back and investigate in the brazil case again to define what we need to do. task-id#4127128 odoo-pr: https://github.com/odoo/odoo/pull/177727
Updating a partner bank account from the Employees bank account view now applies it to the related employees for that partner. The selection list is also limited to partners linked to employees in the selected companies, reducing mistakes and keeping payroll banking details consistent.
Original PR description
With this commit, when a user will a partner bank account from the view (Employees > Employees > Bank Accounts) this bank account will be set on its partner's employees. Also on this view; only partners linked to at least one employee (in selected companies) will be selectable. task-4076834