[FIX] l10n_be: Use xml comments instead of simple string
authorStephane Wirtel <stw@openerp.com>
Mon, 6 Feb 2012 13:55:20 +0000 (14:55 +0100)
committerStephane Wirtel <stw@openerp.com>
Mon, 6 Feb 2012 13:55:20 +0000 (14:55 +0100)
bzr revid: stw@openerp.com-20120206135520-bix7lgm05v6enfbg

addons/l10n_be/l10n_be_sequence.xml

index b3e92e8..0046652 100644 (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>