Search 1.9 billion lines of Odoo code on GitHub

web_tree_date_search

Author: Noviat, Odoo Community Association (OCA)
License: AGPL-3
Branch: 8.0
Repository: acsone/web
Dependencies: web
Languages: CSS (15, 4.7%), JavaScript (174, 55.1%), PO File (36, 11.4%), Python (21, 6.6%), XML (39, 12.3%), and reStructuredText (31, 9.8%)
Other repositories: AITIC/web, AntoniRomera/web, AyoubZahid/web, CB-Gran-Canaria/web, Dobtor-OCA/web, ELMARDI0107/web, GSLabIt/web, Gabinete-Digital/web, GlodoUK/oca-web, KKamaa/web, OCA/web, OpenPymeMx/web, WilldooIT/web, akloptim/web, alan80080/web, androettop/web, aurestic/web, blooparksystems/web, brain-tec/web, dingguijin/web, dvalladares66/web, fjouatte/web, fossoult/web, gab-net/web, jans23/web, khanvuthy88/web, kkasing11/web, kmee/web, leanhtuan1996/web, mashanz/web, mhadi12/web, mochammadrizanaufal/web, modoolar/oca-web, mohamedhagag/web, onurugur/web, onyanga/web, robertsvx27/web, samsagaz/web, sunflowerit/web, tirix/web, tpa-odoo/web, trionoharjadi/web, xcgd/web, and zcyuefan/web

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <a name="tree-view-date-search"></a> <h2>Tree View Date Search</h2> <p>This module allow you to easily add date range search fields to tree views. These date fields can be used in combination with the Search window.</p> <a name="usage"></a> <h3>Usage</h3> <p>Add a new 'dates_filter' key and a list of field names in the action context:</p> <pre> <code lang="python">{'dates_filter': ['start']}</code> </pre> <p>or several dates:</p> <pre> <code lang="python">{'dates_filter': ['start','stop',..]}</code> </pre> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/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 feedback <a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_tree_date_search%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">here</a>.</p> <a name="credits"></a> <h3>Credits</h3> <a name="images"></a> <h4>Images</h4> <ul class="simple"> <li>PICOL Icon Generator <a class="reference external" href="http://picol.org/picol_icon_generator">here</a>.</li> </ul> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Tom Blauwendraat &lt;<a class="reference external" href="mailto:tom&#64;sunflowerweb.nl">tom&#64;sunflowerweb.nl</a>&gt;</li> <li>Thomas Fossoul, Noviat &lt;<a class="reference external" href="mailto:thomas.fossoul&#64;noviat.com">thomas.fossoul&#64;noviat.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>To contribute to this module, please visit <a class="reference external" href="http://odoo-community.org">http://odoo-community.org</a>.</p>