mirror of
https://github.com/bringout/oca-website.git
synced 2026-04-21 05:32:04 +02:00
21 lines
568 B
Python
21 lines
568 B
Python
# Copyright 2020 Advitus MB
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0).
|
|
|
|
{
|
|
"name": "Website Login Required",
|
|
"category": "Website",
|
|
"version": "16.0.1.0.0",
|
|
"author": "Advitus MB, Ooops, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/website",
|
|
"license": "LGPL-3",
|
|
"depends": [
|
|
"website",
|
|
],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"views/website_auth_url.xml",
|
|
"data/ir_actions.xml",
|
|
"data/ir_ui_menu.xml",
|
|
],
|
|
"installable": True,
|
|
}
|