Scaffold the fusion_accounting_bank_rec sub-module with directory tree, manifest, empty package __init__ files, empty ACL CSV, icon, and Enterprise reference snapshots. No models, controllers, or business logic yet — installs cleanly on V19 westin-v19 dev DB. Made-with: Cursor
5 lines
92 B
Python
5 lines
92 B
Python
from . import models
|
|
from . import controllers
|
|
from . import services
|
|
from . import wizards
|