mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-14 10:12:06 +00:00
18 lines
617 B
Python
18 lines
617 B
Python
# Copyright 2020 ForgeFlow S.L.
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Default Multi User",
|
|
"summary": "Allows to share user-defined defaults among several users.",
|
|
"version": "2.0.1.0.0",
|
|
"development_status": "Beta",
|
|
"maintainers": ["LoisRForgeFlow"],
|
|
"category": "Tools",
|
|
"website": "https://gitlab.com/flectra-community/server-ux",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"depends": ["base"],
|
|
"data": ["views/ir_default_view.xml"],
|
|
"post_load": "post_load_hook",
|
|
}
|