Odoo Remove Sale Order Report's header and footer [closed] - odoo

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I want to print a report similar to sale.order report (customized of course) but without printing the header and footer it must be blank.
Thank you

Djamel-eddine Bouzegzeg
Yes, you can do it with a simple configuration.
Set Layout with basic_layout on General Setting-> Document Layout.

Related

java.lang.ExceptionInInitializerError when I run a feature file [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 9 days ago.
Improve this question
This is my feature file
`Feature: Greet Sai
Scenario: Say hi to Sai
* print 'hi Sai'`
I am running this as a cucumber feature
[enter image description here](https://i.stack.imgur.com/3308s.png)
Can any one please help me in explaining the cause of the error and the fix

Get input value in Scrapy [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
I have a rating with star in my web page that work with input ([see this page][1])
Now, I want to crawl value of input with Scrapy crawler, please help me.
This one should give you right direction:
response.xpath('//input[contains(#class,'rating')]/#value')

How to Use LoginGdi+ theme [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
Guys would you please tell me how to use this theme in my project ?
I like this theme & I want to know how to use it
the theme link http://xertzproductions.weebly.com/login-gdi-theme.html
I tried but I failed !
thanks in advance
Copy the code from the pastebin and paste it inside of the main forms code. Run the application and look inside of the toolbox.

Collect Entities in autoCAD drawing and change the colors [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
The code i tried line collection under entity collectionI want to change the colors / layers of different linetypes (continuous / dashed/ center) in autocad drawing using VBA. I tried to collect all the entities and filter them! but no success!
Gotcha! Instead of collecting linetypes i had to use Iacadline2 and then filter based on names.
Code works fine now.

Pretty URLs for JSFiddles [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
Is there a way to get your fiddles to have a URL with the name you choose in the fiddle options. For example, I think I should be able to have this fiddle use "Utility" in the URL rather than cose65dh.
Is it possible?
Dummy code to include fiddle:
code
No, the settings page does not have any settings to change the URL that is generated.