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.

10 lines
279 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo noupdate="1">
  3. <record id="seq_oneshot_name" model="ir.sequence">
  4. <field name="name">Oneshot cron names sequence</field>
  5. <field name="code">cron.oneshot</field>
  6. <field name="prefix">Oneshot#</field>
  7. </record>
  8. </odoo>