mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[FIX] Permission issue
This commit is contained in:
committed by
John Herholz
parent
5ddaaafaa9
commit
593837c486
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "Report to printer",
|
'name': "Report to printer",
|
||||||
'version': '11.0.2.1.0',
|
'version': '11.0.2.2.0',
|
||||||
'category': 'Generic Modules/Base',
|
'category': 'Generic Modules/Base',
|
||||||
'author': "Agile Business Group & Domsense, Pegueroles SCP, NaN,"
|
'author': "Agile Business Group & Domsense, Pegueroles SCP, NaN,"
|
||||||
" LasLabs, Camptocamp, Odoo Community Association (OCA)",
|
" LasLabs, Camptocamp, Odoo Community Association (OCA)",
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
</record>
|
</record>
|
||||||
<record id="printing_group_user" model="res.groups">
|
<record id="printing_group_user" model="res.groups">
|
||||||
<field name="name">Printing / Print User</field>
|
<field name="name">Printing / Print User</field>
|
||||||
|
<field name="users" eval="[(4, ref('base.group_user'))]"/>
|
||||||
</record>
|
</record>
|
||||||
<record id="printing_server_group_manager" model="ir.model.access">
|
<record id="printing_server_group_manager" model="ir.model.access">
|
||||||
<field name="name">Printing Server Manager</field>
|
<field name="name">Printing Server Manager</field>
|
||||||
|
|||||||
Reference in New Issue
Block a user