calendar
calendar copied to clipboard
[19.0][MIG] calendar_public_holiday: Migration to 19.0
Scope
- calendar_public_holiday 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_public_holiday_001 \
-i calendar_public_holiday \
--test-enable --test-tags "/calendar_public_holiday" \
--log-level=info --stop-after-init
Result: 13 tests green locally.
Supersedes #181 to preserve history per OCA 19.0 migration process.