Daily updates from Odoo
Friday, August 5, 2016
2 changes
Code cleanup and technical improvements
The website quotation module was updated to use Odoo's newer internal framework and remove outdated logic. This should make online quote handling more reliable and easier to maintain without changing the main business workflow.
Original PR description
Task: https://www.odoo.com/web#id=12132&view_type=form&model=project.task&menu_id= Migration of website_quote to new API. ! enterprise -> website_contract: method onchange_template_id migrated as well : https://github.com/odoo-dev/enterprise/tree/master-website-quote-new-api-dve ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The gamification features have been updated to fit the newer Odoo framework structure, with related HR, sales CRM, and forum integrations adjusted or cleaned up. This should make the module easier to maintain, though the author notes that scheduled automation and some evaluation logic may still need review.
Original PR description
Of note: if the module stays around, most of the safe_eval could/should probably be removed. I also haven't checked if the cron works right.