소스 검색

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

sebas 3 년 전
부모
커밋
152c4bdc57
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>