[FIX]Security : base GOLEM user should be partner manager too

This commit is contained in:
Fabien Bourgeois 2017-06-05 16:00:59 +02:00
parent 4d99cd527f
commit 3ef8132f3d
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
ref="base.module_category_golem"/>
<field name="implied_ids"
eval="[(4,
[ref('base.group_user'), ref('account.group_account_invoice')])]"/>
[ref('base.group_user'),
ref('base.group_partner_manager'),
ref('account.group_account_invoice')])]"/>
</record>
<record id="group_golem_manager" model="res.groups">
<field name="name">GOLEM Manager</field>