Odoo-mobile / framework

Odoo Mobile Framework
https://play.google.com/store/apps/dev?id=8607973775002477408
Other
327 stars 374 forks source link

[IMP] ODataRow: add copy constructor and methods #306

Open r-mckay opened 7 years ago

r-mckay commented 7 years ago

This patch adds a copy constructor to the ODataRow class. It will allow to easily duplicate an ODataRow object, thanks to the _data of the first one.

A "remove" method is also added to expose the epomynous method.

Finally the ODataRow internal _data HashMap is set as a private member of the class.

r-mckay commented 7 years ago

Hello @dpr-odoo ,

may I have your opinion on this?

Thank you in advance.