diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-22 16:57:56 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-22 16:57:56 +0700 |
| commit | bd02dbfcfef14c016eec14811f9f257790e6e321 (patch) | |
| tree | b92b382665273ee277b4793921e869f9c6737825 | |
| parent | d588e3c431f428e09f1efc1736a2ad947ca5b61e (diff) | |
create_date on due extension
| -rw-r--r-- | indoteknik_custom/views/account_move_views.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move_views.xml b/indoteknik_custom/views/account_move_views.xml index f4faf386..f7b753bd 100644 --- a/indoteknik_custom/views/account_move_views.xml +++ b/indoteknik_custom/views/account_move_views.xml @@ -13,6 +13,7 @@ <field name="approval_status"/> <field name="is_approve"/> <field name="create_uid" optional="hide"/> + <field name="create_date" optional="hide"/> </tree> </field> </record> |
