Hi Devs,
Could anybody please help me with following two questions:
1)
I searched a lot in tryton documentation and could not find any
example of how to show results from more than one model in tree view.
I have model A and model B. and I want to show all attributes of model
A and some attributes of model B in same tree view based on date ascending
order.
saw some thing in open-ERP like we can make union of two models
results with sql query and create view in init menthod. is there some
thing like this in Tryton?
2) how do we show free text of field attributes in form view? I know we
can make read only of Char field. but still that shows text field box.
Please help me if there is a way to show only free text ( non editable
like Label).
Thanks
--Appu