Hello all,
Im searching for a solution to display both tax excluded and tax included sale price in my products inventory views (form and list), but im limited by my development skills to some tricks with inheritted code, but im not good enought to create a complete module for now.
My problem come from the fact that i often need to give a total price to my customers as an oral quotation, like when someone just want a rapid information, not a full paper quote... but there is 4 tax percentages in my country, 3, 6, 11 and 22%, and my products form only display sale price and tax, but not the sum of both, so i always need to open an order and add the line to have my total price...
So what i would achive is an inherited code in my products view with two fields :
1 that calculate and display the tax amout
a second that display the sum of tax amount and sale price
But i only suceed to create simple field like a basic many to one, im stuck with thing like computed fields? I guess i need this one?
Thanks by advance
PS : Im running odoo community 14 on a ubuntu distribution