[IMP]GOLEM Base : partner manager group visible outside of developer mode

This commit is contained in:
Fabien BOURGEOIS 2020-05-28 18:35:19 +02:00
parent 06f04b5f82
commit 4a27a16c90
2 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,7 @@
{
'name': 'GOLEM base module for global dependencies',
'summary': 'GOLEM base installs base and shared dependencies for GOLEM',
'version': '10.0.1.1.0',
'version': '10.0.1.1.1',
'category': 'GOLEM',
'author': 'Fabien Bourgeois',
'license': 'AGPL-3',

View File

@ -20,6 +20,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<odoo>
<data noupdate="0">
<!-- Groups -->
<record id="base.group_partner_manager" model="res.groups">
<field name="category_id" ref="base.module_category_golem"/>
</record>
<record id="group_golem_user" model="res.groups">
<field name="name">GOLEM user</field>
<field name="category_id"