Skip to Content
This question has been flagged
2 Replies
1092 Views

Is it normal when I upgrade auth_signup module all the views that I altered are reset? how to avoid that

Avatar
Discard
Best Answer

Upgrade a module will call upgrade to all depends modules.

Odoo recommend applying modifications to standard views through inherited views or customization with Odoo Studio, otherwise your changes will be overwritten during future module updates.

Be aware that editing the architecture of a standard view is not advised, since the changes will be overwritten during future module updates. We recommend applying modifications to standard views through inherited views or customization with Odoo Studio.

Avatar
Discard
Author

Hello, thank you for answering, I am a beginner and I don't know about inherited views can you explain to me how to use them?

Are you using Odoo Enterprise with studio app?

Author

No am using odoo online

If you have Studio app you can do it easily, otherwise if you are a developer you can add inherited view for Odoo UI.

Best Answer

Hi, this might help you: https://youtu.be/An6YTH3kJD8

Thanks

Avatar
Discard