Files
account-financial-tools/account_journal_lock_date/__init__.py
Ernesto Tejeda 7e5f9bb3da [IMP] account_journal_lock_date: two dates per journal
- Change in journal the existing 'Lock date' by two dates, the same as in company.
- Add a wizard to allows a massive update of those dates for several journals at the same time.
2022-05-18 16:29:54 +02:00

5 lines
109 B
Python

# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import models
from . import wizards