Merge lp:~openerp-dev/openobject-addons/trunk-opw-577185-port-dhr into lp:openobject-addons

Proposed by Dharti Ratani(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-opw-577185-port-dhr
Merge into: lp:openobject-addons
Diff against target: 27 lines (+1/-1)
1 file modified
base_report_designer/plugin/openerp_report_designer/bin/script/ConvertBracesToField.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-opw-577185-port-dhr
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Dharti Ratani(OpenERP) Pending
Review via email: mp+140363@code.launchpad.net

This proposal supersedes a proposal from 2012-12-12.

Description of the change

Hello,

[FIX] improve the code in sxw files_Passed the code of printing symbol in formatLang() method

I have changed the code in sxw files for printing symbol and passed the code in formatLang() function, because while using the option "Conversion Braces---> Field" in OpenOffice the report removes the spaces between the amount and symbol.

Stpes:
1). Open "Invoices" report in OpenOffice
2). Click on "Conversion Braces---> Fields", and click on send to server
3). Now print the report you will see the spaces are remove from field "Price, Total, Tax an Net Total"

Code is forward port from 6.1

Thanks
Dharti

To post a comment you must log in.
Revision history for this message
Fabien (Open ERP) (fp-tinyerp) wrote : Posted in a previous version of this proposal

unable to merge due to conflicts in binary files.

Revision history for this message
Dharti Ratani(OpenERP) (dhr-openerp) wrote : Posted in a previous version of this proposal

Hello,

      Merged with latest trunk and resolved conflicts.

Thanks
Dharti

Revision history for this message
Dharti Ratani(OpenERP) (dhr-openerp) : Posted in a previous version of this proposal
review: Needs Resubmitting

Unmerged revisions

8288. By Dharti Ratani(OpenERP)

[MERGE]Merged with trunk

8287. By Dharti Ratani(OpenERP)

[MERGE]

8286. By Amit Dodiya

[FIX] (1) base report designer plugin removes the space from two attached string in report while using the option Conversion_Braces_to_fields (2) Improve the code in sxw files_Passed the code of printing symbol in formatLang() method

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_analytic_plans/report/crossovered_analytic.sxw'
2Binary files account_analytic_plans/report/crossovered_analytic.sxw 2011-01-14 00:11:01 +0000 and account_analytic_plans/report/crossovered_analytic.sxw 2012-12-18 06:45:55 +0000 differ
3=== removed file 'base_report_designer/plugin/openerp_report_designer.zip'
4Binary files base_report_designer/plugin/openerp_report_designer.zip 2012-11-21 09:56:09 +0000 and base_report_designer/plugin/openerp_report_designer.zip 1970-01-01 00:00:00 +0000 differ
5=== modified file 'base_report_designer/plugin/openerp_report_designer/bin/script/ConvertBracesToField.py'
6--- base_report_designer/plugin/openerp_report_designer/bin/script/ConvertBracesToField.py 2012-11-29 22:26:45 +0000
7+++ base_report_designer/plugin/openerp_report_designer/bin/script/ConvertBracesToField.py 2012-12-18 06:45:55 +0000
8@@ -270,7 +270,7 @@
9 if res[1]<>"Expression":
10 oInputList.Items=(u""+found.String,u""+found.String)
11 else:
12- oInputList.Items=(u"?",u""+found.String)
13+ oInputList.Items=(u"?",u" "+found.String)
14 aReportSyntex.append([oInputList,res[1]])
15 text.insertTextContent(found,oInputList,False)
16 found.String =""
17
18=== modified file 'hr_payroll/report/report_payslip_details.sxw'
19Binary files hr_payroll/report/report_payslip_details.sxw 2012-11-29 22:26:45 +0000 and hr_payroll/report/report_payslip_details.sxw 2012-12-18 06:45:55 +0000 differ
20=== modified file 'point_of_sale/report/all_closed_cashbox_of_the_day.sxw'
21Binary files point_of_sale/report/all_closed_cashbox_of_the_day.sxw 2012-11-29 22:26:45 +0000 and point_of_sale/report/all_closed_cashbox_of_the_day.sxw 2012-12-18 06:45:55 +0000 differ
22=== modified file 'point_of_sale/report/pos_details.sxw'
23Binary files point_of_sale/report/pos_details.sxw 2012-11-29 22:26:45 +0000 and point_of_sale/report/pos_details.sxw 2012-12-18 06:45:55 +0000 differ
24=== modified file 'purchase/report/order.sxw'
25Binary files purchase/report/order.sxw 2012-11-29 22:26:45 +0000 and purchase/report/order.sxw 2012-12-18 06:45:55 +0000 differ
26=== modified file 'sale/report/sale_order.sxw'
27Binary files sale/report/sale_order.sxw 2012-12-09 17:56:41 +0000 and sale/report/sale_order.sxw 2012-12-18 06:45:55 +0000 differ

Subscribers

People subscribed via source and target branches

to all changes: