Merge lp:~openerp-dev/openobject-addons/trunk-bug-1192964-ypa into lp:openobject-addons

Proposed by Yogesh Parekh(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1192964-ypa
Merge into: lp:openobject-addons
Diff against target: 11 lines (+1/-1)
1 file modified
account/data/configurable_account_chart.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1192964-ypa
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+182262@code.launchpad.net

Description of the change

Hello

          [trunk] Set the Configure Accounting Data wizard instead of Set Your Accounting Options Wizard after installing the project_timesheet module.

          I have set the action_id in configurable_account_chart.xml file in account module.

Thanks,
Yogesh Parekh

To post a comment you must log in.

Unmerged revisions

8868. By Yogesh Parekh(OpenERP)

[FIX] : Set the Configure Accounting Data Wizard coming Instead of set your Accounting Options wizard

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account/data/configurable_account_chart.xml'
2--- account/data/configurable_account_chart.xml 2012-11-29 22:26:45 +0000
3+++ account/data/configurable_account_chart.xml 2013-08-27 04:58:28 +0000
4@@ -548,7 +548,7 @@
5
6 <record id="action_wizard_multi_chart_todo" model="ir.actions.todo">
7 <field name="name">Set Your Accounting Options</field>
8- <field name="action_id" ref="account.action_wizard_multi_chart"/>
9+ <field name="action_id" ref="account.action_account_configuration_installer"/>
10 <field name="type">automatic</field>
11 </record>
12

Subscribers

People subscribed via source and target branches

to all changes: