Since #3731 (closed), the usage of party on account move line is restricted but when migrating for older version, we could have some inconsistency.
Here is a script that tries its best to fix them.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
Trying to run this script on my database resulted in this:
rhertzog@freexian:~$ sudo -u tryton ./fix_party -c /etc/tryton/trytond.conf -d tryton-test
Can not fix line: 1528
Can not fix line: 1527
Can not fix line: 1526
Can not fix line: 1525
Traceback (most recent call last):
File "./fix_party", line 101, in <module>
main(args.database, args.config_file)
File "./fix_party", line 89, in main
line.save()
File "/usr/lib/python2.7/dist-packages/proteus/__init__.py", line 688, in save
self._proxy.write([self.id], values, context)
File "/usr/lib/python2.7/dist-packages/proteus/config.py", line 162, in __call__
result = rpc.result(meth(*args, **kwargs))
File "/usr/lib/python2.7/dist-packages/trytond/modules/account/move.py", line 1358, in write
cls.check_reconciliation(lines, set(values.keys()))
File "/usr/lib/python2.7/dist-packages/trytond/modules/account/move.py", line 1337, in check_reconciliation
cls.raise_user_error('modify_reconciled', line.rec_name)
File "/usr/lib/python2.7/dist-packages/trytond/error.py", line 74, in raise_user_error
raise UserError(error)
trytond.exceptions.UserError: ('UserError', (u'You can not modify line "431 - S\xe9curit\xe9 Sociale" because it is reconciled.', ''))