diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-07-25 11:09:27 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-07-25 11:09:27 +0700 |
| commit | 940054dbc1dffca75bfb81e478d5538f762009c6 (patch) | |
| tree | dcf0d00d874e8167d83999f86499bdc1b54dd704 /indoteknik_custom/views/account_move.xml | |
| parent | 4656fedaac694b5e6fe72311a49dd34bce1e50e5 (diff) | |
| parent | dd1e7158f3c5a24c4cfd67fdeedd9011f6c0655b (diff) | |
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_custom/views/account_move.xml')
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 8 |
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 |
