mirror of
https://github.com/bringout/oca-website.git
synced 2026-04-26 04:31:59 +02:00
19 lines
554 B
Python
19 lines
554 B
Python
# Copyright 2015 Antonio Espinosa <antonioea@antiun.com>
|
|
# Copyright 2017 Jairo Llopis <jairo.llopis@tecnativa.com>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Website Legal Page",
|
|
"category": "Website",
|
|
"version": "16.0.1.1.0",
|
|
"depends": ["website"],
|
|
"data": [
|
|
"views/website_legal_main_page.xml",
|
|
],
|
|
"author": "Tecnativa, "
|
|
"LasLabs, "
|
|
"Nicolas JEUDY, "
|
|
"Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/website",
|
|
"license": "AGPL-3",
|
|
}
|