server-tools/base_remote/__manifest__.py

15 lines
465 B
Python

# Copyright (c) 2018 Creu Blanca
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Remote Base",
"version": "16.0.1.0.2",
"category": "Generic Modules/Base",
"author": "Creu Blanca, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-tools",
"license": "AGPL-3",
"depends": ["web"],
"data": ["security/ir.model.access.csv", "views/res_remote_views.xml"],
"installable": True,
}