Open bdunnette opened 11 years ago
Looks like this is stored in the 'category_ids' field of the Employee record:
https://bazaar.launchpad.net/~openerp/openobject-addons/7.0/view/head:/hr/hr.py#L182
Maybe just pre-load the tags/categories (since there won't be too many of those), then reference them when viewing a volunteer?
Added basic display of volunteer tags in commit 028df85a699d56c4c5639db2d27920b5a1f63442
Future possibilities:
Some basic documentation on how to set up and assign acheivements:
https://github.com/FreeGeekTwinCities/FGTC_Docs/wiki/achievement-tracking
Would be useful (both for staff, and for volunteers themselves) to have a record of what "milestones" volunteers have completed...
Could be be accomplished by using OpenERP's Employee Tags?