[IMP]GOLEM Base : partner manager group visible outside of developer mode
This commit is contained in:
parent
06f04b5f82
commit
4a27a16c90
@ -19,7 +19,7 @@
|
|||||||
{
|
{
|
||||||
'name': 'GOLEM base module for global dependencies',
|
'name': 'GOLEM base module for global dependencies',
|
||||||
'summary': 'GOLEM base installs base and shared dependencies for GOLEM',
|
'summary': 'GOLEM base installs base and shared dependencies for GOLEM',
|
||||||
'version': '10.0.1.1.0',
|
'version': '10.0.1.1.1',
|
||||||
'category': 'GOLEM',
|
'category': 'GOLEM',
|
||||||
'author': 'Fabien Bourgeois',
|
'author': 'Fabien Bourgeois',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
|
@ -20,6 +20,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
<odoo>
|
<odoo>
|
||||||
<data noupdate="0">
|
<data noupdate="0">
|
||||||
<!-- Groups -->
|
<!-- 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">
|
<record id="group_golem_user" model="res.groups">
|
||||||
<field name="name">GOLEM user</field>
|
<field name="name">GOLEM user</field>
|
||||||
<field name="category_id"
|
<field name="category_id"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user