diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-12-15 13:21:47 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-12-15 13:21:47 +0700 |
| commit | eac7f6b944c0b9f434cd70a558c5aa184f83d8fa (patch) | |
| tree | 3266263c634240b1696706510ebbfe4ec6aa84e4 /indoteknik_custom/views/tukar_guling.xml | |
| parent | 8c0acd970dfdb463717ae6c4a2bc67a7b32238ab (diff) | |
| parent | 52066bed7e68757247e17ec89d31959247991595 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into magento-solr-v1
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> |
