Merge lp:~savoirfairelinux-openerp/openobject-addons/7.0-check-print-lang into lp:openobject-addons

Status: Needs review
Proposed branch: lp:~savoirfairelinux-openerp/openobject-addons/7.0-check-print-lang
Merge into: lp:openobject-addons
Diff against target: 44 lines (+3/-0)
3 files modified
account_check_writing/report/check_print_bottom.rml (+1/-0)
account_check_writing/report/check_print_middle.rml (+1/-0)
account_check_writing/report/check_print_top.rml (+1/-0)
To merge this branch: bzr merge lp:~savoirfairelinux-openerp/openobject-addons/7.0-check-print-lang
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+194055@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

9160. By Virgil Dupras

[ENH] Use the supplier's language when printing checks.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_check_writing/report/check_print.sxw'
2Binary files account_check_writing/report/check_print.sxw 2011-10-13 21:11:47 +0000 and account_check_writing/report/check_print.sxw 2013-11-06 03:27:28 +0000 differ
3=== modified file 'account_check_writing/report/check_print_bottom.rml'
4--- account_check_writing/report/check_print_bottom.rml 2012-11-29 22:26:45 +0000
5+++ account_check_writing/report/check_print_bottom.rml 2013-11-06 03:27:28 +0000
6@@ -97,6 +97,7 @@
7 </stylesheet>
8 <story>
9 <para style="P1">[[repeatIn(objects,'voucher')]]</para>
10+ <para style="P1">[[ setLang(voucher.partner_id.lang) ]]</para>
11 <blockTable colWidths="568.0" style="Table2" rowHeights="285">
12 <tr>
13 <td>
14
15=== modified file 'account_check_writing/report/check_print_bottom.sxw'
16Binary files account_check_writing/report/check_print_bottom.sxw 2012-11-01 07:32:01 +0000 and account_check_writing/report/check_print_bottom.sxw 2013-11-06 03:27:28 +0000 differ
17=== modified file 'account_check_writing/report/check_print_middle.rml'
18--- account_check_writing/report/check_print_middle.rml 2012-11-29 22:26:45 +0000
19+++ account_check_writing/report/check_print_middle.rml 2013-11-06 03:27:28 +0000
20@@ -98,6 +98,7 @@
21 </stylesheet>
22 <story>
23 <para style="P1">[[repeatIn(objects,'voucher')]]</para>
24+ <para style="P1">[[ setLang(voucher.partner_id.lang) ]]</para>
25 <blockTable colWidths="568.0" style="Table2" rowHeights="320">
26 <tr>
27 <td>
28
29=== modified file 'account_check_writing/report/check_print_middle.sxw'
30Binary files account_check_writing/report/check_print_middle.sxw 2012-11-01 07:32:01 +0000 and account_check_writing/report/check_print_middle.sxw 2013-11-06 03:27:28 +0000 differ
31=== modified file 'account_check_writing/report/check_print_top.rml'
32--- account_check_writing/report/check_print_top.rml 2012-11-29 22:26:45 +0000
33+++ account_check_writing/report/check_print_top.rml 2013-11-06 03:27:28 +0000
34@@ -97,6 +97,7 @@
35 </stylesheet>
36 <story>
37 <para style="P1">[[repeatIn(objects,'voucher')]]</para>
38+ <para style="P1">[[ setLang(voucher.partner_id.lang) ]]</para>
39 <blockTable colWidths="568.0" style="Table1">
40 <tr>
41 <td>
42
43=== modified file 'account_check_writing/report/check_print_top.sxw'
44Binary files account_check_writing/report/check_print_top.sxw 2012-11-01 07:32:01 +0000 and account_check_writing/report/check_print_top.sxw 2013-11-06 03:27:28 +0000 differ

Subscribers

People subscribed via source and target branches

to all changes: