mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
As a developer we have to keep in mind using this module and grant a user with 's group is equivalent to grant 's group everywhere has been used. Co-authored-by: Jean-Charles Drubay <jcdrubay@users.noreply.github.com>
24 lines
693 B
Python
24 lines
693 B
Python
# Copyright 2021 Pierre Verkest <pierreverkest84@gmail.com>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Group backend",
|
|
"version": "16.0.1.0.0",
|
|
"category": "Tools",
|
|
"author": "Pierre Verkest, Odoo Community Association (OCA)",
|
|
"license": "LGPL-3",
|
|
"maintainers": ["oca"],
|
|
"website": "https://github.com/OCA/server-backend",
|
|
"depends": ["base", "mail"],
|
|
"demo": [
|
|
"demo/test-model.xml",
|
|
"demo/ir.model.access.csv",
|
|
"demo/backend_dummy_model.xml",
|
|
],
|
|
"data": [
|
|
"data/res-groups.xml",
|
|
"security/ir.model.access.csv",
|
|
],
|
|
"installable": True,
|
|
"application": True
|
|
}
|