This document discusses some lesser known features of Tryton including:
1. Adding currency or percentage symbols in tree views using the <suffix> tag
2. Conditionally applying view inheritance using the <domain> tag
3. Updating multiple field values like onchange using the @ModelView.button_change decorator
4. Checking for recursion in a tree hierarchy using the check_recursion() method
5. Returning search information using the search_global() method
Related topics: