Add module pos_sale_report
This commit is contained in:
27
pos_sale_report/product_view.xml
Normal file
27
pos_sale_report/product_view.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<openerp>
|
||||
<data>
|
||||
|
||||
<!-- Add entry in the "More" drop down list in form view -->
|
||||
<act_window id="product_product_pos_sale_report_action"
|
||||
key2="client_action_multi"
|
||||
name="Sales Statistics"
|
||||
res_model="pos.sale.report"
|
||||
src_model="product.product"
|
||||
view_mode="graph"
|
||||
context="{'search_default_product_id': active_id}"
|
||||
/>
|
||||
|
||||
<act_window id="product_template_pos_sale_report_action"
|
||||
key2="client_action_multi"
|
||||
name="Sales Statistics"
|
||||
res_model="pos.sale.report"
|
||||
src_model="product.template"
|
||||
view_mode="graph"
|
||||
context="{'search_default_product_tmpl_id': active_id}"
|
||||
/>
|
||||
|
||||
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user