-
Notifications
You must be signed in to change notification settings - Fork 6
/
gitoo.yml
33 lines (28 loc) · 990 Bytes
/
gitoo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#- url: https://github.com/Numigi/odoo-base-addons
# branch: "12.0"
#includes:
# - base_extended_security
#- url: https://github.com/Numigi/odoo-project-addons
# branch: "12.0"
#includes:
# - project_task_type
- url: https://github.com/OCA/project
branch: "14.0"
includes:
- project_timesheet_time_control
- project_stage_closed # dependency of project_timesheet_time_control
- url: https://github.com/OCA/hr-timesheet
branch: "14.0"
includes:
- hr_timesheet_task_stage # dependency of project_timesheet_time_control
- hr_timesheet_task_domain # dependency of project_timesheet_time_control
- url: https://github.com/OCA/timesheet
branch: "14.0"
includes:
- hr_timesheet_sheet
- url: https://github.com/OCA/web
branch: "14.0"
includes:
- web_ir_actions_act_multi # dependency of project_timesheet_time_control
- web_ir_actions_act_view_reload # dependency of project_timesheet_time_control
- web_widget_x2many_2d_matrix