bzr revid: fp@tinyerp.com-20101016221235-pypfyqie30a3b9bo
This commit is contained in:
Fabien Pinckaers 2010-10-17 00:12:35 +02:00
parent f78f3a612c
commit 6c04db324f
3 changed files with 1 additions and 9 deletions

View File

@ -2,9 +2,5 @@
<openerp> <openerp>
<data noupdate="0"> <data noupdate="0">
<record id="marketing.group_marketing_user" model="res.groups">
<field name="name">Marketing / User</field>
</record>
</data> </data>
</openerp> </openerp>

View File

@ -39,7 +39,7 @@
Events / Reporting Events / Reporting
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'depends': ['crm', 'base_contact', 'account'], 'depends': ['crm', 'base_contact', 'account', 'marketing'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'update_xml': [
'security/event_security.xml', 'security/event_security.xml',

View File

@ -2,9 +2,5 @@
<openerp> <openerp>
<data> <data>
<record id="marketing.group_marketing_user" model="res.groups">
<field name="name">Marketing / User</field>
</record>
</data> </data>
</openerp> </openerp>