Donation management is an Odoo module that handles the donation management between sponsors and beneficiaries. The goal of this module is to create the missing links between Odoo profit accounting and the non-profit accounting.
The purpose of this module was to create a simpler interface for the donation process within the charity organizations, not necessarily having a base knowledge in accounting processes or how odoo works with accounting internally.
You can read more in my blog post on medium here: https://blog.navybits.com/non-profit-acounting-challenge-in-odoo-10-0-9f0fe7b73d57
The modules Accounting and Finance and Invoicing are required for this module works. By default, since there's a dependancy between those modules in the manifest.py
file, they should be installed automatically within the installation.
- Copy the module to the addons folder
- Update Apps list (developer mode should be activated)
- Install the module
- Activate Analytic account in Accounting
This module is still in developement, so there is bugs here and there, it is not complete yet, but i think there is information in it that worth spreading, since there is a little documentation on Odoo 10
- Sublime Text - The text editor
- FileZilla - To upload the files when editing them, i was working remotely with the files
- AbdelRahman Sanjekdar - AbdelRahmanSnjk
- Ton of thanks to NavyBits for giving me the oppurtinity to be able to host my first real project online on GitHub.
- Special thanks to Mr. Hassan Tabbal for his constant guidance and instructions on my tasks and for his insight on how Accounting works.