Hi guys,
I am a newbie in OpenERP, now I have a task to customzie poplulating dropdown in OpenERP, specific task is displaying uom name + uom_category in dropdown instead of uom_name.
Example: field="uom_id"
The GUI currently display a dropdown just contain name of uom like below:
Unit(s)
kg
g
...
But now I would like to customize to see both uom name and uom category when user click on dropdow. Example:
Unit(s) - Unit
kg - Weight
g - Weight
cm- Length
...
Could we do that ? Because I saw openERP populating automatically and don't know how to custom it. I appreciate your help.
Many thanks, Duy.