refactor(fusion_accounting): convert to meta-module that depends on sub-modules

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-18 22:10:26 -04:00
parent 6c72f2ab49
commit 1c44f458ad
2 changed files with 25 additions and 50 deletions

View File

@@ -1,4 +1 @@
from . import models
from . import services
from . import controllers
from . import wizards
# Meta-module: no Python code. All implementation is in sub-modules listed in __manifest__.py 'depends'.