mirror of
https://github.com/bringout/oca-website.git
synced 2026-04-19 04:32:06 +02:00
18 lines
645 B
Python
18 lines
645 B
Python
# Copyright 2020 Trey - Antonio González <antonio@trey.es>
|
|
# Copyright 2021 Tecnativa - Jairo Llopis
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Website Cookiebot",
|
|
"summary": "Ask for cookies consent connecting with Cookiebot",
|
|
"category": "Website",
|
|
"version": "16.0.2.0.0",
|
|
"author": "Trey (www.trey.es), Tecnativa, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/website",
|
|
"license": "AGPL-3",
|
|
"depends": ["website"],
|
|
"data": [
|
|
"templates/assets.xml",
|
|
"templates/website.xml",
|
|
"wizards/res_config_settings_views.xml",
|
|
],
|
|
}
|