Hi all,
I am using Odoo 10. I have a Many2one field,
store_id = fields.Many2one('model.stores', 'Store ID', required=True, select=True)
It should store the store_id, but instead it stores the index of the store_id.
How do you store the value of the store_id?
Need your help. Thanks! :)