18 lines
683 B
XML
Executable File
18 lines
683 B
XML
Executable File
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!--
|
|
Copyright 2010-2012 Andy Lu <andy.lu@elico-corp.com> (Elico Corp)
|
|
Copyright 2013 Agile Business Group sagl (<http://www.agilebg.com>)
|
|
Copyright 2017 valentin vinagre <valentin.vinagre@qubiq.es> (QubiQ)
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
|
|
-->
|
|
<odoo noupdate="1">
|
|
<!-- Sequence for sale.quotation -->
|
|
<record id="seq_sale_quotation" model="ir.sequence">
|
|
<field name="name">Sales Quotation</field>
|
|
<field name="code">sale.quotation</field>
|
|
<field name="prefix">SQ</field>
|
|
<field name="padding">3</field>
|
|
<field name="company_id" eval="False" />
|
|
</record>
|
|
</odoo>
|