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
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
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
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 | |
---|---|---|---|---|
|
4
Jul 23
|
5300 | ||
|
0
Jun 23
|
891 | ||
|
1
Jun 23
|
1227 | ||
Odoo15: replace invoice logo
Solved
|
|
1
May 22
|
2325 | |
|
3
Jan 20
|
6974 |
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