This question has been flagged
2 Replies
1799 Views

I install Odoo 14 on my local Linux and use the Edit function to design some pages. I don't know where they are stored. If I want to copy these designs to a cloud platform, is there way to package all the designs and move? Appreciate your help to solve my problem.

Avatar
Discard
Best Answer

The design of your pages are saved as QWeb views. You ca  find them under Technical/Settings/ Views

Avatar
Discard
Author

Thank you very much for you help

Best Answer

The design and content you make in the editor is stored in the database.

If you want to be able to move design changes between installations then you should create a theme - which is just a small module. For more information please see the link below:

\https://www.odoo.com/documentation/14.0/developer/howtos/themes.html

If possible use Odoo 15.

Avatar
Discard
Author

Thank you very much for you help