summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/account_move_line.xml
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2026-02-12 14:18:25 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2026-02-12 14:18:25 +0700
commit387334dc0929087ac51cc09a90d2db15d79413f1 (patch)
tree2d2f48a8da7fdb6f92d6e02f3696dec97dcf34ba /indoteknik_custom/views/account_move_line.xml
parent6c749fd5c8deee7e38cc123b77e06b938bdcc3b3 (diff)
automatic reconcile by GL and automatic penyusutan asset
Diffstat (limited to 'indoteknik_custom/views/account_move_line.xml')
-rw-r--r--indoteknik_custom/views/account_move_line.xml12
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>