diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-02-15 19:38:21 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-02-15 19:38:21 +0700 |
| commit | c6c01d5b7bfa1a95e0e8191a71215f76960f6b88 (patch) | |
| tree | 75760c35a6caace9b52879e8d5f65641bcd3a45f /indoteknik_custom/views/account_move_line.xml | |
| parent | 63ef16f9cef869a7bd855e1568272e035ef55b34 (diff) | |
| parent | 9e10c2db3c49bbca718061dbd852b8db513bed0f (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into odoo-backup
Diffstat (limited to 'indoteknik_custom/views/account_move_line.xml')
| -rw-r--r-- | indoteknik_custom/views/account_move_line.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move_line.xml b/indoteknik_custom/views/account_move_line.xml index cb24a0f0..838596c8 100644 --- a/indoteknik_custom/views/account_move_line.xml +++ b/indoteknik_custom/views/account_move_line.xml @@ -22,4 +22,16 @@ </field> </record> </data> + <data> + <record id="action_gl_reconcile_server" model="ir.actions.server"> + <field name="name">Reconcile Selected</field> + <field name="model_id" ref="account.model_account_move_line"/> + <field name="binding_model_id" ref="account.model_account_move_line"/> + <field name="binding_view_types">list</field> + <field name="state">code</field> + <field name="code"> + action = records.action_gl_reconcile() + </field> + </record> + </data> </odoo> |
