Search 1.9 billion lines of Odoo code on GitHub

project_task_statistic

Author: Daniel Reis, Odoo Community Association (OCA)
License: AGPL-3
Branch: add-task-stats
Repository: dreispt/project
Dependencies: project, and project_stage_state
Languages: PO File (34, 18.6%), Python (76, 41.5%), XML (31, 16.9%), and reStructuredText (42, 23.0%)
Other branches: add-serviceitem, edge-8.0, sct-8.0, and sct-8.0-old
Other repositories: hugosdsantos/project-service, and open-synergy/project

<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="project-task-statistics"></a> <h2>Project Task Statistics</h2> <p>Adds a new tab Statistics to the task form, similar to the Issue statistics. It could be used for information alone, to use with Automated Actions, or to for SLA control.</p> <p>Project Stages are mapped to canonical states, and:</p> <blockquote> <ul class="simple"> <li>&quot;Date Opened&quot; is the first date a Task entered into a &quot;In Progress&quot; or &quot;Pending&quot; state.</li> <li>&quot;Date Closed&quot; is the last date a Task entered into a &quot;Done&quot; or &quot;Cancelled&quot; state.</li> </ul> </blockquote> <a name="installation"></a> <h3>Installation</h3> <p>No specific actions needed. It automatically installs the dependency <code>base_stage_state</code>.</p> <a name="configuration"></a> <h3>Configuration</h3> <p>Project Stages should be configured, to map them to canonical &quot;States&quot;. It's the movement between these states that will trigger the &quot;Date Opened&quot; and &quot;Date Closed&quot; statistics.</p> <p>Go to Project Stages, configure the State each Stage corresponds to.</p> <a name="usage"></a> <h3>Usage</h3> <p>In the Task form, check the new &quot;Statistics&quot; tab.</p> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/140/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> <p>Currently only the Starting and Closing dates are stored. Should also compute the days and working hours to Open and to Close.</p> <a name="credits"></a> <h3 class="with-subtitle">Credits</h3> <h3 class="section-subtitle" id="contributors"><span class="section-subtitle">Contributors</span></h3> <ul class="simple"> <li>Daniel Reis</li> </ul> <a name="maintainer"></a> <h3>Maintainer</h3> <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>mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/project/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 smash it by providing detailed and welcomed feedback.</p> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose To contribute to this module, please visit <a class="reference external" href="https://odoo-community.org">https://odoo-community.org</a>.</p>