[FIX] partner_profiles_portal: issue with structure writing rights
It was impossible to read or edit structure profiles from the portal. Solved with: - the add of a dependency to "partner_contact_in_several_companies" add-on - the modification of a security rule to consider the structure public profile
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
{
|
||||
"name": "partner_profiles_portal",
|
||||
"version": "12.0.1.0.0",
|
||||
"version": "12.0.1.0.1",
|
||||
"author": "Elabore",
|
||||
"website": "https://elabore.coop",
|
||||
"maintainer": "Stéphan Sainléger",
|
||||
@@ -13,6 +13,7 @@
|
||||
# any module necessary for this one to work correctly
|
||||
"depends": [
|
||||
"base",
|
||||
"partner_contact_in_several_companies",
|
||||
"partner_profiles",
|
||||
"portal",
|
||||
"website",
|
||||
|
Reference in New Issue
Block a user