summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/purchase_pricelist.xml
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-03-12 02:49:52 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-03-12 02:49:52 +0000
commit8899771cb6e4d39752a506e7aa95e5e388ff3a9f (patch)
treef436cda35f861b8017823fe36e674fe5687d4fbb /indoteknik_custom/views/purchase_pricelist.xml
parent29dfec334ebf6a15a8a66e4af564fd5d812d8d67 (diff)
parent41056a3fcf9cf80ac3609ab32223ffbac5b3ad83 (diff)
Merged in production (pull request #135)
Production
Diffstat (limited to 'indoteknik_custom/views/purchase_pricelist.xml')
-rwxr-xr-xindoteknik_custom/views/purchase_pricelist.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_pricelist.xml b/indoteknik_custom/views/purchase_pricelist.xml
index 889fe2e0..5d8b84d6 100755
--- a/indoteknik_custom/views/purchase_pricelist.xml
+++ b/indoteknik_custom/views/purchase_pricelist.xml
@@ -60,6 +60,14 @@
</field>
</record>
+ <record id="ir_actions_server_purchase_pricelist_calculate_pricelist" model="ir.actions.server">
+ <field name="name">Calculate Pricelist</field>
+ <field name="model_id" ref="indoteknik_custom.model_purchase_pricelist"/>
+ <field name="binding_model_id" ref="indoteknik_custom.model_purchase_pricelist"/>
+ <field name="state">code</field>
+ <field name="code">model.action_calculate_pricelist()</field>
+ </record>
+
<menuitem
id="menu_purchase_pricelist"
name="Purchase Pricelist"