Krzysztof Magusiak
Krzysztof Magusiak
@rco-odoo can you r+ / security
Could you rebase and solve conflicts? Otherwise the PR looks good.
Too big to review, could you make a separate commit for the changes in the ORM?
In fields.py: - Raise `ValidationError` instead of AssertionErrror In models.py: - You don't need to replace all `_inherit` str with lists, the case is still handled.
I'm not a fan of context variables, but you could add a context `model_unlock_log_access` boolean with a default of `not self.pool.ready`. @rco-odoo What's your opinion about this?
> This PR is indeed not about reviewing the whole Interval util lib, we are "only" moving it. > > I understand it's a good opportunity to take a good...