Wednesday, October 30, 2024
1 change · master
Features or functions removed from Odoo
The Luxembourg payroll module no longer shows a warning about missing employee tax classification because that information is now mandatory. This reduces irrelevant alerts and simplifies related employee tax classification settings.
Original PR description
The tax classification is now required, so there can be no employee without a tax classification rendering the warning useless. Also, the tax classification field was computed before, but it's no longer the case. So the 'store' and 'readonly' attributes are not needed any more. Task: 4193439