Bharat Devnani (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-889156-bde into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #889156 in OpenERP Addons: "Entries in Bank & Cash are confusing"
  https://bugs.launchpad.net/openobject-addons/+bug/889156

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-889156-bde/+merge/84566

Hello Sir, 

I have improved the tooltip of name field in account/account_bank_statement.py.

Thanks & Regards,
Devnani Bharat R.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-889156-bde/+merge/84566
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-889156-bde.
=== modified file 'account/account_bank_statement.py'
--- account/account_bank_statement.py	2011-12-01 09:02:11 +0000
+++ account/account_bank_statement.py	2011-12-06 06:21:05 +0000
@@ -129,7 +129,7 @@
     _name = "account.bank.statement"
     _description = "Bank Statement"
     _columns = {
-        'name': fields.char('Name', size=64, required=True, states={'draft': [('readonly', False)]}, readonly=True, help='if you give the Name other then /, its created Accounting Entries Move will be with same name as statement name. This allows the statement entries to have the same references than the statement itself'), # readonly for account_cash_statement
+        'name': fields.char('Name', size=64, required=True, states={'draft': [('readonly', False)]}, readonly=True, help='If you enter the Statement name other than /, the Moves created for accounting Entries will be same as statement name. This allows the statement entries to have a reference to the bank statement they appeared on.'), # readonly for account_cash_statement
         'date': fields.date('Date', required=True, states={'confirm': [('readonly', True)]}),
         'journal_id': fields.many2one('account.journal', 'Journal', required=True,
             readonly=True, states={'draft':[('readonly',False)]}),

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to