Finalize migration of account_usability

This commit is contained in:
Alexis de Lattre
2020-12-08 11:58:57 +01:00
parent 17549ca457
commit 75b8bef3c4
20 changed files with 156 additions and 858 deletions

View File

@@ -11,7 +11,7 @@ class AccountMoveReversal(models.TransientModel):
@api.model
def _default_date(self):
date = None
date_dt = None
if (
self._context.get('active_model') == 'account.move' and
self._context.get('active_id')):