mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 03:31:59 +02:00
20 lines
643 B
Python
20 lines
643 B
Python
# Copyright 2020 Akretion (<http://www.akretion.com>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Base Sub State",
|
|
"version": "16.0.1.0.1",
|
|
"category": "Tools",
|
|
"author": "Akretion, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/server-ux",
|
|
"license": "AGPL-3",
|
|
"depends": ["base", "mail"],
|
|
"data": [
|
|
"security/base_substate_security.xml",
|
|
"security/ir.model.access.csv",
|
|
"views/base_substate_type_views.xml",
|
|
"views/base_substate_value_views.xml",
|
|
"views/base_substate_views.xml",
|
|
],
|
|
"installable": True,
|
|
}
|