Getting ready

We will be using the my_library module from Chapter 4, Creating Odoo Add-on Modules for this recipe. We will add CSS, SCSS, and JavaScript files, which will modify the website. As we are modifying the website, we will need to add website in the dependency. Modify manifests like this:

...
'depends': ['base', 'website'],
...
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset