Search 1.9 billion lines of Odoo code on GitHub

base_stage_state

Author: Daniel Reis, Odoo Community Association (OCA)
License: AGPL-3
Branch: 8.0-base-stage-state
Repository: dreispt/server-tools
Dependencies: base
Languages: Python (97, 12.9%), XML (607, 80.7%), and reStructuredText (48, 6.4%)

<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="stage-and-stage-support-mixin"></a> <h2>Stage and Stage support Mixin</h2> <p>This module provides a mixin Abstract class to be used by other models. It will add to the Model all the fields relevant to Kanban boards:</p> <blockquote> <ul class="simple"> <li><code>stage_id</code></li> <li><code>state</code></li> <li><code>kanban_state</code></li> <li><code>color</code></li> </ul> </blockquote> <a name="installation"></a> <h3>Installation</h3> <p>To make use of it, you need to add it as a dependency to your module, and then have your Model inherit from <code>base.stage.mixin</code>.</p> <p>The view layer is not provided, so you will also need to add the fields to the model's views and create your kanban view, if desired.</p> <a name="configuration"></a> <h3>Configuration</h3> <p>To configure this module, you need to:</p> <ul class="simple"> <li>Create &quot;Stage Sets&quot;. Each representes a process pipeline to use in a specific model.</li> <li>Create &quot;Stages&quot;. Each is a step in a process pipile, and maps to a canonical State.</li> </ul> <a name="usage"></a> <h3>Usage</h3> <p>Not applicable.</p> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/149/8.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="known-issues-roadmap"></a> <h3>Known issues / Roadmap</h3> <ul class="simple"> <li>Add UI menu options for the configuration</li> <li>Add stage-related statistics, such as time open or days to close.</li> </ul> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-tools/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.</p> <a name="credits"></a> <h3>Credits</h3> <a name="images"></a> <h4>Images</h4> <ul class="simple"> <li>Odoo Community Association: <a class="reference external" href="https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg">Icon</a>.</li> </ul> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Daniel Reis (author)</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="https://odoo-community.org">https://odoo-community.org</a>.</p>