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.
15 lines
596 B
15 lines
596 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (c) 2016-Present Webkul Software Pvt. Ltd. (<https://webkul.com/>) -->
|
|
<!-- See LICENSE file for full copyright and licensing details. -->
|
|
<!-- License URL : <https://store.webkul.com/license.html/> -->
|
|
|
|
<odoo>
|
|
<data noupdate='1'>
|
|
<record id="back_process_sequence" model="ir.sequence">
|
|
<field name="name">Backup Process Name</field>
|
|
<field name="code">backup.process</field>
|
|
<field name="prefix">PROCESS</field>
|
|
<field name="padding">3</field>
|
|
</record>
|
|
</data>
|
|
</odoo> |