Odoo-mobile / framework

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

[FIX] Read default name from related model in OSelectionField #326

Open pathob opened 7 years ago

pathob commented 7 years ago

This patch fixes a defect where the default name in a M2O related field was taken from the model that has been defined in the OForm instead of the related model of the field.

Please tell me if things have to be done differently.

There might be more defects like this.