Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1543 Visninger

class equipment

name =fields.char

product_id = fileds.m2o product.product

line_id = domain by product id #!

class operation

name = fields.char

line_ids = fields.o2m model line


class line 

product_id fields.m2o product product


@class equipment

how to show line_ids with domain match product_id?

Avatar
Kassér
Forfatter

i had to add many2one field @ class operation,
but I still need to context equipment id in class line!

Related Posts Besvarelser Visninger Aktivitet
1
apr. 24
2266
2
dec. 23
1466
1
jun. 22
2392
1
jun. 22
1523
1
nov. 18
2845