[IMP]account : improve string

bzr revid: mma@tinyerp.com-20121008110549-zt946y9190avok3d
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-10-08 16:35:49 +05:30
parent b641983fbf
commit 9487c2d9ba
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ class account_invoice(osv.osv):
('open','Open'),
('paid','Paid'),
('cancel','Cancelled'),
],'State', select=True, readonly=True,
],'Status', select=True, readonly=True,
help=' * The \'Draft\' state is used when a user is encoding a new and unconfirmed Invoice. \
\n* The \'Pro-forma\' when invoice is in Pro-forma state,invoice does not have an invoice number. \
\n* The \'Open\' state is used when user create invoice,a invoice number is generated.Its in open state till user does not pay invoice. \