Saturday, November 16, 2019
2 changes · master
Miscellaneous changes
Before that, when trying setting to None the tag_name of a tax report line whose tags were referenced by some move lines, a exception was raised, telling that some account.move.line objects still referenced an account.tag we were trying to delete. Removing the tags from db was legit (since we're removing the tag_name, we need to remove the tags that it generated), but first needed to remove all these tags from the account move lines linked to them. Forward-Port-Of: odoo/odoo#40343
Original PR description
Before that, when trying setting to None the tag_name of a tax report line whose tags were referenced by some move lines, a exception was raised, telling that some account.move.line objects still referenced an account.tag we were trying to delete. Removing the tags from db was legit (since we're removing the tag_name, we need to remove the tags that it generated), but first needed to remove all these tags from the account move lines linked to them. Forward-Port-Of: odoo/odoo#40343
Since e61134a a new possible state have been added to payslips. However, the payslip reports currently considers only payslips in state=done. Paid payslips should obviously also appear in the reporting dashboard. Forward-Port-Of: odoo/enterprise#6734
Original PR description
Since e61134a a new possible state have been added to payslips. However, the payslip reports currently considers only payslips in state=done. Paid payslips should obviously also appear in the reporting dashboard. Forward-Port-Of: odoo/enterprise#6734