Wednesday, March 23, 2016
1 change
Resolved issues and error corrections
Fixes an issue where selecting a partner while manually creating a journal item could be lost after adding a line. This helps prevent entry mistakes and keeps accounting data consistent during manual journal item creation.
Original PR description
The original issue is the following: - Go to the journal item creation - Choose a partner - Add a line => the partner on the journal item is removed This is because `partner_id` on the account move is a related to `partner_id` on the account move lines. This is likely to cause errors during the manual encoding of a journal item, since the relation will link the partner of the account move to the partner of the first account move line only. opw-670661