Hi,
I'd like to know how widgets such as monetary
or float_time
can be applied to measure fields when creating a pivot view.
I only learned how to apply a widget in a form view inside <field name=...>. Also I can generate a pivot view action object in model (in Python) and providing context such as pivot_row_groupby
or pivot_measures
.
Thank you.
Hi Desk,
That's the first thing that I tried. It didn't change anything, and I couldn't find a developer documentation on pivot views, so that's why posted the question.
If that's how simple it's supposed to work, I'm afraid it's another issue with my local settings.
Also how would I achieve
widget="..."
in providing context as in'pivot_measures': 'field_name'
? like'pivot_measures': 'field_name:widget_name'
?Which version are you using?
@Desk Enterprise,
It's 18.0 Community Edition.