Skip to content

Conversation

@remi-filament
Copy link
Contributor

account_root view is not stored in DB anymore in v18. account.root model was moved from account_account.py to its own file account_root.py and the init function creating VIEW in DB was removed at the same time :
odoo/odoo@854c3b2

Not sure why this it not detected in upgrade_analysis.txt though (probably because model still exists but is not using SQL VIEW anymore).

I am not sure if I should add information somewhere (adding entries in upgrade_analysis_work.txt for instance) ?

Copy link
Contributor

@MiquelRForgeFlow MiquelRForgeFlow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adding entries in upgrade_analysis_work.txt for instance

Yes, it would be nice.

@MiquelRForgeFlow MiquelRForgeFlow added this to the 18.0 milestone Oct 8, 2025
@remi-filament
Copy link
Contributor Author

adding entries in upgrade_analysis_work.txt for instance

Yes, it would be nice.

Thanks @MiquelRForgeFlow I have added a line in upgrade_analysis_work.txt

@MiquelRForgeFlow MiquelRForgeFlow merged commit 02efdf2 into OCA:18.0 Oct 8, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants