Hi,
I want to update qweb code by py file. is it possible?
The Requirement is, I am creating web page for diffenrt uses like example-
http://localhost:8069/page/manalishah343-gmail-com
http://localhost:8069/page/jiten-gmail-com
i am creating blank web pages when user is creating in odoo.all users have personal web page.
if 1)Jiten puts head line in web page "welcome to my page" on http://localhost:8069/page/jiten-gmail-com
2)manali puts head line in web page "Coming soon" on http://localhost:8069/page/manalishah343-gmail-com
all this should be done by coding in py file, not by in xml code ,becuase user can change his message in odoos form textbox any time,user will not edit his webpage directly from odoo website editor.
it is possible to update tags in qweb by python py file coding?