Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
17
sale_quotation_number/data/ir_sequence_data.xml
Executable file
17
sale_quotation_number/data/ir_sequence_data.xml
Executable file
@@ -0,0 +1,17 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user