This question has been flagged
1 Reply
2047 Views

I have create custom module in openerp7 and created security folder also and security is working good.

After creating security folder i am able to create as many users i want and all their access rights will be same.

What i needed is?

For Eg:

1. For Admin, i need to give separate access rights.

2. For Users, i need to give separate access rights For same module.

I have achieved this in openerp7 front-end using groups.

Is there any method to do from back-end? Thanks

Avatar
Discard
Best Answer

May be this will help you

<record id="ID" model="ir.model.access">

<field name="name">Access rule name</field>

<field name="model_id" ref="model_name/>

<field name="group_id" ref="group_id/>

<field name="perm_read" eval="1"/>

<field name="perm_create" eval="0"/>

<field name="perm_write" eval="1"/>

<field name="perm_unlink" eval="0"/>

</record>

Avatar
Discard
Author

Thanks,

Author

@virali you have any idea about openerp 7 mobile framework? i need to create a custom app and add some openerp apps in mobile framework. how can we do that? and is there any documents?

@supreeth: I don't have any idea about this.

May be this will help you. http://mobile.odoo.co.in/v2/getting-started/working-with-odoo-mobile/first-step-to-odoo-mobile.html#.VW8BkgVKAAY.twitter