Adding shortcuts from products to solines.

bzr revid: fp@tinyerp.com-1d68dea8c8067271d08af9b8eff8adc702e8d409
This commit is contained in:
Fabien Pinckaers 2007-07-05 05:59:41 +00:00
parent 2cdb6cdae4
commit 414f359775
1 changed files with 6 additions and 1 deletions

View File

@ -322,7 +322,6 @@
</tree>
</field>
</record>
<record model="ir.ui.view" id="view_order_line_form2">
<field name="name">sale.order.line.form2</field>
<field name="model">sale.order.line</field>
@ -402,5 +401,11 @@
src_model="res.partner"
id="act_res_partner_2_sale_order"/>
<act_window name="Product sales"
id="action_order_line_product_tree"
res_model="sale.order.line"
src_model="product.product"
domain="[('product_id','=',active_id)]"/>
</data>
</terp>