Image Preview
i want to adjust div how i can ?
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
Odoo views and reports are built on top of the bootstrap framework and use its grid system. Please learn about the bootstrap grid system and then use the appropriate classes by inheriting the corresponding QWeb view.
Idea (without knowing your xml-Code to identify and manipulate the proper div element):
<xpath expr="//address[@t-field='o.partner_id']/.." position="attributes">
<attribute name="class">col-xs-5 col-xs-offset-7</attribute>
</xpath>
This should give you the direction.
For a proper answer you have to provide the QWeb code for the div you want to manipulate.
Please post the qweb xml code for clear and accurate answer
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 | |
---|---|---|---|---|
|
1
Aug 23
|
615 | ||
|
3
Jun 20
|
4398 | ||
|
1
Jan 20
|
4909 | ||
|
5
Sep 19
|
3972 | ||
|
0
Oct 24
|
165 |