Vishal Parmar(Open ERP) has proposed merging 
lp:~openerp-dev/openerp-int/migration-scripts-issue-585961-vpa into 
lp:~openerp-dev/openerp-int/migration-scripts-7.0.

Requested reviews:
  Valencia Rodrigues (OpenERP) (vro-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-int/migration-scripts-issue-585961-vpa/+merge/146783

Hello,

Bank Statement Create a Record with Transaction Entry Confirm the record Click 
on More, Duplicate. It gives error.

statement_id rename in 7.0 statement_line_id'

Regards,
Vishal Parmar(VPA)


-- 
https://code.launchpad.net/~openerp-dev/openerp-int/migration-scripts-issue-585961-vpa/+merge/146783
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-int/migration-scripts-7.0.
=== modified file 'scripts/versions/7.0/addons/pre/account/account.py'
--- scripts/versions/7.0/addons/pre/account/account.py	2013-01-16 15:28:09 +0000
+++ scripts/versions/7.0/addons/pre/account/account.py	2013-02-06 05:58:25 +0000
@@ -14,7 +14,7 @@
     def run(self):
         self._handle_new_cashbox_relation()
         self.fix_action_todo()
-
+        self.column_rename('account_bank_statement_line_move_rel', 'statement_id', 'statement_line_id')
     def fix_action_todo(self):
         # Create an ir.action.todo 'action_wizard_multi_chart_todo' with state 'done'
         # to avoid reloading of accounting templates which would cause constraint errors

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : openerp-dev-gtk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to