mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Rename hooks file and use post_init_hook method to create journal sequences after module installation.
3 lines
55 B
Python
3 lines
55 B
Python
from .hooks import post_init_hook
|
|
from . import models
|