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
9151 Zobrazení

Example : 

class TableA(models.Model):
    a_ids = fields.Many2many('model.c', 'model_c_id')

 class TableB(models.Model):
    b_ids = fields.Many2many('model.c', 'model_c_id')

in table b i want to create function that pass value from a_ids field to b_ids field : ​
Avatar
Zrušit

Look into odoo tips: learnopenerp.blogspot.com

Nejlepší odpověď

Hi,

Check this answer. you will get some idea about Many2many field writing.

https://stackoverflow.com/questions/54079315/how-to-add-update-and-delete-many2many-field-records-in-odoo-10

Thanks

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
úno 24
2059
4
led 20
6344
0
úno 19
3512
1
čvn 23
50783
1
úno 23
1749