Odoo paper format delete - odoo

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?

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 :)

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.

Related

Cognos Data Manager to Cognos Datastage Migration

I'm looking at a migration project to migrate a client from Datamanager to Datastage. I can see that IBM have helpfully added in the Migration Assistant tool, but less helpfully, I cannot find any details on how to actually use it.
I did use it some years ago, and I'm aware that you need to do it in a command line interface and it works by taking an extract file and creating a Datastage job out of it, which is then reinstalled. However I haven't got my notes any more from that process.
If there is a user guide out there for this tool, I'd love to see it.
Cheers
JK
Your starting point would be the IBM support page and then see "How to download the tool" and ensure you have the required version (10.2.1 + Fix Pack 13 + Interim Fix) installed. The user guide PDF is part of the install in the sub-folder "datamanager/migration".

Odoo 10 Project Task Description is not being saved

We have a openerp 5.0.3 which we are still using till now, and we are looking into migrating to newer one so I currently studying it.
I have tried Odoo 10 Online and On-premise under VM. but with the same report, basic module PROJECTS-TASK Description Field is not being save no matter how try it.
What seems to be the problem, is it on my side or is this a bug?
That bug is confirmed and looked into. Look at the issue on github for further information.
Last night I found a link to a fix for 9.0 like post of #CZoellner: github/odoo/issue and down below of the post there is a patch for 10.0 branch created by 7hunderbug which works for me.
patch -p0 < <(curl 'https://gist.githubusercontent.com/7hunderbug/0d100ce4e703dcbe9527dd2c468b0e64/raw/b46a8d9104e875c7e408a76b8a52d95f43f40c8c/Patch%2520for%2520Odoo%252010.0-20161121%2520%28Community%2520Edition%29%2520to%2520revert%2520commit%2520897290dd3f%2520-%2520fixes%2520disappearing%2520task%2520descriptions')
Which in his description can be applied from the odoo root directory
I hope this could help others with the same problem

Errors when installing fbctf

I'm trying to install Facebook Capture the flag. I get the errors show in screenshot.
The Server is the recommended Ubuntu 14.4. Server 64bit.
Does anyone know how to fix them? Thanks!
It seems like some kind of locale issue. Maybe you can check here:
"Do you have your locale settings configured correctly? The vendor folder won't get created properly if you don't. I recommend following the instructions on this thread: https://askubuntu.com/questions/162391/how-do-i-fix-my-locale-issue"
The install instructions have been updated and is working as expected now.

Pentaho Demo Graphs or Charts

Recently had a project in JBoss but want to move to Pentaho (JBoss kept crashing). JBoss was good because it showed you sample data and various types of results when you installed it. When I installed Pentaho, it is like a clean slate and I do not see a demo feature that I can install and see how data is displayed.
Is there a link that anyone can point me to in order to look at sample data being generated into charts or graphs in Pentaho? I already have the common plugins installed - CDE, CDA, CDF, and CGG.
Any help would be greatly appreciated.
There are samples in the /public/Steel Wheels folder.
If you install the CE version, you'll also get a lot of samples in /public/Plugin Samples.
Log in to PUC as admin and go to the explore files perspective. You should see them there.
Below is a very simple CDE tutorial I wrote. It uses screen shots from version 5.x but you could also use it for version 6.0 (they are similar). Nothing fancy though: http://holowczak.com/getting-started-with-pentaho-community-edition-dashboard-editor-cde/

How to create the Window Setup for Odoo 8.0?

I have created so many custom module in ODOO 8.0 adones and I want to create the ODOO Setup file for that for Window installation then Which kind of steps I want to follow or does it need to require for separate software that make my Window setup file.
This document may helpful for you for create window .exe file for OpenERP V6
please refere the below link :
https://doc.odoo.com/6.0/developer/8_24_build/
You may try this V8 to see if it can solve your problem.
I've tried it on Windows 7, worked out of the box.
please try below link
http://sourceforge.net/projects/greenopenerp/files/
Hi there if somebody wants to simplify this, I made a small batch file to execute all of this procedure in a faster way..Just follow steps.Be sure to have odoo v8 installed on windows,not sure if it works with any other odoo version. Please download from this link:
https://www.dropbox.com/s/3p4071rlsa071is/CreateOdooModule.bat?dl=0
Also I did this in Windows 7 64 bits, maybe in other version it doesnt detect odoo path automatically.If not,just add it manually when program asks.
Hope it works for everybody !