Odoo paper size

I am running Odoo 8.0 on Unbuntu 14.04 LTS. Everything works very well, but I don't see any way to delete the paper size after creating it. There is no option to remove from the Advanced button. Am I missing something?

How to remove paper size ???

+3


source to share


2 answers


Hear that paper formatting formats are available if and only if you have successfully installed the report module in our system.

first you need to install the report module in Odoo 8.0

then after you follow these steps to delete a document in our system

enter image description here



enter image description here

enter image description here

Hope this is helpful for you :)

+8


source


You can also remove paper size from xml:

<delete id="your_xml_id" model="report.paperformat"/>

      



It will remove the paper size as in the above answer it will regenerate by restarting the server.

+2


source







All Articles