-
- Downloads
[FIX] account: avoid infinite loop when creating taxes of type 'group'
When updating taxes, creation of taxes of type 'group' does not work correctly if either a child or the parent itself has been deleted. Indeed the creation of _generate_tax() method suppose that both the parent and the child needs to be created in the same batch while we can have databases where one of those already exists and will go in the 'update' and not 'creation' part of the script. closes odoo/odoo#131215 X-original-commit: 8372a02f Signed-off-by:Olivier Colson (oco) <oco@odoo.com> Signed-off-by:
Jinane Maksoud (maji) <maji@odoo.com>
Loading
Please register or sign in to comment