Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
4569 Widoki


Seudocode sample:

   class A

       tech_ids: one2many('B'),


   Class B

       user_id : many2one('res.users')


Class A has a one2many field to some other class B. Class B has a many2one field to users. How can I create a rule that allows edit objects of class A only if it has some object B in tech_ids referencing the current user?

Awatar
Odrzuć
Autor Najlepsza odpowiedź

Hi, Axel. Thanks a lot. I was able to do it with this domain:

[('tech_ids.user_id.id', '=', user.id)]

I see we live on the same island :). Greetings, compatriota.


Awatar
Odrzuć

No. I'm not living in Cuba. Cheers

Najlepsza odpowiedź

You could take this answer as an example for how to do that

https://www.odoo.com/forum/help-1/question/how-to-show-different-task-stages-to-different-users-depending-on-other-model-90009#answer_90031

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
paź 20
9148
0
paź 19
3877
0
cze 16
3239
1
mar 15
4999
2
lut 25
1979