[FIX] l10n_be: Use xml comments instead of simple string

bzr revid: stw@openerp.com-20120206135520-bix7lgm05v6enfbg
This commit is contained in:
Stephane Wirtel 2012-02-06 14:55:20 +01:00
parent 118131c772
commit 6589afbfa5
1 changed files with 7 additions and 6 deletions

View File

@ -2,9 +2,10 @@
<openerp>
<data>
#
# Sequences for controlref will be used in wizard for "Listing of VAT Customers"..in creating xml file
#
<!--
Sequences for controlref will be used in wizard for "Listing of VAT Customers"..in creating xml file
-->
<record model="ir.sequence.type" id="seq_type_controlref">
<field name="name">Controlref</field>
<field name="code">controlref</field>
@ -15,9 +16,9 @@
<field name="padding">4</field>
</record>
#
# Sequences for declarantnum will be used in wizard for "Listing of VAT Customers"..in creating xml file
#
<!--
Sequences for declarantnum will be used in wizard for "Listing of VAT Customers"..in creating xml file
-->
<record model="ir.sequence.type" id="seq_type_declarantnum">
<field name="name">Declarantnum</field>
<field name="code">declarantnum</field>