diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-25 15:54:12 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-25 15:54:12 +0700 |
| commit | c086f5e20505edbcc1d7769562393fb2e7e4b5c6 (patch) | |
| tree | c08a7166dc55867d947d1488e2e5027a335f463d /fixco_custom/views/upload_ginee.xml | |
| parent | 0f1fd177780f47f1b2787767a87044a8b1705378 (diff) | |
upload ginee and validation create so manual duplicate
Diffstat (limited to 'fixco_custom/views/upload_ginee.xml')
| -rw-r--r-- | fixco_custom/views/upload_ginee.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fixco_custom/views/upload_ginee.xml b/fixco_custom/views/upload_ginee.xml index 99ecb1e..ec8aae4 100644 --- a/fixco_custom/views/upload_ginee.xml +++ b/fixco_custom/views/upload_ginee.xml @@ -20,7 +20,9 @@ <form string="Upload Ginee"> <header> <button name="action_import_excel" string="Import Excel" type="object" class="oe_highlight"/> + <button name="action_get_order_id" string="Get Order ID" type="object" class="oe_highlight"/> <button name="action_create_detail_order" string="Create Detail Order" type="object" class="oe_highlight"/> + <button name="action_get_order_id_and_create_detail_order" string="Get Order ID And Create Detail Order" type="object" class="oe_highlight"/> <field name="number" widget="field_no_edit" options="{'no_open': True}"/> <field name="date_upload"/> <field name="user_id" widget="field_no_edit" options="{'no_open': True}"/> |
