Search 1.9 billion lines of Odoo code on GitHub

medical_base_kanban

Author: LasLabs, Odoo Community Association (OCA)
License: AGPL-3
Branch: custom/9.0/LABS-288-medical_physician-v9
Repository: moarefk/medical2
Dependencies: medical, and web_kanban
Languages: Python (327, 70.8%), and XML (135, 29.2%)
Other branches: feature/9.0/LABS-272_improve-allergy, and release/9.0

<img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.svg"> <a name="medical-base-kanban"></a> <h2>Medical Base - Kanban</h2> <p>This module provides abstract KanBan logic for use in Medical Resources.</p> <a name="usage"></a> <h3>Usage</h3> <p>The <code>medical.base.kanban</code> model should be inherited in order to add KanBan and Stage functionality to any record</p> <pre> <code lang="python">class MyModel(models.Model): _name = 'my.model' _inherit = 'medical.base.kanban'</code> </pre> <p>A Base KanBan view is also provided, which can be integrated into child views</p> <pre> <code lang="xml">&lt;record id=&quot;my_model_kanban_view&quot; model=&quot;ir.ui.view&quot;&gt; &lt;field name=&quot;name&quot;&gt;My Record&lt;/field&gt; &lt;field name=&quot;model&quot;&gt;my.model&lt;/field&gt; &lt;field name=&quot;inherit_id&quot; ref=&quot;medical_base_state.medical_base_kanban_view&quot; /&gt; &lt;field name=&quot;arch&quot; type=&quot;xml&quot;&gt; &lt;!-- Add your contextual changes here w/ XPath --&gt; &lt;/field&gt; &lt;/record&gt;</code> </pre> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/159/9.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <p>For further information, please visit:</p> <ul class="simple"> <li><a class="reference external" href="https://www.odoo.com/forum/help-1">https://www.odoo.com/forum/help-1</a></li> </ul> <a name="known-issues-roadmap"></a> <h3>Known issues / Roadmap</h3> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/vertical-medical/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/vertical-medical/issues/new?body=module:%20medical_prescription_state%0Aversion:%209.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="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Dave Lasley &lt;<a class="reference external" href="mailto:dave&#64;laslabs.com">dave&#64;laslabs.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>