Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
14
base_remote/__manifest__.py
Executable file
14
base_remote/__manifest__.py
Executable file
@@ -0,0 +1,14 @@
|
||||
# Copyright (c) 2018 Creu Blanca
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Remote Base",
|
||||
"version": "18.0.1.0.0",
|
||||
"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,
|
||||
}
|
||||
Reference in New Issue
Block a user