Files
server-backend/base_user_role_profile/__manifest__.py
Kevin Khao 3fd7b47574 [ADD][12.0] base_user_role_profile: Add to 12.0
fixup! Logic and permissions fixes, new demo module, changes JS-side that reloads in a cleaner way on profile change

fixup! removed unused imports, beautified JS

fixup! Test coverage increase

[FIX] Use write instead of assignment operator on create function: assignment on multiple records raises error

fixup! Removed leftover copyright

Apply suggestions from code review

Co-Authored-By: David Beal <david.beal@akretion.com>
2021-01-25 23:53:48 +01:00

22 lines
601 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "User profiles",
"version": "12.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"],
"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,
}