show timesheet conf without developer mode

This commit is contained in:
pawan.sharma 2022-09-02 13:07:21 +05:30
parent 07edd4263f
commit eace205a16
12 changed files with 1 additions and 1 deletions

0
timesheet_block/__init__.py Executable file → Normal file
View File

0
timesheet_block/__manifest__.py Executable file → Normal file
View File

0
timesheet_block/models/__init__.py Executable file → Normal file
View File

0
timesheet_block/models/res_config_settings.py Executable file → Normal file
View File

0
timesheet_block/models/timesheet.py Executable file → Normal file
View File

0
timesheet_block/security/.~lock.ir.model.access.csv# Executable file → Normal file
View File

0
timesheet_block/security/ir.model.access.csv Executable file → Normal file
View File

2
timesheet_block/views/res_config_settings.xml Executable file → Normal file
View File

@ -6,7 +6,7 @@
<field name="inherit_id" ref="hr_timesheet.res_config_settings_view_form"/>
<field name="arch" type="xml">
<xpath expr="//div[@name='section_leaves']" position="after">
<div name="timesheet_block_limit" groups="base.group_no_one">
<div name="timesheet_block_limit">
<h2>Timesheet Create/Edit Configuration </h2>
<div class="row mt16 o_settings_container" name="timesheet_control">
<div class="col-12 col-lg-6 o_setting_box" id="timesheet_block_validation_setting">

0
timesheet_block/views/timesheet.xml Executable file → Normal file
View File

0
timesheet_block/wizard/__init__.py Executable file → Normal file
View File

0
timesheet_block/wizard/date_assign.py Executable file → Normal file
View File

0
timesheet_block/wizard/date_assign.xml Executable file → Normal file
View File