[VIEW] -taxes reference in point of sale orders
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Fri, 8 Apr 2016 11:50:53 +0000 (13:50 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Fri, 8 Apr 2016 11:50:53 +0000 (13:50 +0200)
view/point_of_sale.xml

index 3ec02bd..5e92b2d 100644 (file)
@@ -9,7 +9,8 @@
                 <xpath expr="//field[@name='partner_id']" position="replace">
                     <field name="partner_id" on_change="onchange_partner_id(partner_id, context)" context="{'search_default_customer': 1, 'form_view_ref': 'bikecoop.view_bikecoop_members_form'}" attrs="{'readonly': [('state','in', ('paid', 'done', 'invoiced'))]}" required="1" placeholder="Firstname LASTNAME" />
                 </xpath>
-
+                <field name="price_subtotal" position="replace"/>
+                <field name="amount_tax" position="replace"/>
             </field>
         </record>
     </data>