diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-23 09:13:53 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-23 09:13:53 +0700 |
| commit | 25645d93db289ea4855486630dba8d578efb2851 (patch) | |
| tree | adb8e0ee283c0f8f6960e7bbc030cdf58d39ae08 /indoteknik_custom/views | |
| parent | bd02dbfcfef14c016eec14811f9f257790e6e321 (diff) | |
cr due extension
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/account_move_views.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indoteknik_custom/views/account_move_views.xml b/indoteknik_custom/views/account_move_views.xml index f7b753bd..da25636e 100644 --- a/indoteknik_custom/views/account_move_views.xml +++ b/indoteknik_custom/views/account_move_views.xml @@ -12,6 +12,8 @@ <field name="description"/> <field name="approval_status"/> <field name="is_approve"/> + <field name="approve_by" optional="hide"/> + <field name="date_approve" optional="hide"/> <field name="create_uid" optional="hide"/> <field name="create_date" optional="hide"/> </tree> @@ -60,12 +62,14 @@ <group> <field name="partner_id" readonly="1"/> <field name="day_extension" attrs="{'readonly': [('is_approve', '=', True)]}"/> + <field name="order_id" readonly="1"/> </group> <group> <field name="is_approve" readonly="1"/> - <field name="order_id" readonly="1"/> <field name="counter" readonly="1"/> <field name="approval_status" readonly="1"/> + <field name="approve_by" readonly="1"/> + <field name="date_approve" readonly="1"/> </group> </group> <group> |
