This module adds the cookie notice, according to the european cookie law, to your website.
To change the cookie message:
- Go to Settings > Technical > User Interface > Views.
- Search for the view called cookiebanner.
- Change as you wish. Remember that you will probably lose translations then.
If you are developing a theme for Odoo, remember that this message has the
cc-cookies
class. You can style it at will too.
If you are using this module in version < 8.0.2.0.0 and update it, any other module that modifies the
res.company
view will break in the next update if Odoo decides to update it before this one. To avoid that:- Stop your server.
- Update only this module:
odoo.py -u website_cookie_notice
. - Stop your server.
- Update all other modules:
odoo.py -u all
. - Start your server.
Before version 8.0.2.0.0 of this module, users had the ability to configure the message functionality and appearance from the main company form.
Now, the message is generated in a view. This means that after upgrading to >= 8.0.2.0.0 you will lose your previous customized messages. If you want to customize it, please follow steps in the configuration section.
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback here.
- Lorenzo Battistini <[email protected]>
- Rafael Blasco <[email protected]>
- Jairo Llopis <[email protected]>
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
To contribute to this module, please visit http://odoo-community.org.