Skip to Content
Menu
This question has been flagged
1 Reply
919 Views

i want to get all data from one2manyA for one2manyB, but when i change data in one2manyB, one2manyA change too


any solution_


this is my codeÑ


onchange(field1)

de onhcnage(self)

self.one2manyB = self.one2manyA

    for record in self:

        for line in record.field1.one2manyA

            record.one2manyB.field =line.field

Avatar
Discard
Best Answer

hi
you have to override create and write method

Avatar
Discard
Related Posts Replies Views Activity
2
Dec 24
3110
1
Dec 24
340
4
Nov 24
1362
1
Sep 24
1131
1
Sep 24
1197