Hello,
note : i'm working on Odoo.sh version 13
I added a static view for website_sale in static/src/xml to inherit an odoo static view and added this line in manifest : 'qweb': ['static/src/xml/website_search_box.xml',],
My problem is that it seems that my static view is not taking into account because nothing happens.
If i add syntax error, there is no error
Is there something to do for odoo to detect this new static view ?
If i do an odoo-bin -u, it seems to not take static view, only views in 'views' folder
How can i control if odoo see my static view or not ?
Hope you can help
Vincent