Closed alexander-arce closed 10 years ago
You're right, it deserves a section for it. Feel free to provide a patch.
Actually three syntaxes are supported (ERPpeek 1.4.5):
[12, 34, 48]
which is translated to [(6, 0, [12, 34, 48])]
for OpenERPIt's not yet 100% covered by the tests. If you notice something wrong, open a new issue.
added tests and minimal API documentation: cfbcf6646b7778973fff481cf3f8817debcba758
In the Tutorial not have a example for creation or update with one2many and many2many records.