Move 124 sale modules to oca-sale, create oca-project with 56 project modules from oca-workflow-process

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ernad Husremovic 2025-08-30 18:04:10 +02:00
parent 9eb7ae5807
commit 6094c218b2
2332 changed files with 125826 additions and 0 deletions

View file

@ -0,0 +1,19 @@
* Alexandre Moreau <alexandre.moreau@doscaal.fr>
* Dennis Sluijk <d.sluijk@onestein.nl>
* Nikul Chaudhary <nikulchaudhary2112@gmail.com>
* Eduardo Magdalena <emagdalena@c2i.es> (C2i Change 2 improve http://www.c2i.es)
* `Tecnativa <https://www.tecnativa.com>`_:
* Pedro M. Baeza
* Carlos Dauden
* Alexandre Díaz
* Juan José Seguí
* `Open Source Integrators <https://www.opensourceintegrators.com>`_:
* Daniel Reis <dreis@opensourceintegrators.com>
* `XCG Consulting <https://xcg-consulting.fr>`_:
* Houzéfa Abbasbhay

View file

@ -0,0 +1,2 @@
This module extends the standard tasks and projects actions to add the timeline view to
them, and also adds the needed fields in the view for handling them.

View file

@ -0,0 +1,11 @@
To view the timeline:
* Go to *Project > Search > Tasks* or *Project > Dashboard*.
* Click on the timeline view icon.
* You will see the tasks or projects in the new view.
The Task timeline uses the "Planned Start Date" and "Planned End Date" fields, in the
"Extra Info" tab (only visible in debug mode).
When a user is assigned, and there's no planned start date, current datetime is filled
there, and the same happens for the end one when the task is put in a done stage.