Files
account-financial-tools/account_move_name_sequence/__init__.py
Andrea Gidalti 88b968cb07 [REF] account_move_name_sequence: rename hooks file
Rename hooks file and use post_init_hook method to create journal sequences
after module installation.
2025-01-29 02:15:30 +00:00

3 lines
55 B
Python

from .hooks import post_init_hook
from . import models