summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-01-13 15:35:04 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-01-13 15:35:04 +0700
commit56168a356a3f1b983dcb7102533ceb9d37f78b0e (patch)
treef03652c6aca8c50950bf4941481101edda710ccd /indoteknik_custom/views
parent41da8b32edee0dc394bb69ac179833388e977053 (diff)
parentebb101b78f930cdce77c418edbe73ffda6dd5de9 (diff)
Merge branch 'odoo-production' into CR-mbaZila
Diffstat (limited to 'indoteknik_custom/views')
-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 2863af57..4cc35b6d 100644
--- a/indoteknik_custom/views/account_move.xml
+++ b/indoteknik_custom/views/account_move.xml
@@ -163,5 +163,13 @@
<field name="state">code</field>
<field name="code">action = records.open_form_multi_create_reklas_penjualan()</field>
</record>
+
+ <record id="action_export_faktur" model="ir.actions.server">
+ <field name="name">Export Faktur ke XML</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.export_faktur_to_xml()</field>
+ </record>
</data>
</odoo> \ No newline at end of file