Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
4091 Zobrazení

I have a model called ng.worksheet and it has these two fields:

'machine_id': fields.many2one('ng.machine', 'Széria szám', ondelete='cascade', ),
'worksheet_history_ids' : fields.one2many('ng.worksheet', 'machine_id', 'Munkalap'),

and as for the view i have this:

<page string="Gép Történet">
    <field name="worksheet_history_ids" />
</page>

I wish to make it so that if on the row I'm viewing, has a machine_id set i wish to view all the other ng.worksheet rows that has the same machine_id set. Is this possible?

Avatar
Zrušit
Nejlepší odpověď
  1. add a one2many field on ng.machine which lists the ng.worksheet linked to the machine
  2. add a related field on ng.machine listing all the machines linked to the machine_id of the worksheet
Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
led 25
1595
3
lis 24
29890
2
zář 22
9367
2
dub 22
4376
1
pro 21
2709