diff options
Diffstat (limited to 'fixco_custom/views')
| -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> |
