diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-08 10:23:29 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-08 10:23:29 +0700 |
| commit | 5c332365e81cda9a7bdb233a31880c3bec1d1e0e (patch) | |
| tree | 99209950c78011d98a24007a85452b2ae4554091 /fixco_custom/views/account_move.xml | |
| parent | 23b2c540774c064a69c77ed3de29d9f99ffae904 (diff) | |
push
Diffstat (limited to 'fixco_custom/views/account_move.xml')
| -rw-r--r-- | fixco_custom/views/account_move.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fixco_custom/views/account_move.xml b/fixco_custom/views/account_move.xml index 8eb7975..52dd64c 100644 --- a/fixco_custom/views/account_move.xml +++ b/fixco_custom/views/account_move.xml @@ -138,5 +138,13 @@ <field name="state">code</field> <field name="code">action = records.export_faktur_to_xml()</field> </record> + + <record id="action_cancel_bills" model="ir.actions.server"> + <field name="name">Cancel Bills</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.queue_job_cancel_bill()</field> + </record> </data> </odoo>
\ No newline at end of file |
