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.

18 lines
699 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright 2019 Eficent Business and IT Consulting Services S.L.
  3. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
  4. <odoo noupdate="1">
  5. <record id="respource_calendar_schedule_days_iteration_limit"
  6. model="ir.config_parameter">
  7. <field name="key">resource.calendar.schedule.days.iteration.limit</field>
  8. <field name="value">100</field>
  9. </record>
  10. <record id="respource_calendar_schedule_hours_iteration_limit"
  11. model="ir.config_parameter">
  12. <field name="key">resource.calendar.schedule.hours.iteration.limit</field>
  13. <field name="value">1000</field>
  14. </record>
  15. </odoo>