Files
account-financial-tools/account_move_name_sequence/__init__.py
Andrea Gidalti 168d8372ac [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-11-13 12:19:44 +01:00

3 lines
55 B
Python

from .hooks import post_init_hook
from . import models