diff options
Diffstat (limited to 'indoteknik_custom/views/tukar_guling.xml')
| -rw-r--r-- | indoteknik_custom/views/tukar_guling.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index 9dd31905..8cfb5680 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -85,6 +85,7 @@ attrs="{'readonly': [('state', 'not in', 'draft')]}"/> <!-- <field name="origin" readonly="1"/>--> <field name="origin_so" readonly="1"/> + <field name="rev_tukar_guling" attrs="{'invisible': [('return_type', '!=', 'tukar_guling')]}"/> <field name="is_has_invoice" readonly="1"/> </group> <group> @@ -133,4 +134,4 @@ </field> </record> </data> -</odoo>
\ No newline at end of file +</odoo> |
