server-backend
server-backend copied to clipboard
[19.0][MIG] base_user_role_history: Migration to 19.0
Scope
- base_user_role_history only
Summary
- Migrate to Odoo 19.0 following OCA guide.
- Search view RNG schema updated (
<search><group>without deprecated attrs).
Pre-commit
- Verified locally; no additional changes applied beyond auto-fixes.
Temporary dependency
- Added a temporary reference in root test-requirements.txt to install base_user_role from the PR ref, per OCA guidelines.
Tests
Command:
./odoo/odoo-bin -c odoo.conf -d bur19_tests_burh -i base_user_role,base_user_role_history --test-enable --test-tags "/base_user_role_history" --without-demo=all --log-level=info --stop-after-init
Result: green locally.
Depends on:
- [ ] https://github.com/OCA/server-backend/pull/382
Depends on #382.
Temporary dependency
- Added a temporary reference in
test-requirements.txtto installbase_user_rolefrom #382 (per OCA wiki above). This commit will be removed after the base PR merges.
Highlights
- Search view schema aligned with 19.0 (
<search><group>without deprecated attributes). No functional changes beyond migration. - Local tests green. Command used:
./odoo/odoo-bin -c odoo.conf -d bur19_tests_burh -i base_user_role,base_user_role_history --test-enable --test-tags "/base_user_role_history" --without-demo=all --log-level=info --stop-after-init
Maintainers ping
- @ThomasBinsfeld (module), @sebalix @jcdrubay @novawish (base visibility).
Kept as draft until #382 is approved/merged; can flip to ready on request.