This question has been flagged
2 Replies
2017 Views

Hi I am new to odoo website ,How to create a page via code in odoo website and how to add js ,css in that module any one please help 

Avatar
Discard
Best Answer

Please read the documentation available and then ask specific questions: https://www.odoo.com/documentation/9.0/

Avatar
Discard
Best Answer

1. To edit the website using html go to the "Website" then click on the "Customise" link in the top right corner.

2. You can change the existing .css by accessing web folder in the addons. You can also place inline stylings as well as inline js. Changing the original css is not recommended as after update it will disappear and it is against the rules (inherit and override rather than change).
3. As mentioned above please read:
\https://www.odoo.com/documentation/9.0/
The topic on overriding CSS:
https://www.odoo.com/forum/help-1/question/override-css-and-change-styles-of-some-fields-44128

Avatar
Discard