You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
641 B
22 lines
641 B
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "User profiles",
|
|
"version": "14.0.1.0.0",
|
|
"category": "Tools",
|
|
"author": "Akretion, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"website": "https://github.com/OCA/server-backend",
|
|
"depends": ["base_user_role", "web"],
|
|
"post_init_hook": "post_init_hook",
|
|
"data": [
|
|
"data/data.xml",
|
|
"security/ir.model.access.csv",
|
|
"views/user.xml",
|
|
"views/role.xml",
|
|
"views/profile.xml",
|
|
"views/assets.xml",
|
|
],
|
|
"qweb": ["static/src/xml/templates.xml"],
|
|
"installable": True,
|
|
}
|