credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #05770
[Bug 1227929] Re: [7.0] Incorrect behaviour for account.invoice.line migration (note & name)
** Changed in: openupgrade-addons/7.0
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of
OpenUpgrade Committers, which is subscribed to OpenUpgrade Addons.
https://bugs.launchpad.net/bugs/1227929
Title:
[7.0] Incorrect behaviour for account.invoice.line migration (note &
name)
Status in OpenUpgrade Addons:
Fix Released
Status in OpenUpgrade Addons 7.0 series:
Fix Released
Bug description:
Hi,
I think that there is a little bug in account module. In the merging
of 'name' and 'note' field in account.invoice.line model.
Reproduce the bug.
6.1 :
row #1 : {name : 'my name' ; note : 'my note'}
row #2 : {name : 'my name' ; note : None}
Expected datas after migration in 7.0 :
row #1 : {name : 'my name' + '\n' + 'my note'}
row #2 : {name : 'my name'}
Observed datas :
row #1 : {name : 'my name' + '\n' + 'my note'}
row #2 : {name : None}
Observed log :
WARNING : Table 'account_invoice_line': unable to set a NOT NULL constraint on column 'name' !
To manage notifications about this bug go to:
https://bugs.launchpad.net/openupgrade-addons/+bug/1227929/+subscriptions
References