Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
5 Odpowiedzi
12742 Widoki

How to make space in qweb report


Awatar
Odrzuć
Najlepsza odpowiedź

Sari, Try       

Example

Foo Foo

Result will be

 Foo  Foo


Awatar
Odrzuć
Najlepsza odpowiedź

+1 shameem,

Yuo can also use bootstrap classes, please refer http://www.w3schools.com/bootstrap/bootstrap_templates.asp
or use &tab; for tab space,   ..
You can also use the style tag

Awatar
Odrzuć
Najlepsza odpowiedź

For white space in qweb report in odoo you can just use the   &nbsp or style like margin left and right.

Awatar
Odrzuć
Najlepsza odpowiedź

To create a specific spacing using the HTML entity code for non-breaking space ( ) in a QWeb report, you can use it within your template. Here's an example of how you can achieve this:

This is some content.


 


This is another content.




Awatar
Odrzuć
Najlepsza odpowiedź

odoo support bootraps 4, use class ="ml-2 mr-2 mt-2 mb-2"

Awatar
Odrzuć