I work in an outsourcing company where we provide monthly manpower to our clients. We do not have a fixed quantity or unit price. Hence I want to manually add subtotal amounts in the invoices and don't want to display the quantity and unit price. How to do so ?
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ờ
Hi,
What you can do is that XPath those fields and you can make unnecessary fields invisible. Here you can make the field the Quantity invisible as it will be having default as 1, no issue to make it invisible.
Rather than making the unit price field invisible I will suggest you hide the field Subtotal and change the label of the unit price to Subtotal and proceed.
For making a field invisible have a look at this question and see how to do it: https://www.odoo.com/forum/help-1/question/make-invisible-a-field-in-existing-view-95191
Thanks
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 | |
---|---|---|---|---|
|
0
thg 1 25
|
1132 | ||
|
4
thg 7 23
|
7363 | ||
|
0
thg 6 23
|
1782 | ||
|
1
thg 3 25
|
2427 | ||
Odoo15: replace invoice logo
Đã xử lý
|
|
1
thg 5 22
|
3511 |
0
Avatar
Niyas Raphy
On 2/11/19, 4:46 PM
In the link we have shared you can see a sample of how a field is replaced using xpath, rather than waiting for getting an entire answer, Try to do it hint you have got from here. This will help you to improve limited programming knowledge as well