summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/account_move.xml
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-07-24 16:54:07 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-07-24 16:54:07 +0700
commitdd1e7158f3c5a24c4cfd67fdeedd9011f6c0655b (patch)
tree6ef65eb4b6447f128e6df2260354416595fc617c /indoteknik_custom/views/account_move.xml
parent2ad6b4ecf783b5dfe0d4aa11f238cbf6aefd9747 (diff)
Feature account move multi update payment schedule
Diffstat (limited to 'indoteknik_custom/views/account_move.xml')
-rw-r--r--indoteknik_custom/views/account_move.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml
index 0fd6b5b5..26168561 100644
--- a/indoteknik_custom/views/account_move.xml
+++ b/indoteknik_custom/views/account_move.xml
@@ -73,5 +73,13 @@
</field>
</field>
</record>
+
+ <record id="account_move_multi_update_ir_actions_server" model="ir.actions.server">
+ <field name="name">Multi Update</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()</field>
+ </record>
</data>
</odoo> \ No newline at end of file