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
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
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
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
0
janv. 25
|
1138 | ||
|
4
juil. 23
|
7370 | ||
|
0
juin 23
|
1786 | ||
|
1
mars 25
|
2448 | ||
Odoo15: replace invoice logo
Résolu
|
|
1
mai 22
|
3538 |
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