[FIX] base_gengo, website_gengo: groups on the gengo key.
authorMitesh Savani <msa@openerp.com>
Fri, 1 Aug 2014 11:39:09 +0000 (17:09 +0530)
committerThibault Delavallée <tde@openerp.com>
Fri, 19 Sep 2014 11:28:29 +0000 (13:28 +0200)
commit6021b0fe8fd8fd4173c25245950f0eb09d144a32
treef7cd76cf15d1487087c9c9205a8291b13a7e551b
parent1b9c404e4906943efe5851580e43e87400618be2
[FIX] base_gengo, website_gengo: groups on the gengo key.

Basically the admin group can read the gengo key. When adding website_gengo that adds the
website groups, the groups allowed to access the key are updated.

This is done because in base_gengo the website groups are not necesssarily defined. Website
is not a dependency of base_gengo.
addons/base_gengo/wizard/base_gengo_translations.py
addons/website_gengo/__init__.py
addons/website_gengo/models/__init__.py [new file with mode: 0644]
addons/website_gengo/models/base_gengo_translations.py [new file with mode: 0644]