Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
Get other field than id in database (many2one field)
Hi everyone
I have definided many2one fields in my table, when I look at my table appear only ids of records:
These are my field definitions:
'brand': fields.many2one('cm.brand', 'Marca', ondelete='restrict'),
'model': fields.many2one('cm.model', 'Modelo', ondelete='restrict')
In my table, I have something like this:
brand integer model integer
1 2
2 1
Instead of these integers(ids), I would like to have name value stored in the database, I tried adding a related field in my model:
'model_name': fields.related('model', 'name', readonly=True, type='char')
However, it doesn't make any change.
Any suggestions?
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 5/29/15, 12:17 PM |
Seen: 1360 times |
Last updated: 5/19/16, 6:54 AM |