Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
1
Répondre
2801
Vues
Hello Farsin,
OpenERP uses "name_get" method to show up the values under many2one field, so you can override the "name_get" method to change the default behaviour of bringing up the "name" field from a model. You can bring up your required field from the model to show up under many2one field.
Regards
And I also need the original name field in another place???? What i do??
@Farsin, please explain what do you mean by "original name field in another place"?
I want to access a combo with many2one field with both the name field and another field???
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire
@Farsin - Try to look at name_get for "product" field under sale order line in sale order screen, you will find that it has code and name of the product together in it.