Not from packing

bzr revid: fp@tinyerp.com-9dee3d0622a4ad4a3208210033dab1b5b372ca6f
This commit is contained in:
Fabien Pinckaers 2007-10-18 06:47:57 +00:00
parent 2a8141bb37
commit 662fc3820f
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ class stock_picking(osv.osv):
'invoice_state':fields.selection([
("invoiced","Invoiced"),
("2binvoiced","To be invoiced"),
("none","No invoice")], "Invoice state"),
("none","Not from Packing")], "Invoice state"),
}
_defaults = {
'name': lambda *a: '/',