~in pos_order form, partner_id is readonly when pos_order is in paid, done or invoice...
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 9 Jan 2014 15:42:46 +0000 (16:42 +0100)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 9 Jan 2014 15:42:46 +0000 (16:42 +0100)
view/pos_membership.xml

index 433d9b4..3e408e3 100644 (file)
@@ -22,8 +22,8 @@
                 <xpath expr="//button[@string='Reprint']" position="attributes">
                     <attribute name="string">Print Receipt</attribute>
                 </xpath>
-                <xpath expr="//field[@name='partner_id']" position="attributes">
-                    <attribute name="required">1</attribute>
+                <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}" attrs="{'readonly': [('state','in', ('paid', 'done', 'invoiced'))]}" required="1" />
                 </xpath>
             </field>
         </record>