Hi,
I am now on Odoo CE V17 and I want to adapt in a sustainable way the Invoice PDF layout. For the sake of the details these are the changes that I want to make:
- I want to show the units with an integer precision (for this one I already found a solution in the precision for Units)
- I want to hide the Units name. So instead of "12.000 Units" it should be displayed only "12"
- I need the last column to show the values including tax, so the column "Amount" should display
line.price_total
instead ofline.price_subtotal
At this moment I have done these changes directly in the report_invoice_document
but Odoo is warning me:
Be aware that editing the architecture of a standard view is not advised, since the changes will be overwritten during future module updates.
We recommend applying modifications to standard views through inherited views or customization with Odoo Studio.
My "google-foo" is not helping with how this can be done. I would like to add that I do not want to make a separate module and if possible I would like to achieve this in using the Odoo interface (... if possible).
Next step is to modify the offer template as also there I need at least the Amount to show the price with tax included...
I would appreciate any tips that can bring me in the right direction.
Thank you all!
BR,
Vlad