mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
It seems that having several fields returned by `Form` as `False` that are related to one2many inverse field, makes Odoo ORM mad, and get to an unbalanced move when generating the invoice. Cleaning these values assures to work without problems. Not able to provide a regression test, as I don't get to reproduce the conditions to happen in test environment, but the patch is safe and harmless anyways. TT30842