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
- BOM Cost Price - according to internal costs of components;
- BOM Sale Price - according to public prices of components.
Standard Odoo package assumes that, when manufacturing procurement is confirmed, a manufacturing order is not only created but also confirmed.
This app changes such behavior, preventing automatic confirmation of manufacturing orders. Thus, orders would be in the state "New, when procurement is launched.
The app is a tool to create GIN & GiST indexes for text and char fields with possibility to implement the fuzzy search operator "%" in Odoo domains.
How to use:
- Add indexes under the menu unit "Settings -> Database Structure -> Trigram Index". It would speed up operators "like" & "ilike" in case of significant number of records;
- Use the operator "%" for fuzzy search.
- Make sure the extension "pg_trgm" is installed;
- Add "pg_trgm" to a database or provide your postgresql user with the rights SUPERUSER.