Tuesday, December 17, 2019
1 change · master
Resolved issues and error corrections
Billing users had lost access to part of the bank reconciliation setup after a recent internal change. This fix restores the needed permissions so they can read and create reconciliation model lines as intended.
Original PR description
The recent refactoring made at 30cf7bc798ddede8e610001146f4a76352aa582f introduces a new object for the different writeoff lines that could be created from a reconciliation model. Unfortunately, Billing users were forgotten during that refactoring which made them unable to read/use the reconciliation models anymore. This patch grants them the Read and Create permission on the new account.reconcile.model.line object, as they already have to the reconciliation model. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr