-
- Downloads
[FIX] mrp: compute duration when needed
Before this commit there would be trackback (TypeError: unsupported operand type(s) for -: 'datetime.datetime' and 'NoneType') when you will try to remove field Start date as we are using the field to compute duration.
With this commit, we compute duration when Both fields are present.
closes odoo/odoo#59693
Signed-off-by:
Rémy Voet <ryv-odoo@users.noreply.github.com>
Please register or sign in to comment