Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
1 Vastaa
16021 Näkymät

Hi all

the properties field in sale.order.line model is a many2many field which display all the properties available and wont filter based on anything. So, I've created a field in sale_stock.py

'group_id': fields.many2one('mrp.property.group', 'Property Group', select=True),
and changed the default property_ids field as below,
        'property_ids': fields.many2many('mrp.property', 'sale_order_line_property_rel', 'order_id', 'property_id', 'Properties', readonly=True, states={'draft': [('readonly', False)]}, domain="[('group_id.name', '=', group_id.name)]"),

and changed sale_stock.xml

<field name="group_id" widget="selection"/>
<field name="property_ids" widget="selection" groups="sale.group_mrp_properties" domain="[('group_id.name', '=', 'group_id.name')]"/>

But i'm not getting any filter of the list so can any one please help me out?

Avatar
Hylkää

You can leave out .name and the second group_id should not have '

Tekijä

Sorry josse I didnt get you which second group_id

domain="[('group_id','=',group_id)]"

Tekijä

Thanks Josse, I tried this but there is no error but there is no filter of the dropdown list

Tekijä

an anyone help me on this i'm in great trouble please help me out

Paras vastaus

Hi,

Below link may help you

link1

link2

link3

Avatar
Hylkää
Tekijä

thanks for your help Jack but nothing works all throws different errors. Please can you help me out in any way

Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
0
lokak. 17
2738
2
elok. 22
2380
1
huhtik. 20
3295
3
heinäk. 15
7730
3
helmik. 25
16273