[FIX] dashboards

bzr revid: fp@tinyerp.com-20111211211401-vf5vfqc43vetxkko
This commit is contained in:
Fabien Pinckaers 2011-12-11 22:14:01 +01:00
parent e0136c19f0
commit 1e25de35a4
2 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@
</record>
<record model="ir.actions.act_window" id="action_stock_incoming_product_delay">
<field name="name">Incoming Products Delay</field>
<field name="name">Incoming Products</field>
<field name="res_model">report.stock.move</field>
<field name="view_type">form</field>
<field name="view_mode">graph,tree</field>
@ -31,7 +31,7 @@
<field name="context">{'search_default_in':1}</field>
</record>
<record model="ir.actions.act_window" id="action_stock_outgoing_product_delay">
<field name="name">Outgoing Products Delay</field>
<field name="name">Outgoing Products</field>
<field name="res_model">report.stock.move</field>
<field name="view_type">form</field>
<field name="view_mode">graph,tree</field>
@ -52,8 +52,8 @@
</column>
<column>
<action name="%(action_stock_incoming_product_delay)d" string="Incoming Products Delay" creatable="true"/>
<action name="%(action_stock_outgoing_product_delay)d" string="Outgoing Products Delay" creatable="true"/>
<action name="%(action_stock_incoming_product_delay)d" string="Incoming Products" creatable="true"/>
<action name="%(action_stock_outgoing_product_delay)d" string="Outgoing Products" creatable="true"/>
</column>
</board>
</form>

View File

@ -44,7 +44,7 @@
<field name="arch" type="xml">
<graph string="Moves Analysis" type="bar">
<field name="product_id"/>
<field name="day_diff2" operator="+"/>
<field name="product_qty" operator="+"/>
</graph>
</field>
</record>
@ -55,7 +55,7 @@
<field name="arch" type="xml">
<graph string="Moves Analysis" type="bar">
<field name="day"/>
<field name="day_diff2" operator="+" string="Delay(Days)"/>
<field name="product_qty" operator="avg"/>
</graph>
</field>
</record>