Martin Coster
Martin Coster

Reputation: 31

Odoo paper format delete

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

Answers (2)

Jeenit khatri
Jeenit khatri

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

DASADIYA CHAITANYA
DASADIYA CHAITANYA

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

enter image description here

enter image description here

enter image description here

I hope this should helpful for you :)

Upvotes: 7

Related Questions