git mv preserves history. fusion_accounting/ retains only __manifest__.py, __init__.py, CLAUDE.md, and docs/ — the meta-module shell. All Python, data, views, security, services, static, tests, wizards, report move to fusion_accounting_ai/. Manifest data list updated; security.xml move to _core deferred to Task 12. Made-with: Cursor
10 lines
296 B
Python
10 lines
296 B
Python
from . import accounting_config
|
|
from . import accounting_tool
|
|
from . import accounting_session
|
|
from . import accounting_match_history
|
|
from . import accounting_rule
|
|
from . import accounting_dashboard
|
|
from . import account_move_hook
|
|
from . import vendor_tax_profile
|
|
from . import recurring_pattern
|