Prechádzať zdrojové kódy

Agregar en en el bom de mrp precio de costo y venta unitario

sebas 3 rokov pred
rodič
commit
152c4bdc57
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      mrp_view.xml

+ 2 - 2
mrp_view.xml

@@ -32,8 +32,8 @@
 
                 </xpath>
                 <xpath expr="//page[@string='Components']/field[@name='bom_line_ids']/tree[@string='Components']/field[@name='product_rounding']" position="before">
-                    <field name="product_list_price"/>
-                    <field name="product_standard_price"/>
+                    <field name="product_list_price" string="Prec. Venta"/>
+                    <field name="product_standard_price" string="Prec. Costo"/>
                 </xpath>
             </data>
         </field>