[IMP]Improve label and help of /Skip 'Draft' State for Manual Entries/
authorParamjit Singh Sahota <psa@tinyerp.com>
Fri, 22 Mar 2013 11:17:15 +0000 (16:47 +0530)
committerParamjit Singh Sahota <psa@tinyerp.com>
Fri, 22 Mar 2013 11:17:15 +0000 (16:47 +0530)
bzr revid: psa@tinyerp.com-20130322111715-qbxuq3166o0z2puc

addons/account/account.py

index 8c7f058..fda094e 100644 (file)
@@ -722,7 +722,7 @@ class account_journal(osv.osv):
         'user_id': fields.many2one('res.users', 'User', help="The user responsible for this journal"),
         'groups_id': fields.many2many('res.groups', 'account_journal_group_rel', 'journal_id', 'group_id', 'Groups'),
         'currency': fields.many2one('res.currency', 'Currency', help='The currency used to enter statement'),
-        'entry_posted': fields.boolean('Skip \'Draft\' State for Manual Entries', help='Check this box if you don\'t want new journal entries to pass through the \'draft\' state and instead goes directly to the \'posted state\' without any manual validation. \nNote that journal entries that are automatically created by the system are always skipping that state.'),
+        'entry_posted': fields.boolean('Autopost created moves', help='Check this box to automatically post entries of this journal. Note that legally, some entries are automatically posted when the source document is validated (Invoices), whatever the status of this field.'),
         'company_id': fields.many2one('res.company', 'Company', required=True, select=1, help="Company related to this journal"),
         'allow_date':fields.boolean('Check Date in Period', help= 'If set to True then do not accept the entry if the entry date is not into the period dates'),