donation
donation copied to clipboard
This is a forward-port of PR #122 from 14.0 to 16.0 I just moved the field from account.journal to res.company, to be coherent with usual v16 behavior. Could you review...
On res.partner form view, place the button for donations next to the button for fiscal receipts 
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0 # Modules to migrate - [ ] donation - [ ] donation_bank_statement_oca - [ ] donation_base - [ ] donation_direct_debit - [ ] donation_recurring Missing module? Check...
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0 # Modules to migrate Missing module? Check https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-15.0 # Modules to migrate Missing module? Check https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list
It's not a good idea to have a read/write/create/unlink ACL on account.move and account.move.line to donation user => we remove that and add sudo() when needed.