openerp-dev-web team mailing list archive
-
openerp-dev-web team
-
Mailing list archive
-
Message #07474
[Merge] lp:~openerp-dev/openobject-addons/trunk-bug-784364-bde into lp:openobject-addons
Bharat Devnani (Open ERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-784364-bde into lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-784364-bde/+merge/62431
Hello,
Fix: confusing label in Journal View - very minor
Thanks,
bde
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-784364-bde/+merge/62431
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-784364-bde.
=== modified file 'account/account.py'
--- account/account.py 2011-05-18 15:36:04 +0000
+++ account/account.py 2011-05-26 09:01:41 +0000
@@ -623,7 +623,7 @@
'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.'),
'company_id': fields.many2one('res.company', 'Company', required=True, select=1, help="Company related to this journal"),
- 'allow_date':fields.boolean('Check Date not in the Period', help= 'If set to True then do not accept the entry if the entry date is not into the period dates'),
+ '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'),
}
_defaults = {