Browse Source

Agregar impresión de nota remision TAG

sebas 3 years ago
parent
commit
3121203765
2 changed files with 4 additions and 4 deletions
  1. 2 2
      nota_remision_sequence.xml
  2. 2 2
      nota_remision_view.xml

+ 2 - 2
nota_remision_sequence.xml

@@ -3,12 +3,12 @@
     <data noupdate="1">
         <!-- Sequences for sale.nota.remision -->
         <record id="seq_type_sale_nota_remision" model="ir.sequence.type">
-            <field name="name">Sale Note Reference</field>
+            <field name="name">Nota de Remision</field>
             <field name="code">sale.nota.remision</field>
         </record>
 
         <record id="seq_sale_nota_remision" model="ir.sequence">
-            <field name="name">Sale Note Reference</field>
+            <field name="name">Nota de Remision</field>
             <field name="code">sale.nota.remision</field>
             <field name="prefix">NR-</field>
             <field name="padding">5</field>

+ 2 - 2
nota_remision_view.xml

@@ -19,7 +19,7 @@
                         <field name="state" widget="statusbar" statusbar_visible="draft,cancel,progress,done"/>
                     </header>
                     <h1>
-                        <label string="Note Reference " attrs="{'invisible': [('state','not in',('draft'))]}"/>
+                        <label string="Nota de Remisión " attrs="{'invisible': [('state','not in',('draft'))]}"/>
                         <field name="name" class="oe_inline" readonly="1"/>
                     </h1>
                     <group col="4" string="Company Data">
@@ -32,7 +32,7 @@
                         <field name="finish_transfer_date"/>
 
                     </group>
-                    <group col="4" string="Partner Data">
+                    <group col="4" string="Datos del Cliente">
                         <group>
                             <field name="partner_id"
                                    domain="[('customer','=',True)]"