diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-06-05 02:29:48 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-06-05 02:29:48 +0000 |
| commit | ec4aefc64a9f42d1b40d03048fc384e158191218 (patch) | |
| tree | 14d1fd1358ae41d65b9412fdfc0195c8dd9f20bd /indoteknik_custom/views/account_move.xml | |
| parent | abd7dd1ecc9246b1924dcf70b3ed41c964f3746f (diff) | |
| parent | 9306992db370c793e8cab494038b0de5b61b600f (diff) | |
Merged in production (pull request #144)
Production
Diffstat (limited to 'indoteknik_custom/views/account_move.xml')
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 1be6d118..93145fea 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -111,6 +111,8 @@ <field name="bill_day_to_due" string="Due Date" widget="remaining_days"/> <field name="is_efaktur_uploaded" optional="hide"/> <field name="is_invoice_uploaded" optional="hide"/> + <field name="invoice_date"/> + <field name="invoice_date_due"/> </field> <field name="invoice_date_due" position="attributes"> @@ -131,6 +133,9 @@ {'column_invisible': [('parent.move_type', '!=', 'in_invoice')]} </attribute> </field> + <field name="invoice_incoterm_id" position="after"> + <field name="date_terima_tukar_faktur"/> + </field> </field> </record> @@ -141,6 +146,14 @@ <field name="state">code</field> <field name="code">action = records.open_form_multi_update()</field> </record> + + <record id="account_move_multi_update_bills_ir_actions_server" model="ir.actions.server"> + <field name="name">Update Terima Faktur Bills</field> + <field name="model_id" ref="account.model_account_move"/> + <field name="binding_model_id" ref="account.model_account_move"/> + <field name="state">code</field> + <field name="code">action = records.open_form_multi_update_bills()</field> + </record> <record id="account_move_multi_create_reklas_ir_actions_server" model="ir.actions.server"> <field name="name">Create Reklas Penjualan</field> |
