Divyesh Makwana(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-909124-mdi into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #909124 in OpenERP Addons: "[trunk] new module 
account_bank_statement_extension conflicts with point_of_sale"
  https://bugs.launchpad.net/openobject-addons/+bug/909124

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-909124-mdi/+merge/87065

Hello Sir,

I have fix the issue: https://bugs.launchpad.net/openobject-addons/+bug/909124 
"New module account_bank_statement_extension conflicts with point_of_sale".

Thanks and Regards,

Divyesh Makwana(MDI)
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-909124-mdi/+merge/87065
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-909124-mdi.
=== modified file 'account_bank_statement_extensions/account_bank_statement.py'
--- account_bank_statement_extensions/account_bank_statement.py	2011-12-23 16:25:28 +0000
+++ account_bank_statement_extensions/account_bank_statement.py	2011-12-29 10:05:30 +0000
@@ -111,7 +111,7 @@
             help="Code to identify transactions belonging to the same globalisation level within a batch payment"),
         'globalisation_amount': fields.related('globalisation_id', 'amount', type='float',
             relation='account.bank.statement.line.global', string='Glob. Amount', readonly=True),
-        'journal_id': fields.related('statement_id', 'journal_id', type='many2one', relation='account.journal', string='Journal', store=True, readonly=True),
+        'journal_id': fields.related('statement_id','journal_id','name', store=True, string='Journal', type='char', size=64, readonly=True),
         'state': fields.selection([('draft', 'Draft'), ('confirm', 'Confirmed')],
             'State', required=True, readonly=True),    
         'counterparty_name': fields.char('Counterparty Name', size=35),
@@ -133,4 +133,4 @@
 
 account_bank_statement_line()
 
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
\ No newline at end of file
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

_______________________________________________
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