how to make blank space in qweb report between two words?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
Hi Happy,
You should be able to use spaces between words. If it doesn't work you can use CDATA to convert spaces though. Use the following code:
<![CDATA[ ]]>
This will convert the usual to a space which is preserved by XML.
Yenthe
Hi Happy,
The space between words works well, if you have statement with more than one word.
For additional blank space before or after your statement or word you can use.
<![CDATA[ ]]>
Rgds,
Anil.
Dear Happy,
You can use below code for blank sapce in qweb.
 
Thanks & Regards
Ankit H Gandhi.
Works better if you put them inside a div:
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
4
Nov 24
|
5238 | ||
|
1
Mar 24
|
398 | ||
|
3
Sep 23
|
22660 | ||
|
0
Feb 24
|
1718 | ||
|
1
Oct 22
|
2791 |