[MIGRATE] website_forum: migration to the new API, cleaning and linting of models...
authorParth Gajjar <pga@openerp.com>
Mon, 21 Jul 2014 13:38:01 +0000 (19:08 +0530)
committerThibault Delavallée <tde@openerp.com>
Tue, 4 Nov 2014 14:59:55 +0000 (15:59 +0100)
commit893d7fa8643192aec817478effa44c55d3c1ebc4
treea8f1ddd2fcf65b6e5b1146445cfba7d2d143cd5f
parent154533ee097635e05e60a0a16590d73256671dd7
[MIGRATE] website_forum: migration to the new API, cleaning and linting of models and controllers.

Main cleaning
- remove introduction_message, introduced in saas-6 with inboung forum, that was quite
a duplicate of description.
- renamed relevancy_option_first and relevancy_option_second, introduced in saas-4
with inbound forum
- renamed type of post to post_type to avoid confusion with the type keyword
- some cleaning in templates
addons/website_forum/controllers/main.py
addons/website_forum/data/forum_data.xml
addons/website_forum/data/forum_demo.xml
addons/website_forum/models/forum.py
addons/website_forum/models/gamification.py
addons/website_forum/models/res_users.py
addons/website_forum/views/forum.xml
addons/website_forum/views/website_forum.xml