Search 1.9 billion lines of Odoo code on GitHub

web_widget_many2one_kanban

Author: Sunflower IT, Odoo Community Association (OCA)
License: AGPL-3
Branch: 12.0
Repository: sunflowerit/web
Dependencies: web
Languages: CSS (3, 3.4%), JavaScript (50, 56.8%), Python (15, 17.0%), and XML (20, 22.7%)

<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.png" /></a> <a name="web-widget-many2one-kanban"></a> <h2>Web Widget Many2one Kanban</h2> <p>This module adds a selection type widget to a <em>many2one</em> field in kanban view, which can update the related many2one records.</p> <a name="usage"></a> <h2>Usage</h2> <p>Add to Kanban view the desired <em>many2one</em> field with the attribute <em>widget</em> as shown below:</p> <pre> <code lang="xml">&lt;field name=&quot;job_id&quot; widget=&quot;many2one_kanban&quot;/&gt;</code> </pre> <a name="example"></a> <h3>Example</h3> <img alt="sample" src="/web_widget_many2one_kanban/static/description/main_screenshot.png" style="width: 800px;" /> <a name="credits"></a> <h2>Credits</h2> <a name="authors"></a> <h3>Authors</h3> <ul class="simple"> <li>Sunflower IT</li> </ul> <a name="contributors"></a> <h3>Contributors</h3> <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>Kevin Kamau &lt;<a class="reference external" href="mailto:kevin&#64;sunflowerweb.nl">kevin&#64;sunflowerweb.nl</a>&gt;</li> </ul> <a name="maintainers"></a> <h3>Maintainers</h3> <p>This module is maintained by the OCA.</p> <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>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>This module is part of the <a class="reference external" href="https://github.com/OCA/web/tree/12.0/web_widget_many2many_tags_multi_selection">OCA/web</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>