mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-14 18:22:05 +00:00
22 lines
647 B
Python
22 lines
647 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": "1.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",
|
|
}
|