Added condition on the button Sending goods > Packing to be invoiced to show only the customer packing (i.e. type = out)

bzr revid: ced-1f9634be38585ccf9190522898db6d676a1d3497
This commit is contained in:
ced 2007-12-11 08:14:15 +00:00
parent f8ab2b4b71
commit 02bbc9e17d
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@
<field name="type">ir.actions.act_window</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="domain">[('invoice_state','=','2binvoiced'),('state','=','done')]</field>
<field name="domain">[('invoice_state','=','2binvoiced'),('state','=','done'),('type','=','out')]</field>
</record>
<menuitem
name="Inventory Control/Packing Lists/Sending Goods/Packings to be Invoiced"