Reputation: 31
I'm running Odoo 8.0 on Ubuntu 14.04 LTS. All is working very well, but I can't see any way to delete a Paper Format once created. There's no option to delete from the "More" button. Am I missing something here?
How do I delete a Paper Format?
Upvotes: 3
Views: 374
Reputation: 318
You can also delete the paper format from the xml by :
<delete id="your_xml_id" model="report.paperformat"/>
It will delete the paper format, as in above answer it will regenerate will server restarts.
Upvotes: 2
Reputation: 2892
Hear the paper formate configuration is available if and only if you have successfully install the report module in our system.
first need to install the report module in Odoo 8.0
then after you should follow the below steps to do the delete the paper formate in our system
I hope this should helpful for you :)
Upvotes: 7