Is there a technical configuration option to make a form, i.e. order line entry, wider? There is a lot of scree estate wasted and the line items are getting really short for longer product names.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
There is variable $sheet-max-width in the base.sass of /web. BUt Dont know how to recompile the CSS from the sass
You can find how to convert SASS to CSS : www.vionblog.com/modify-openerp-7-web-client-style/
One Simple Way is To add a Div to your whole Form view. For Eg:
let this be a form view..
<form string="Export Data" version="7.0" >
*** form Contents***
</form>
you could add a Div as shown below
<form string="Export Data" version="7.0" >
<div style="width: 300px;">
*** form Contents***
</div>
</form>
After this restart the server and view your form view. U will see the difference. Then change the value from 300px to some 1500px and restart the server and view the form again. And See the differnce
NB: After making changes in the xml you also need to upgrade the module.
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
1
thg 3 15
|
4369 | ||
Open a form in Edit mode
Đã xử lý
|
|
1
thg 5 22
|
26285 | |
Form Sheet width
Đã xử lý
|
|
8
thg 5 16
|
34062 | |
|
1
thg 3 15
|
17959 | ||
|
1
thg 3 15
|
9579 |