summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/account_move.xml
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2023-07-25 08:53:19 +0000
committerIT Fixcomart <it@fixcomart.co.id>2023-07-25 08:53:19 +0000
commit5ead2c84fb9b56d51520f77af8227160b56aeaca (patch)
tree4c0e32918e1ddf4e7a3e9116d3abb186ad417c7f /indoteknik_custom/views/account_move.xml
parentc344ccd81208b5b466ae047dbb9e084dd5d0f358 (diff)
parente933a05e9b03e489b581f27d1aa304774aafc320 (diff)
Merged in production (pull request #68)
Production
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