Hello. I want to change the size (height) of all fields in a module product_product (search, and table Product Variants ).How can I do it? I think I should add a css file, but I need some kind of example. Pls help me.
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
1
Reply
2540
Views
Hi!
You can do it through CSS Style, like the below code:
.o_field_widget, .o_field_widget input.o_input {
height: 50px !important;
}
Best regards!
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
Nov 22
|
1609 | ||
|
3
Dec 23
|
62084 | ||
|
2
Apr 21
|
11782 | ||
|
1
Jan 20
|
2809 | ||
|
0
Oct 19
|
2130 |