2
0
account-financial-tools/account_move_name_sequence/__init__.py
Andrea Gidalti 79c62a9af6 [REF] account_move_name_sequence: rename hooks file
Rename hooks file and use post_init_hook method to create journal sequences
after module installation.
2023-10-09 18:41:36 +00:00

3 lines
55 B
Python

from .hooks import post_init_hook
from . import models