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
4376 Widoki

Dear all,

is the abovementioned widget still available in Odoo14? I fail to make it visible in a view. If it is not supported anymore in Odoo 14, is there any other solution to count the number of relations within the resulting relation table? Many thanks in advance for your ideas!

Best wishes

Carl


Awatar
Odrzuć
Autor Najlepsza odpowiedź

Hi Ray,

many thanks for your reply! For the list view it is working now. This is perfect and helps a lot. In the form view it is not working. I tried to find examples within the odoo models (e.g. res.user that you've mentioned). Unfortunately none of them seems to use the list.many2one widget for many2many fields.

Any further advice will be greatly appreciated.

Many thanks and best wishes

Carl

Awatar
Odrzuć
Najlepsza odpowiedź

This widget is not in v14 and was removed some time ago.

For a Form View, use:

 widget="list.many2one"

To get:



For a List View, the default display of a one2many and many2many field in a list already shows the number of records:

From sale.order, and from res_partner:

                     


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
wrz 23
2488
0
sty 23
1783
0
sie 20
2234
2
mar 15
9950
2
mar 15
4345