Odoo-mobile / framework

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

Closing the database prematurely #380

Open evanxg852000 opened 6 years ago

evanxg852000 commented 6 years ago

Is there any reason for closing the database here? I believe this is a bug that shows up when using Many to Many relationships.

https://github.com/Odoo-mobile/framework/blob/f9cf3ad08d33a16d5b82ec744343ba643ca0a615/app/src/main/java/com/odoo/core/orm/OModel.java#L1051