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.
 
 
 
 
 

13 lines
477 B

<?xml version="1.0" encoding="utf-8"?>
<!--Truck booking sequence number generation-->
<odoo>
<data noupdate="1">
<record id="service_booking_sequence" model="ir.sequence">
<field name="name">Service Booking Sequence</field>
<field name="code">service.booking</field>
<field name="prefix">CS</field>
<field name="padding">5</field>
<field name="company_id" eval="False"/>
</record>
</data>
</odoo>