mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-14 10:12:06 +00:00
21 lines
659 B
Python
21 lines
659 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": "2.0.1.0.0",
|
|
"category": "Tools",
|
|
"author": "Akretion, " "Odoo Community Association (OCA)",
|
|
"website": "https://gitlab.com/flectra-community/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,
|
|
}
|