Wednesday, March 25, 2026
1 change · master
Features or functions removed from Odoo
This change removes a redundant field related to tracking payslip documents with tags. The feature was no longer required and has been removed from the system configuration and associated files. This simplifies the system and reduces potential maintenance overhead.
Original PR description
According to the linked task, the documents_hr_payslip_tags field is no longer needed, therefore we can remove the override of the view adding it and the field on res_config_settings (we remove the whole file since it was the only thing that it was changing). Finally we also remove the documents_tag_payslips record, which was used as a default tag but is no longer needed. Task: 5936989