Browse Source
Merge pull request #187 from coopdevs/12.0-icon-beesdoo-shift
Icons for general settings and menu_root
12.0-tasmeilleurtemps
Rémy Taymans
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
2 deletions
-
BIN
beesdoo_shift/static/description/icon.png
-
beesdoo_shift/views/menu.xml
-
beesdoo_shift_attendance/views/res_config_settings_view.xml
Width: 128
|
Height: 128
|
Size: 65 KiB
|
|
|
@ -3,7 +3,8 @@ |
|
|
|
|
|
|
|
<!-- Root menu --> |
|
|
|
<menuitem name="Shift Management" id="menu_root" |
|
|
|
groups="beesdoo_shift.group_shift_attendance"/> |
|
|
|
groups="beesdoo_shift.group_shift_attendance" |
|
|
|
web_icon="beesdoo_shift,static/description/icon.png" /> |
|
|
|
|
|
|
|
|
|
|
|
<!-- Planning --> |
|
|
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
<xpath expr="//div[hasclass('settings')]" position="inside"> |
|
|
|
<div class="app_settings_block" |
|
|
|
data-string="Shifts Management" |
|
|
|
string="Shifts Management" data-key="shifts_management" |
|
|
|
string="Shifts Management" data-key="beesdoo_shift" |
|
|
|
groups="beesdoo_shift.group_cooperative_admin"> |
|
|
|
<field name="has_accounting_entries" invisible="1"/> |
|
|
|
<h2>Attendance Sheets</h2> |
|
|
|