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

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?

Аватар
Отменить
Автор

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

Related Posts Ответы Просмотры Активность
1
апр. 24
2260
2
дек. 23
1460
1
июн. 22
2385
1
июн. 22
1518
1
нояб. 18
2818