Skip to content

Commit

Permalink
Merge pull request #227 from ursais/12.0-fieldservice_account
Browse files Browse the repository at this point in the history
[FIX] fieldservice_account: access rights
  • Loading branch information
max3903 authored May 30, 2019
2 parents e1b2b40 + c12ed1c commit eddbdd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions fieldservice_account/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
],
'data': [
'data/time_products.xml',
'security/ir.model.access.csv',
'views/account.xml',
'views/fsm_location.xml',
'views/fsm_order.xml',
Expand Down
2 changes: 2 additions & 0 deletions fieldservice_account/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_account_invoice_line_fsm_user,account.invoice.line.fsm.user,model_account_invoice_line,fieldservice.group_fsm_user,1,1,1,1

0 comments on commit eddbdd7

Please sign in to comment.