calendar
calendar copied to clipboard
[19.0][MIG] calendar_import_ics: Migration to 19.0
Scope
- calendar_import_ics only
Summary
- Migrate to Odoo 19 using the working feature branch code.
- Context handling aligned with 19.0.
- Asset paths are relative under
web.assets_backend.
Pre-commit
- Verified locally; no additional changes applied here to keep parity with the feature branch.
Tests Command:
./odoo/odoo-bin -c odoo.conf -d odoo_calendar_tests_import_ics_001 \
-i calendar_import_ics \
--test-enable --test-tags "/calendar_import_ics" \
--log-level=info --stop-after-init
Result: 3 tests green locally.
Supersedes #180 to preserve history per OCA 19.0 migration process.