summaryrefslogtreecommitdiff
path: root/fixco_custom/views/purchase_pricelist.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fixco_custom/views/purchase_pricelist.xml')
-rw-r--r--fixco_custom/views/purchase_pricelist.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/fixco_custom/views/purchase_pricelist.xml b/fixco_custom/views/purchase_pricelist.xml
index dd4f6ea..b4e70f6 100644
--- a/fixco_custom/views/purchase_pricelist.xml
+++ b/fixco_custom/views/purchase_pricelist.xml
@@ -35,4 +35,23 @@
</field>
</record>
+ <record id="purchase_pricelist_action" model="ir.actions.act_window">
+ <field name="name">Purchase Pricelist</field>
+ <field name="type">ir.actions.act_window</field>
+ <field name="res_model">purchase.pricelist</field>
+ <field name="view_mode">tree,form</field>
+ <field name="help" type="html">
+ <p class="o_view_nocontent_smiling_face">
+ Add Purchase Pricelist!
+ </p>
+ </field>
+ </record>
+
+ <menuitem
+ id="menu_purchase_pricelist"
+ name="Purchase Pricelist"
+ parent="purchase.menu_purchase_products"
+ sequence="3"
+ action="purchase_pricelist_action"
+ />
</odoo> \ No newline at end of file