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
4 lines
82 B
Python
4 lines
82 B
Python
from . import date_periods
|
|
from . import account_hierarchy
|
|
from . import totaling
|