i had a model say mymain.py which contains fields:
id, name, description, status
1) i want to show 'name' field in another model (mymodel2.py) many2one field -btw its by default working fine-
2) but simultaneously, in one more model (mymodel3.py) i want to show 'description' field in its many2one field.
please recommend the best way to deal this and how to for both.
regards
please, can anybody help for this requirement ?