跳至内容
菜单
此问题已终结
5 回复
12737 查看

How to make space in qweb report


形象
丢弃
最佳答案

Sari, Try       

Example

Foo Foo

Result will be

 Foo  Foo


形象
丢弃
最佳答案

+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

形象
丢弃
最佳答案

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

形象
丢弃
最佳答案

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.




形象
丢弃
最佳答案

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

形象
丢弃