Daily updates from Odoo
Monday, February 20, 2017
1 change · master
Resolved issues and error corrections
Invoices now prevent users from selecting accounts that have been marked as deprecated. This helps avoid mistakes in accounting entries and keeps invoice processing aligned with current account configurations.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: You can select deprecated account in invoice. Desired behavior after PR is merged: You cannot select deprecated account in invoice. In view of account.move object there this domain filter. (account.view_move_form) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr