Commit Graph

10 Commits

Author SHA1 Message Date
Stéphan Sainléger
139e451d0c [ADD] create `project_name_from_quote` add-on 2022-09-15 16:08:54 +02:00
Stéphan Sainléger
11d99ae6e0 [ADD] create `project_request_data` add-on 2022-08-26 15:04:50 +02:00
Stéphan Sainléger
2bd9234fa1 [ADD] create `project_user_default_project` add-on 2022-08-25 18:08:54 +02:00
Stéphan Sainléger
892a526df8 [IMP] project_assignees: add assignee_ids field to task portal view 2022-08-25 18:03:09 +02:00
Stéphan Sainléger
87bdd51043 [IMP] project_timebox: add timebox fields in task portal view 2022-08-25 17:27:34 +02:00
Stéphan Sainléger
309f8d4510 [ADD] project_timebox: create addon to estimate task effort
Adds fields to estimate the min and max time needed to solve a task.

Task: [JOI-13](https://justodooit.fr/mail/view?model=project.task&res_id=13&access_token=cca0b860-25d1-472d-9da1-76f68b01a932)
2022-08-25 17:27:34 +02:00
Stéphan Sainléger
56f757505b [ADD] create `project_timesheet_funding_wish` add-on
Add timesheet line fields:
- ``funding_wish`` to inform about if the user expects a payment
for the registered time.
- ``treated`` to keep track if the timesheet line funding wish has
been taken into account.

Task: JOI-13
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2022-08-25 17:27:34 +02:00
Nicolas JEUDY
1f8baa73d1 [ADD] create project_funders to track funds on tasks
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2022-08-25 17:27:34 +02:00
Valentin Lab
c4ef88d3d4 [ADD] add `project_assignees` add-on
Add a field in ``project.task`` to assign users to task. This
completes ``user_id`` field, that is then considered as the owner of
the task. Assignment becomes optional and can now target multiple
users.

Task: JOI-13
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2022-08-25 17:27:34 +02:00
Stéphan Sainléger
863116ffe7 Initial commit 2022-07-25 15:52:09 +02:00