deisy 5 년 전
부모
커밋
eb6950d5ce
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      security/views/res_partner.xml

+ 16 - 0
security/views/res_partner.xml

@@ -38,6 +38,14 @@
                 <xpath expr="//field[@name='property_supplier_payment_term']" position="attributes">
                     <attribute name="readonly">1</attribute>
                 </xpath>
+
+                <xpath expr="//field[@name='creck_limit']" position="attributes">
+                    <attribute name="readonly">1</attribute>
+                </xpath>
+
+                <xpath expr="//field[@name='morosidad']" position="attributes">
+                    <attribute name="readonly">1</attribute>
+                </xpath>
             </field>
         </record>
 
@@ -116,6 +124,14 @@
                 <xpath expr="//field[@name='property_supplier_payment_term']" position="attributes">
                     <attribute name="readonly">0</attribute>
                 </xpath>
+
+                <xpath expr="//field[@name='creck_limit']" position="attributes">
+                    <attribute name="readonly">0</attribute>
+                </xpath>
+
+                <xpath expr="//field[@name='morosidad']" position="attributes">
+                    <attribute name="readonly">0</attribute>
+                </xpath>
             </field>
         </record>