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
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
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
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
0
jan. 25
|
1128 | ||
|
4
jul. 23
|
7359 | ||
|
0
jun. 23
|
1780 | ||
|
1
mar. 25
|
2425 | ||
Odoo15: replace invoice logo
Resolvido
|
|
1
mai. 22
|
3510 |
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