Browse Source

[FIX] Model Removed

pull/79/merge
Sreejith P 7 years ago
parent
commit
52bff52856
  1. 21
      oh_hr_lawsuit_management/README.md
  2. 2
      oh_hr_lawsuit_management/security/ir.model.access.csv

21
oh_hr_lawsuit_management/README.md

@ -2,16 +2,31 @@ OHRMS Legal Actions
---------------------
Supporting Addon for Open HRMS, Managing Legal Actions
Connect with experts
--------------------
If you have any question/queries/additional works on OpenHRMS or this module, You can drop an email directly to Cybrosys.
Installation
------------
- www.odoo.com/documentation/11.0/setup/install.html
- Install our custom addon
Bug Tracker
-----------
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported.
Contacts
--------
info - info@cybrosys.com
Sreejith P - sreejith@cybrosys.in
Jesni Banu - jesni@cybrosys.in
Website:
https://www.openhrms.com
https://www.cybrosys.com
Maintainer
----------
This module is maintained by Cybrosys Technologies.
For support and more information, please visit https://www.cybrosys.com.

2
oh_hr_lawsuit_management/security/ir.model.access.csv

@ -1,6 +1,4 @@
"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
"access_hr_lawsuit_manager","hr.access_hr_lawsuit_manager","model_hr_lawsuit","oh_hr_lawsuit_management.lawsuit_group_manager",1,1,1,1
"access_hr_lawsuit_manager1","hr.access_hr_lawsuit_manager","model_hr_lawsuit",,1,0,0,0
"access_case_details_manager","hr.access_case_details_manager","model_case_details","oh_hr_lawsuit_management.lawsuit_group_manager",1,1,1,1
"access_wizard_lawsuit_manager","hr.access_wizard_lawsuit_manager","model_wizard_lawsuit","oh_hr_lawsuit_management.lawsuit_group_manager",1,1,1,1
"access_account_invoice","hr.access_account_invoice","account.model_account_invoice","oh_hr_lawsuit_management.lawsuit_group_manager",1,0,0,0

1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_hr_lawsuit_manager hr.access_hr_lawsuit_manager model_hr_lawsuit oh_hr_lawsuit_management.lawsuit_group_manager 1 1 1 1
3 access_hr_lawsuit_manager1 hr.access_hr_lawsuit_manager model_hr_lawsuit 1 0 0 0
access_case_details_manager hr.access_case_details_manager model_case_details oh_hr_lawsuit_management.lawsuit_group_manager 1 1 1 1
access_wizard_lawsuit_manager hr.access_wizard_lawsuit_manager model_wizard_lawsuit oh_hr_lawsuit_management.lawsuit_group_manager 1 1 1 1
4 access_account_invoice hr.access_account_invoice account.model_account_invoice oh_hr_lawsuit_management.lawsuit_group_manager 1 0 0 0
Loading…
Cancel
Save