Fernando San Martín W.
Fernando San Martín W.
## Summary - Migrates `crm_salesperson_planner` module to Odoo 18.0 - Fixes breaking changes: - External ID references from `%(external_id)d` to `%(module.external_id)d` format - Tree view type renamed to list (Odoo...
Migration of fieldservice_isp_flow module to Odoo 18.0. ## Summary - Updated module version to 18.0.1.0.0 - No framework changes required (module uses compatible patterns) - Adds ISP-specific workflow stages and...
Migration of fieldservice_stage_validation module to Odoo 18.0. ## Summary - ✅ **Proper migration using git format-patch method** - preserves complete git history from 17.0 branch - ✅ Updated module version...
This PR addresses issue #328.\n\nIt adds a dynamic company filter to the MIS report view, allowing users to switch between companies in a multi-company environment.\n\nThe implementation leverages the existing ,...
This PR addresses issue #159.\n\nIt adds a new "Annotations" column to the MIS reports (view, PDF, and XLSX).\n\nThe annotation for the first cell of each row is displayed in this...
This PR adds a new journal filter to the mis.report.instance model. This allows users to filter reports by selected journals.