diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-10 09:34:18 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-10 09:34:18 +0700 |
| commit | 8799539f33a225fd5b6ddcd1e5ae1bac52fb6b2c (patch) | |
| tree | 6fb3b10f6dc5414f37ac06c8ad4d19ec07d547b1 /indoteknik_custom/views/approval_date_doc.xml | |
| parent | a52626db2cb646c9b8573b7ab15690066313031d (diff) | |
| parent | b04fb88af7e868a32af5ffbe4b5f5e97a5da4878 (diff) | |
Merge branch 'odoo-backup' of bitbucket.org:altafixco/indoteknik-addons into gudang-service
merge
Diffstat (limited to 'indoteknik_custom/views/approval_date_doc.xml')
| -rw-r--r-- | indoteknik_custom/views/approval_date_doc.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/approval_date_doc.xml b/indoteknik_custom/views/approval_date_doc.xml index 3d597aa8..a3aae3b4 100644 --- a/indoteknik_custom/views/approval_date_doc.xml +++ b/indoteknik_custom/views/approval_date_doc.xml @@ -14,6 +14,7 @@ <field name="approve_date"/> <field name="approve_by"/> <field name="create_uid"/> + <field name="create_date"/> </tree> </field> </record> @@ -46,6 +47,7 @@ <field name="approve_date"/> <field name="approve_by"/> <field name="create_uid"/> + <field name="create_date"/> <field name="note" attrs="{'invisible': [('state', '!=', 'cancel')]}"/> <field name="state" readonly="1"/> </group> |
