bzr revid: fp@tinyerp.com-20100613170803-7i9v2x78v5hrvwqm
This commit is contained in:
Fabien Pinckaers 2010-06-13 19:08:03 +02:00
parent 5239c16639
commit d2d74c5693
1 changed files with 10 additions and 0 deletions

View File

@ -128,6 +128,16 @@
<menuitem id="base.next_id_64" name="Reporting" parent="base.menu_base_partner" sequence="8"/>
<menuitem action="action_order_report_all" id="menu_report_product_all" parent="base.next_id_64" sequence="3"/>
<record id="action_stock_move_report_so" model="ir.actions.act_window">
<field name="name">Shipments Analysis</field>
<field name="res_model">report.stock.move</field>
<field name="view_type">form</field>
<field name="view_mode">tree,graph</field>
<field name="context">{'search_default_month':1, 'search_default_group_product':1, 'search_default_group_partner':1, 'search_default_done':1, 'search_default_out': 1, 'group_by':[], 'group_by_no_leaf':1}</field>
</record>
<menuitem action="action_stock_move_report_so" id="menu_action_stock_move_report_so" parent="base.next_id_64" sequence="8"/>
<!--This views used in board_sale module -->
<record id="view_sale_order_by_clients_tree" model="ir.ui.view">
<field name="name">sale.order.by.clients.tree</field>