Adding Column Name on Button at tree

On table header, I want to put Column Name for Copy button column. Anybody knows?

Bromo

Actually, by default Tryton already adds the column name based on the button’s string attribute. You can check for example the stock_tree view in the demo:

If it’s not appearing for you, I suppose it could be because you don’t have the string attribute defined in the button declaration in your XML.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.