Metadata-Version: 2.0
Name: odoo9-addon-project-timesheet-time-control
Version: 9.0.1.0.1.99.dev3
Summary: Project timesheet time control
Home-page: http://www.serviciosbaeza.com
Author: Tecnativa,Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: AGPL-3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: ~=2.7
Requires-Dist: odoo (<9.1a,>=9.0a)
Requires-Dist: odoo9-addon-project-stage-closed

.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3

==============================
Project Timesheet Time Control
==============================

* This module adds a button at account analytic line level to compute the spent
  time, in minutes, from start date to the current moment.
* It improves the domain applied to task field for accommodating to a project
  flow.
* It adds a datetime field that replaces ``date`` field in tree view, and write
  date field with datetime field value.
* It also adds a task filter and a group by task options in the search.
* Finally, it allows to open and close tasks from account analytic lines.
  The selected closed stage is the first one that is found with the mark
  "Closed" checked.

Usage
=====

You can access via timesheets:

#. Go to Timesheets > Time Tracking > Activities.
#. Create a new record.
#. You will see now that the "Date" field contains also time information.
#. If you don't select any "Analytic account/project", you will be able to
   select any task, opened or not.
#. Selecting a task, the corresponding analytic account/project is filled.
#. Selecting an analytic account/project, tasks are filtered for only allow
   to select opened tasks for that project. Remember that an opened task is
   a task whose stage doesn't have "Closed" mark checked.
#. At the end of the line, you will see an icon of a cross inside a circle.
#. When you press this button, the difference between "Date" field and the
   current time, writing this in the field "Duration".
#. You can modify the "Date" field for altering the computation of the
   duration.

or via tasks:

#. Go to Project > Search > Task.
#. Click on one existing task or create a new one.
#. On the "Timesheets" page, you will be able to handle records the same way
   as you do in the above explanation (except the task selection part, which
   in this case doesn't appear as it's the current one).

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
   :alt: Try me on Runbot
   :target: https://runbot.odoo-community.org/runbot/140/9.0

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/project/issues>`_.
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 `here <https://github.com/OCA/project/issues/new>`_.

Credits
=======

Contributors
------------
* Pedro M. Baeza <pedro.baeza@tecnativa.com>
* Antonio Espinosa <antonioea@tecnativa.com>
* Carlos Dauden <carlos@tecnativa.es>
* Sergio Teruel <sergio@tecnativa.es>

Maintainer
----------

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

This module is maintained by the OCA.

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.

To contribute to this module, please visit https://odoo-community.org.


