I make filtration on analytic account from security rule but when any user make search more it gave you this error Document type: account.analytic.account, Operation: read
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
hii Mohammed Khamis,
for this u need to give access right in ir.model.access.csv.
add new row in each column i mention below.
id = access_account_analytic_account_user
name = account.analytic.account.user
model_id:id = model_account_analytic_account
group_id:id = YOUR GROUP NAME
perm_read = 1
perm_write =0
perm_create =0
perm_unlink = 0
hii Virali , thank you for your response , I made this solution that you told but this error still raise , thank you so much for your helping to me .
did you check ir.model.access file u import(means in __openerp__.py file into data u need to specify this file.) or this problem comes due to record rules that stop user for reading this.
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
1
lis 22
|
2883 | ||
How to know menu parent id?
Rozwiązane
|
|
1
sty 16
|
6617 | |
|
1
lis 21
|
11131 | ||
Foreach in qweb report xml Odoo 8
Rozwiązane
|
|
4
sie 20
|
11737 | |
Call Python function from JavaScript
Rozwiązane
|
|
6
sty 19
|
25915 |
Groups and Access rights in odoo: https://learnopenerp.blogspot.com/2018/01/groups-and-access-rights-in-odoo.html