Search 1.9 billion lines of Odoo code on GitHub

search_action_domain

Author: Vauxoo
License: LGPL-3
Branch: 15.0
Repository: brain-tec/addons-vauxoo
Dependencies: base
Languages: Python (147, 68.4%), XML (20, 9.3%), and reStructuredText (48, 22.3%)
Other branches: 15.0-borrar-moy, 15.0-deployv-moy, 15.0-deployv-part2-moy, 15.0-deployv-truiz, 15.0-deployv-truiz-moy, 15.0-deprecate_mqt-luisg, 15.0-dummy-luisg, 15.0-enable_ci-luisg, 15.0-enable_ci-luisg-moy, 15.0-enable_ci-moy, and 15.0-wo_pr_-luisg
Other repositories: Vauxoo/addons-vauxoo, and vauxoo-dev/addons-vauxoo

<img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.svg"> <a name="search-action-domain"></a> <h2>Search Action Domain</h2> <p>This module lets the user to use server actions as a filters in the &quot;Favorites&quot; section. In other words, the user might use complex queries to search the records.</p> <p>To use this kind of filter, go to:</p> <ol class="arabic simple"> <li>Settings &gt; Technical &gt; Actions &gt; Server Actions &gt; Create</li> <li>Select model and set the state as a Python code</li> <li>Write a valid Python code to search records in the selected model and the domain will be taken from returned action's domain</li> <li>Press Create As Filter button to create the filter in the selected model</li> <li>Finally, find the created filter in &quot;Favorites&quot; section</li> </ol> <p>Server Action:</p> <blockquote> <img alt="search_action_domain: Create As Filter" src="../search_action_domain/static/description/search_action_domain_action.png" style="width: 900px; height: 350px;" /> </blockquote> <p>Filter:</p> <blockquote> <img alt="search_action_domain: Filter in Favorites" src="../search_action_domain/static/description/search_action_domain_filter.png" style="width: 900px; height: 350px;" /> </blockquote> <p>Result:</p> <blockquote> <img alt="search_action_domain: Result after apply the filter" src="../search_action_domain/static/description/search_action_domain_result.png" style="width: 900px; height: 350px;" /> </blockquote> <a name="bug-tracker"></a> <h2>Bug Tracker</h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/Vauxoo/addons-vauxoo/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/vauxoo/addons-vauxoo/issues/new?body=module:%20search_action_domain%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <a name="contributors"></a> <h3>Contributors</h3> <ul class="simple"> <li>Tomás Álvarez &lt;<a class="reference external" href="mailto:tomas&#64;vauxoo.com">tomas&#64;vauxoo.com</a>&gt;</li> <li>Francisco Luna &lt;<a class="reference external" href="mailto:fluna&#64;vauxoo.com">fluna&#64;vauxoo.com</a>&gt;</li> <li>Rolando Duarte &lt;<a class="reference external" href="mailto:rolando&#64;vauxoo.com">rolando&#64;vauxoo.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h3>Maintainer</h3> <a class="reference external image-reference" href="https://vauxoo.com"><img alt="Vauxoo" src="https://www.vauxoo.com/logo.png" /></a> <p>This module is maintained by Vauxoo.</p> <p>A latinamerican company that provides training, coaching, development and implementation of enterprise management systems and bases its entire operation strategy in the use of Open Source Software and its main product is odoo.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://www.vauxoo.com">https://www.vauxoo.com</a>.</p>