Files
Odoo-Modules/fusion_accounting_reports/security/ir.model.access.csv
gsinghpal 8de4beb46a feat(fusion_accounting_reports): period picker wizard with common presets
Adds fusion.period.picker.wizard - a guided entry point that lets users
pick a report type and a common period preset (this/last month, quarter,
YTD, last year, or custom range). The wizard uses the existing date_periods
service helpers (month_bounds, quarter_bounds, fiscal_year_bounds) to
pre-fill date_from / date_to via @api.onchange.

action_open_report returns a client action that launches the OWL reports
viewer with default_report_type / default_date_from / default_date_to /
default_comparison in the context.

Tests: 3 new (test_period_picker.py). Net 111 -> 114.
Made-with: Cursor
2026-04-19 16:17:46 -04:00

765 B

1idnamemodel_id:idgroup_id:idperm_readperm_writeperm_createperm_unlink
2access_fusion_report_userfusion.report.usermodel_fusion_reportbase.group_user1000
3access_fusion_report_adminfusion.report.adminmodel_fusion_reportfusion_accounting_core.group_fusion_accounting_admin1111
4access_fusion_report_commentaryfusion.report.commentarymodel_fusion_report_commentarybase.group_user1110
5access_fusion_report_anomalyfusion.report.anomalymodel_fusion_report_anomalybase.group_user1110
6access_fusion_xlsx_export_wizard_userfusion.xlsx.export.wizard.usermodel_fusion_xlsx_export_wizardbase.group_user1110
7access_fusion_period_picker_wizard_userfusion.period.picker.wizard.usermodel_fusion_period_picker_wizardbase.group_user1110