openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #00749
[Merge] lp:~vauxoo/account-financial-report/7.0-afr_sec-dev-hbto into lp:account-financial-report
hbto [Vauxoo] http://www.vauxoo.com has proposed merging lp:~vauxoo/account-financial-report/7.0-afr_sec-dev-hbto into lp:account-financial-report.
Requested reviews:
Moisés López - http://www.vauxoo.com (moylop260)
For more details, see:
https://code.launchpad.net/~vauxoo/account-financial-report/7.0-afr_sec-dev-hbto/+merge/192445
--
https://code.launchpad.net/~vauxoo/account-financial-report/7.0-afr_sec-dev-hbto/+merge/192445
Your team Account Report Core Editors is subscribed to branch lp:account-financial-report.
=== modified file 'account_financial_report/security/security.xml'
--- account_financial_report/security/security.xml 2013-08-14 22:43:22 +0000
+++ account_financial_report/security/security.xml 2013-10-24 00:15:54 +0000
@@ -9,9 +9,9 @@
<field name="name">See AFR Reports of My Own Company</field>
<field model="ir.model" name="model_id" ref="model_afr"/>
<field name="perm_read" eval="True"/>
- <field name="perm_write" eval="False"/>
- <field name="perm_create" eval="False"/>
- <field name="perm_unlink" eval="False"/>
+ <field name="perm_write" eval="True"/>
+ <field name="perm_create" eval="True"/>
+ <field name="perm_unlink" eval="True"/>
<field eval="False" name="global"/>
<field name="domain_force">[('company_id','=',user.company_id.id)]</field>
<field name="groups" eval="[(4,ref('account_financial_report.group_afreport'))]"/>
Follow ups