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:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
3210
Visualizzazioni
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
mar 23
|
2785 | ||
|
0
dic 22
|
3373 | ||
|
0
giu 20
|
5792 | ||
One2many or many2one
Risolto
|
|
1
nov 19
|
3000 | |
|
0
dic 18
|
93 |