File tree 2 files changed +9
-17
lines changed
project_timesheet_time_control/views
2 files changed +9
-17
lines changed Original file line number Diff line number Diff line change 15
15
<field name =" show_time_control" invisible =" 1" />
16
16
<button
17
17
name =" button_resume_work"
18
- string =" Resume work"
19
18
tabindex =" -1"
20
19
type =" object"
21
20
icon =" fa-play-circle text-success"
22
21
attrs =" {'invisible': [('show_time_control', '!=', 'resume')]}"
23
22
class =" oe_stat_button"
24
- title =" Start work"
23
+ title =" Resume work"
25
24
/>
26
25
<button
27
26
name =" button_end_work"
28
- string =" Stop work"
29
27
tabindex =" -1"
30
28
type =" object"
31
29
icon =" fa-stop-circle text-warning"
32
30
attrs =" {'invisible': [('show_time_control', '!=', 'stop')]}"
33
31
class =" oe_stat_button"
34
- title =" End work"
32
+ title =" Stop work"
35
33
/>
36
34
</field >
37
35
</field >
48
46
<field name =" show_time_control" invisible =" 1" />
49
47
<button
50
48
name =" button_resume_work"
51
- string =" Resume work"
52
49
type =" object"
53
50
icon =" fa-play-circle text-success"
54
51
attrs =" {'invisible': [('show_time_control', '!=', 'resume')]}"
55
52
class =" oe_stat_button"
56
53
context =" {'show_created_timer': True}"
57
- title =" Start work"
54
+ title =" Resume work"
58
55
/>
59
56
<button
60
57
name =" button_end_work"
61
- string =" Stop work"
62
58
type =" object"
63
59
icon =" fa-stop-circle text-warning"
64
60
attrs =" {'invisible': [('show_time_control', '!=', 'stop')]}"
65
61
class =" oe_stat_button"
66
- title =" End work"
62
+ title =" Stop work"
67
63
/>
68
64
</div >
69
65
<field name =" date" position =" attributes" >
Original file line number Diff line number Diff line change 48
48
<field name =" show_time_control" invisible =" 1" />
49
49
<button
50
50
name =" button_resume_work"
51
- string =" Resume work"
51
+ title =" Resume work"
52
52
tabindex =" -1"
53
53
type =" object"
54
54
icon =" fa-play-circle text-success"
57
57
/>
58
58
<button
59
59
name =" button_end_work"
60
- string =" Stop work"
60
+ title =" Stop work"
61
61
tabindex =" -1"
62
62
type =" object"
63
63
icon =" fa-stop-circle text-warning"
123
123
<field name =" show_time_control" invisible =" 1" />
124
124
<button
125
125
name =" button_resume_work"
126
- string =" Resume work"
127
126
tabindex =" -1"
128
127
type =" object"
129
128
icon =" fa-play-circle text-success"
130
129
attrs =" {'invisible': [('show_time_control', '!=', 'resume')]}"
131
130
class =" oe_stat_button"
132
131
context =" {'show_created_timer': True}"
133
- title =" Start work"
132
+ title =" Resume work"
134
133
/>
135
134
<button
136
135
name =" button_end_work"
137
- string =" Stop work"
138
136
tabindex =" -1"
139
137
type =" object"
140
138
icon =" fa-stop-circle text-warning"
141
139
attrs =" {'invisible': [('show_time_control', '!=', 'stop')]}"
142
140
class =" oe_stat_button"
143
- title =" End work"
141
+ title =" Stop work"
144
142
/>
145
143
</div >
146
144
</xpath >
161
159
name =" button_start_work"
162
160
attrs =" {'invisible': [('show_time_control', '!=', 'start')]}"
163
161
class =" o_kanban_inline_block fa fa-lg fa-play-circle text-success"
164
- string =" Start work"
165
162
tabindex =" -1"
166
163
type =" object"
167
164
title =" Start work"
170
167
name =" button_end_work"
171
168
attrs =" {'invisible': [('show_time_control', '!=', 'stop')]}"
172
169
class =" o_kanban_inline_block fa fa-lg fa-stop-circle text-warning"
173
- string =" Stop work"
174
170
tabindex =" -1"
175
171
type =" object"
176
- title =" End work"
172
+ title =" Stop work"
177
173
/>
178
174
</xpath >
179
175
</field >
You can’t perform that action at this time.
0 commit comments