diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-06-26 09:45:46 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-06-26 09:45:46 +0700 |
| commit | 787fe14fc0b14ed67f3d25a634c7a5a7e1a27204 (patch) | |
| tree | 80ba35871c8f8fae7e88c087af218a5460cbf900 /indoteknik_custom/views/account_move_views.xml | |
| parent | e22cda13f913f3c2839009095b42ebee440f599d (diff) | |
invisible field due_id after action cancel
Diffstat (limited to 'indoteknik_custom/views/account_move_views.xml')
| -rw-r--r-- | indoteknik_custom/views/account_move_views.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/account_move_views.xml b/indoteknik_custom/views/account_move_views.xml index 1ff7f3aa..1dcace46 100644 --- a/indoteknik_custom/views/account_move_views.xml +++ b/indoteknik_custom/views/account_move_views.xml @@ -47,7 +47,7 @@ <sheet> <group> <group> - <field name="partner_id" required="1" attrs="{'readonly': [('is_approve', '=', True)]}"/> + <field name="partner_id" readonly="1"/> <field name="day_extension" attrs="{'readonly': [('is_approve', '=', True)]}"/> </group> <group> |
