The following apps have been tested and have been approved by IT Libertas developers, in order to help you use Odoo. When programmers had faced any bugs, they fixed them. The resulted modules are structured and would be used as a base of Odoo implementation. Besides, each description contains links to download an application and to configure it with your own hands
The app adds the widget to set time flexibly (used for float fields).
The functionality relies upon the external tool - jquery-timepicker, which let you make comfortable configurations: change step or format.
Thus, you may set different time precision. For example, viable delivery is 15 minutes, while breaks' time should be measured with a minute precision.
The app is a technical tool to work with fields' colors in tree views:
1. Set font and background color of fields. Use the attributes "fg_color" and "bg_color" correspondingly. The syntax is the same as "color" for the tag "tree"
2. Set the whole line color by changing color field (in any CSS-compatible format)
3. Take into account the priorities:
- Cell background color (bg_color)
- Cell font color (fg_color)
- Color field (color_field).
The app is a technical module, which adds the widget "Code" to text fields. The widget activates the highlighter for the following programming languages:
- python
- xml
- html
- json
- javascript
- sh