Hi
I don't understand why users with permissions for Stock (Not Stock
Administrator) can not see "Moves" model/menu, but in xml it seems is
possible,
<record model="ir.model.access" id="access_move">
<field name="model" search="[('model', '=', 'stock.move')]"/>
<field name="perm_read" eval="False"/>
<field name="perm_write" eval="False"/>
<field name="perm_create" eval="False"/>
<field name="perm_delete" eval="False"/>
</record>
<record model="ir.model.access" id="access_move_group_stock">
<field name="model" search="[('model', '=', 'stock.move')]"/>
<field name="group" ref="group_stock"/>
<field name="perm_read" eval="True"/>
<field name="perm_write" eval="True"/>
<field name="perm_create" eval="True"/>
<field name="perm_delete" eval="True"/>
</record>
It is a bug?
--
Best regards / Atentamente,
Oscar Andrés Alvarez M.
CEO, Presik SAS
Cel. 301 245 7967
www.presik.com
< Empresas Inteligentes >
--
You received this message because you are subscribed to the Google Groups
"tryton-dev" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tryton-dev/6d6c3284-763f-1912-24a9-c4ab9c82e2b2%40gmail.com.