You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
557 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <data noupdate="1">
  4. <record id="card_support" model="ir.config_parameter">
  5. <field name="key">beesdoo_shift_attendance.card_support</field>
  6. <field name="value">False</field>
  7. </record>
  8. <record id="attendance_sheet_generation_interval"
  9. model="ir.config_parameter">
  10. <field name="key">beesdoo_shift_attendance.attendance_sheet_generation_interval</field>
  11. <field name="value">15</field>
  12. </record>
  13. </data>
  14. </odoo>