Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
2442 Представления

Hello everyone,

I have a group in a view as the following:



I want to focus on the product_qty line. Comporting inline both product_qty ​followed by product_uom_id.

I'd like that the line "product_qty" only show up if the user is in debug (base.group_no_one). 

I am able to not show the field product_qtywith the groups="base.group_no_one" but the field product_uom_id​ still appear. I'd like it to be present only if the user is in debug (groups="base.group_no_one"​) and have the group uom.group_uom but I was unable to find a way to add to AND group for the product_uom_id (only if it as both group). Is it possible to do it ? If yes how ?

Odoo 12 

Thank you for your help

Аватар
Отменить
Лучший ответ

Hi you can add multiple groups by using comma separated names such as:

groups="base.group_no_one, uom.group_uom "

Moreover you can check this link:

https://youtu.be/WKsd_2TX1Bs

Inherit a view and add groups to a field

Hope it helps,

Thanks

Аватар
Отменить
Related Posts Ответы Просмотры Активность
2
дек. 23
14708
0
окт. 23
33
3
окт. 23
788
1
окт. 23
569
1
авг. 23
2784