|
@@ -49,7 +49,7 @@
|
|
|
<field name="quantity"/>
|
|
|
<field name="price" string="Precio"/>
|
|
|
<field name="subtotal"/>
|
|
|
- <field name="discount" groups="sale.group_discount_per_so_line" invisible="context.get('pack_price_type') == 'fixed_price'"/>
|
|
|
+ <!-- <field name="discount" groups="sale.group_discount_per_so_line" invisible="context.get('pack_price_type') == 'fixed_price'"/> -->
|
|
|
</group>
|
|
|
</form>
|
|
|
</field>
|
|
@@ -65,10 +65,9 @@
|
|
|
<field name="quantity"/>
|
|
|
<field name="price" string="Precio"/>
|
|
|
<field name="subtotal" sum="total"/>
|
|
|
- <field name="discount" groups="sale.group_discount_per_so_line" invisible="context.get('pack_price_type') == 'fixed_price'"/>
|
|
|
+ <!-- <field name="discount" groups="sale.group_discount_per_so_line" invisible="context.get('pack_price_type') == 'fixed_price'"/> -->
|
|
|
</tree>
|
|
|
</field>
|
|
|
</record>
|
|
|
</data>
|
|
|
</openerp>
|
|
|
-
|