How to change many to one views

hello. i want to ask. how i can show diffrent cloumb on many to one form,
i added grid and many to one selection, but its shows ID from db, but i want to show NAME
how i can change this
and how i can filter data
for example NAME but only ACTIVE TRUE etc

app v.6.2.3


Hello

By default it will show the nameColumn field on reference field. If no nameColumn field is exists in whole domain model it will take field with name name as nameColumn field by default.

You can specify domain attribute on views to filter the selection. for example domain='self.active IS TRUE'.

Thank you

1 « J'aime »

Ce sujet a été automatiquement fermé après 30 jours. Aucune réponse n’est permise dorénavant.