diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-13 09:05:02 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-13 09:05:02 +0700 |
| commit | efcd44d27cd5cbb17baf861c70cbb434cb4d666c (patch) | |
| tree | 5f0e8028ed0a61a4dd9c7e368c1bae4efcab8cb8 /indoteknik_custom/views/account_move_line.xml | |
| parent | 8936285678ab705c9e2a09c2d5479347e7986f2b (diff) | |
| parent | 387334dc0929087ac51cc09a90d2db15d79413f1 (diff) | |
Merge branch 'odoo-backup' of bitbucket.org:altafixco/indoteknik-addons into gudang-service
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> |
