feat(fusion_accounting_reports): pure-Python services for date+account+totaling
Three service modules with no Odoo dependencies: - date_periods: fiscal year/month/quarter bounds + comparison derivation - account_hierarchy: parent-child tree walker with type filtering - totaling: move-line aggregation primitives 18 unit tests covering edge cases (December rollover, Feb 29, fiscal- year-before-start, balance check tolerance). Made-with: Cursor
This commit is contained in:
@@ -0,0 +1 @@
|
||||
from . import services
|
||||
|
||||
Reference in New Issue
Block a user