[FIX] set the access right

bzr revid: sbh@tinyerp.com-20090923071236-uq53il4x6tchh81w
This commit is contained in:
Sbh (Open ERP) 2009-09-23 12:42:36 +05:30
parent 03d8be3790
commit c9e3a81580
2 changed files with 12 additions and 2 deletions

View File

@ -32,9 +32,9 @@ OpenOffice.
'author': 'Tiny',
'website': 'http://www.openerp.com',
'depends': ['base'],
'init_xml': [],
'init_xml': ['base_report_data.xml'],
'update_xml': ['base_report_designer_wizard.xml'],
'demo_xml': ['base_report_data.xml'],
'demo_xml': [],
'installable': True,
'active': False,
'certificate': '0056379010493',

View File

@ -7,5 +7,15 @@
<field eval="[(6,0,[ref('base.user_root')])]" name="users"/>
<field eval="&quot;&quot;&quot;OpenOfficeReportDesigner&quot;&quot;&quot;" name="name"/>
</record>
<record id="ir_model_access_openofficereportdesigner0" model="ir.model.access">
<field name="model_id" ref="base.model_ir_actions_report_xml"/>
<field eval="1" name="perm_read"/>
<field eval="&quot;&quot;&quot;OpenOfficeReportDesigner&quot;&quot;&quot;" name="name"/>
<field eval="1" name="perm_unlink"/>
<field eval="1" name="perm_write"/>
<field eval="1" name="perm_create"/>
<field name="group_id" ref="res_groups_openofficereportdesinger0"/>
</record>
</data>
</openerp>