[IMP] security

bzr revid: jco@openerp.com-20121120154103-fs8cehu8qdg3v3m2
This commit is contained in:
Josse Colpaert 2012-11-20 16:41:03 +01:00
parent c6080b4fe2
commit 532a4dddef
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@
</field>
</record>
<menuitem id="account.periodical_processing_reconciliation" parent="menu_finance_followup" name="Reconciliation" sequence="1"/>
<menuitem id="account.periodical_processing_reconciliation" groups="account.group_account_user" parent="menu_finance_followup" name="Reconciliation" sequence="1"/>
<menuitem action="action_account_followup_definition_form" id="account_followup_menu" parent="account.menu_finance_configuration" name="Follow-up Levels"/>
<report auto="False" id="account_followup_followup_report" menu="False" model="account_followup.followup" name="account_followup.followup.print" rml="account_followup/report/account_followup_print.rml" string="Follow-up Report"/>

View File

@ -65,7 +65,7 @@
<field name="search_view_id" ref="view_account_followup_stat_search"/>
</record>
<menuitem id="menu_finance_followup" parent="account.menu_finance" name="Follow-up" groups="account.group_account_invoice"/>
<menuitem action="action_followup_stat" id="menu_action_followup_stat_follow" parent="menu_finance_followup" groups="account.group_account_user" name="Follow-ups Done Report" sequence="10"/>
<menuitem action="action_followup_stat" id="menu_action_followup_stat_follow" parent="menu_finance_followup" groups="account.group_account_invoice" name="Follow-ups Done Report" sequence="10"/>
</data>
</openerp>