REPORT_STOCK: add menu entry

bzr revid: ced-7e4f76d6689ad35cc91d35a17d465ae1fcc9aa5a
This commit is contained in:
ced 2007-04-19 05:40:44 +00:00
parent afdd072b99
commit afaf00601b
1 changed files with 10 additions and 0 deletions

View File

@ -16,5 +16,15 @@
</field>
</record>
<record model="ir.actions.act_window" id="action_report_stock_prodlots_form">
<field name="name">Stock by production lots</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">report.stock.prodlots</field>
<field name="view_type">form</field>
<field name="view_mode">form,tree</field>
</record>
<menuitem name="Inventory Control/Reporting/Traceability/Stock by production lots" action="action_report_stock_prodlots_form" id="menu_report_stock_prodlots"/>
</data>
</terp>