server-brand icon indicating copy to clipboard operation
server-brand copied to clipboard

[19.0][MIG] remove_odoo_enterprise: migrate

Open tishmen opened this issue 2 months ago • 4 comments

Scope

  • remove_odoo_enterprise

Depends on

  • None

Summary

  • Migrate to Odoo 19; version set to 19.0.1.0.0.
  • Align Base.search_fetch signature with Odoo 19 (field_names becomes optional).
  • Drop obsolete res_config_settings view targeting 'mobile_apps_funnel' widget no longer present in 19.0.
  • Adjust tests: skip appstore-widget checks removed upstream.

Temporary references

  • None

Pre-commit

  • Ran locally; auto-fixes committed (README/description regeneration) and removed unused obsolete view file.

Tests

  • Local: ./odoo/odoo-bin -c odoo.conf -d sbrand_test_roe -i remove_odoo_enterprise --test-enable --test-tags "/remove_odoo_enterprise" --log-level=info --stop-after-init
  • Note: tests that referenced 'mobile_apps_funnel' are skipped in 19.0.

tishmen avatar Oct 10 '25 21:10 tishmen

/ocabot migration remove_odoo_enterprise

pedrobaeza avatar Oct 11 '25 08:10 pedrobaeza

I have tried on runboat, and I'm still seeing the options to install enterprise things:

image

pedrobaeza avatar Oct 11 '25 08:10 pedrobaeza

Thanks, @pedrobaeza - I’ll investigate this and make sure it’s properly fixed.

tishmen avatar Oct 11 '25 08:10 tishmen

Hi @pedrobaeza , I just checked on Runboat and everything seems to be working fine on my end - I’m not seeing the enterprise installation options anymore. No code changes were made to achieve this result. Could you please check again when you get a chance? Thanks!

Screenshot 2025-10-14 123649

tishmen avatar Oct 14 '25 10:10 tishmen