[FIX] purchase: newlines in XML attributes should be newlines not carriage returns (breaks PO files)

bzr revid: odo@openerp.com-20101115184612-ox7osa714kv39o6b
This commit is contained in:
Olivier Dony 2010-11-15 19:46:12 +01:00
parent 1daa82c136
commit 211b349a07
1 changed files with 7 additions and 7 deletions

View File

@ -10,13 +10,13 @@
<separator string="Are you sure you want to merge these orders ?" colspan="4"/>
<newline/>
<label string="
Please note that: &#13; &#13;
Orders will only be merged if: &#13;
* Purchase Orders are in draft &#13;
* Purchase Orders belong to the same supplier &#13;
* Purchase Orders are have same stock location, same pricelist &#13; &#13;
Lines will only be merged if: &#13;
* Order lines are exactly the same except for the product,quantity and unit &#13;
Please note that: &#10; &#10;
Orders will only be merged if: &#10;
* Purchase Orders are in draft &#10;
* Purchase Orders belong to the same supplier &#10;
* Purchase Orders are have same stock location, same pricelist &#10; &#10;
Lines will only be merged if: &#10;
* Order lines are exactly the same except for the product,quantity and unit &#10;
" colspan="4"/>
<newline/>
<separator string="" colspan="4" />