Skip to content

Commit

Permalink
[REM] fix : move param to shift_portal
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-champonnois committed Apr 28, 2023
1 parent a452f82 commit 1fcd4a7
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions shift/data/system_parameter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,12 @@
<field name="key">shift.regular_counter_to_unsubscribe</field>
<field name="value">-4</field>
</record>
<record id="param_min_percentage_presence" model="ir.config_parameter">
<field name="key">shift.min_percentage_presence</field>
<field name="value">20</field>
</record>

<record id="param_regular_next_shift_limit" model="ir.config_parameter">
<field name="key">shift.regular_next_shift_limit</field>
<field name="value">7</field>
</record>
<record id="param_min_hours_to_unsubscribe" model="ir.config_parameter">
<field name="key">shift.min_hours_to_unsubscribe</field>
<field name="value">2</field>
</record>
<record id="param_max_shift_per_day" model="ir.config_parameter">
<field name="key">shift.max_shift_per_day</field>
<field name="value">2</field>
</record>
<record id="param_max_shift_per_month" model="ir.config_parameter">
<field name="key">shift.max_shift_per_month</field>
<field name="value">5</field>
</record>

<record id="param_shift_period" model="ir.config_parameter">
<field name="key">shift.shift_period</field>
<field name="value">28</field>
Expand Down

0 comments on commit 1fcd4a7

Please sign in to comment.