Hi all
How to browse many2many field values in odoo?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi all
How to browse many2many field values in odoo?
hope this will help you...
_columns = {
'A_ids': fields.many2many('objectA', 'objectAB_rel','B_id','A_id', 'Aid'),
.}
list=[]
a_obj=self.browse(cr,uid,context=context)
list += [x.A_id for x in a_obj.A_ids]
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
2
dic 19
|
6485 | ||
|
1
feb 24
|
2341 | ||
|
0
lug 24
|
3520 | ||
|
0
lug 22
|
60 | ||
|
1
lug 22
|
3348 |