oca-website/odoo-bringout-oca-website-website_legal_page/website_legal_page/__manifest__.py
2025-08-29 15:43:06 +02:00

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",
}