mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[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>
This commit is contained in:
committed by
Sébastien BEAU
parent
efe0a694df
commit
0422b83c31
20
base_user_role_profile_example/__manifest__.py
Normal file
20
base_user_role_profile_example/__manifest__.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 2014 ABF OSIELL <http://osiell.com>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "User profiles example",
|
||||
"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_profile",
|
||||
"purchase",
|
||||
"sales_team",
|
||||
"sale_management",
|
||||
"hr",
|
||||
],
|
||||
"demo": ["demo/demo.xml"],
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user