diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-15 11:17:37 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-15 11:17:37 +0700 |
| commit | bd6c4da5e84a1b0aa98a9b41918cd70f836d2b59 (patch) | |
| tree | 11522eaf7efa2e1378379b57b7817229c19c5195 /fixco_custom/views/upload_bills.xml | |
| parent | 69d1aba2d4da72667bd2a43fa35e591a2caadba5 (diff) | |
benerin upload bills jadiin queuing
Diffstat (limited to 'fixco_custom/views/upload_bills.xml')
| -rw-r--r-- | fixco_custom/views/upload_bills.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fixco_custom/views/upload_bills.xml b/fixco_custom/views/upload_bills.xml index 472fefc..5e09306 100644 --- a/fixco_custom/views/upload_bills.xml +++ b/fixco_custom/views/upload_bills.xml @@ -20,7 +20,7 @@ <form string="Upload Bills"> <header> <button name="action_import_excel" string="Import Excel" type="object" class="oe_highlight" attrs="{'invisible': [('number', '=', False)]}"/> - <button name="action_create_bills" string="Create Bills" type="object" class="oe_highlight" attrs="{'invisible': [('number', '=', False)]}"/> + <button name="queue_job" string="Create Bills" type="object" class="oe_highlight" attrs="{'invisible': [('number', '=', False)]}"/> <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}"/> @@ -33,6 +33,7 @@ <field name="bills_lines"> <tree editable="bottom"> <field name="no_bu"/> + <field name="state"/> <field name="date"/> <field name="faktur_pajak"/> </tree> |
