class Model1(models.Model):
_name = "module.model1"
m1_field1 = fields.One2many(
'module.model2',
'm2_field3',
)
class Model2(models.Model):
_name = "module.model2"
m2_field1 = fields.Char(
'Field Name',
required=True,
)
m2_field2 = fields.Char(
'Field Value',
required=True,
)
m2_field3 = fields.Many2one(
"module.model1",
required=True,
index=True,
)
problem statement: filter records of Model1 where m2_field2 = for m2_field1 in tree/kanban view of Model1.
in other words, the requirement is to show values of m2_field1 in tree view and take user input for respective m2_field2 values and filter accordingly dynamically.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
2949
أدوات العرض
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
1
مارس 23
|
2381 | ||
|
0
ديسمبر 22
|
3005 | ||
|
0
يونيو 20
|
5452 | ||
One2many or many2one
تم الحل
|
|
1
نوفمبر 19
|
2761 | |
|
0
ديسمبر 18
|
93 |