Merge lp:~csierra-h/openobject-addons/extra-trunk into lp:openobject-addons/extra-trunk

Proposed by Carlos Sierra Andrés
Status: Needs review
Proposed branch: lp:~csierra-h/openobject-addons/extra-trunk
Merge into: lp:openobject-addons/extra-trunk
Diff against target: 65 lines (+3/-11)
5 files modified
account_balance_reporting/account_balance_reporting_view.xml (+1/-1)
account_balance_reporting/account_balance_reporting_wizard.xml (+0/-7)
account_balance_reporting/report/generic_non_zero_report.rml (+1/-1)
account_balance_reporting/report/generic_report.rml (+1/-1)
account_balance_reporting/wizard/__init__.py (+0/-1)
To merge this branch: bzr merge lp:~csierra-h/openobject-addons/extra-trunk
Reviewer Review Type Date Requested Status
OpenERP Committers Pending
Review via email: mp+162103@code.launchpad.net

Description of the change

Minimal update for account_balance_reporting to work on V7

To post a comment you must log in.

Unmerged revisions

5863. By Carlos Sierra <sac@openerp6>

Modificaciones mínimas para que el módulo funcione en la version 7 de OpenERP

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_balance_reporting/account_balance_reporting_view.xml'
2--- account_balance_reporting/account_balance_reporting_view.xml 2012-05-22 10:37:49 +0000
3+++ account_balance_reporting/account_balance_reporting_view.xml 2013-05-02 14:51:26 +0000
4@@ -63,7 +63,7 @@
5 </group>
6 <group colspan="4">
7 <!-- <button name="calculate" string="Calculate" states="draft"/> -->
8- <button name="%(wiz_account_balance_reporting_calculate)d" type="action" string="Calculate" states="draft" icon="gtk-execute"/>
9+ <button name="calculate" string="Calculate" states="draft" icon="gtk-execute"/>
10 <button name="confirm" string="Confirm" states="calc_done" icon="gtk-apply"/>
11 <button name="cancel" string="Cancel" states="calc_done,done" icon="gtk-cancel"/>
12 <button name="action_recover" string="Draft" type="object" states="canceled" icon="gtk-undo"/>
13
14=== modified file 'account_balance_reporting/account_balance_reporting_wizard.xml'
15--- account_balance_reporting/account_balance_reporting_wizard.xml 2012-05-22 10:37:49 +0000
16+++ account_balance_reporting/account_balance_reporting_wizard.xml 2013-05-02 14:51:26 +0000
17@@ -50,12 +50,5 @@
18 view_mode="form"
19 target="new"
20 id="account_balance_reporting_print_wizard_act_window" />
21-
22- <!-- Calculate wizard -->
23- <wizard id="wiz_account_balance_reporting_calculate"
24- model="account.balance.reporting"
25- string="Calculate report"
26- name="account_balance_reporting.calculate_wizard"
27- menu="False"/>
28 </data>
29 </openerp>
30
31=== modified file 'account_balance_reporting/report/generic_non_zero_report.rml'
32--- account_balance_reporting/report/generic_non_zero_report.rml 2012-10-30 17:17:03 +0000
33+++ account_balance_reporting/report/generic_non_zero_report.rml 2013-05-02 14:51:26 +0000
34@@ -94,7 +94,7 @@
35 <images/>
36 <story>
37 <para style="Standard">[[repeatIn(objects,'report')]]</para>
38- <para style="Standard">[[setLang(user.context_lang)]]</para>
39+ <para style="Standard">[[setLang(user.lang)]]</para>
40 <para style="Standard">
41 <font color="white"> </font>
42 </para>
43
44=== modified file 'account_balance_reporting/report/generic_report.rml'
45--- account_balance_reporting/report/generic_report.rml 2012-10-30 17:17:03 +0000
46+++ account_balance_reporting/report/generic_report.rml 2013-05-02 14:51:26 +0000
47@@ -94,7 +94,7 @@
48 <images/>
49 <story>
50 <para style="Standard">[[repeatIn(objects,'report')]]</para>
51- <para style="Standard">[[setLang(user.context_lang)]]</para>
52+ <para style="Standard">[[setLang(user.lang)]]</para>
53 <para style="Standard">
54 <font color="white"> </font>
55 </para>
56
57=== modified file 'account_balance_reporting/wizard/__init__.py'
58--- account_balance_reporting/wizard/__init__.py 2012-01-18 19:10:46 +0000
59+++ account_balance_reporting/wizard/__init__.py 2013-05-02 14:51:26 +0000
60@@ -27,5 +27,4 @@
61 __author__ = "Borja López Soilán (Pexego) - borjals@pexego.es"
62
63
64-import wizard_calculate
65 import wizard_print

Subscribers

People subscribed via source and target branches