Merge lp:~openerp-dev/openobject-addons/trunk-bug-805406-bde into lp:openobject-addons

Proposed by Bharat Devnani (Open ERP)
Status: Merged
Merged at revision: 5047
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-805406-bde
Merge into: lp:openobject-addons
Diff against target: 20 lines (+2/-2)
1 file modified
account_analytic_analysis/account_analytic_analysis_menu.xml (+2/-2)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-805406-bde
Reviewer Review Type Date Requested Status
Mustufa Rangwala (Open ERP) (community) Approve
Bharat Devnani (Open ERP) (community) Needs Resubmitting
qdp (OpenERP) Pending
Review via email: mp+67278@code.launchpad.net

Description of the change

Hello Sir,

I have Changed the access rights on All Uninvoiced Entries and Overpassed Accounts Menus.

Thanks & Regards,
Devnani Bharat R.

To post a comment you must log in.
Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) wrote :

account_analytic_analysis module does not depend on project module.
how can you use groups="project.group_project_manager"

review: Needs Fixing
Revision history for this message
Bharat Devnani (Open ERP) (bde-openerp) wrote :

Hello Sir,

I have assigned analytic_accounting group to Overpassed Accounts.

Thanks & Regards,
Devnani Bharat R.

review: Needs Resubmitting
Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_analytic_analysis/account_analytic_analysis_menu.xml'
2--- account_analytic_analysis/account_analytic_analysis_menu.xml 2011-04-06 06:36:23 +0000
3+++ account_analytic_analysis/account_analytic_analysis_menu.xml 2011-09-15 13:41:22 +0000
4@@ -11,7 +11,7 @@
5 <field name="domain">[('invoice_id','=',False)]</field>
6 <field name="search_view_id" ref="account.view_account_analytic_line_filter"/>
7 </record>
8- <menuitem action="action_hr_tree_invoiced_all" id="menu_action_hr_tree_invoiced_all" parent="menu_invoicing" groups="base.group_extended"/>
9+ <menuitem action="action_hr_tree_invoiced_all" id="menu_action_hr_tree_invoiced_all" parent="menu_invoicing" groups="analytic.group_analytic_accounting"/>
10
11 <record id="action_account_analytic_managed_overpassed" model="ir.actions.act_window">
12 <field name="name">Overpassed Accounts</field>
13@@ -20,6 +20,6 @@
14 <field name="view_mode">tree,form,graph</field>
15 <field name="domain">[('date','&lt;=',time.strftime('%Y-%m-%d')),('state','=','open')]</field>
16 </record>
17- <menuitem action="action_account_analytic_managed_overpassed" id="menu_action_account_analytic_managed_overpassed" sequence="50" parent="menu_invoicing" groups="base.group_extended"/>
18+ <menuitem action="action_account_analytic_managed_overpassed" id="menu_action_account_analytic_managed_overpassed" sequence="50" parent="menu_invoicing" groups="analytic.group_analytic_accounting"/>
19 </data>
20 </openerp>

Subscribers

People subscribed via source and target branches

to all changes: