Permalink
Browse files
[FIX] view of l10n_cl_sii_taxpayer_type - readonly attr
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
addons/l10n_cl/views/res_partner.xml
|
@@ -16,7 +16,7 @@ |
|
|
<attribute name="placeholder">Región</attribute> |
|
|
</field> |
|
|
<field name="vat" position="after"> |
|
|
<field name="l10n_cl_sii_taxpayer_type" placeholder="Tax Payer Type"/> |
|
|
<field name="l10n_cl_sii_taxpayer_type" attrs="{'readonly': [('parent_id', '!=', False)]}" placeholder="Tax Payer Type"/> |
|
|
</field> |
|
|
</field> |
|
|
</record> |
|
|
0 comments on commit
3795360