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
Related
I am using DNN 9. I recently upgraded DNN from version 9.1.1 to 9.3.2. When I Login, the left side of DNN disappears with only the logo od DNN. Other options like settings,edit etc are not seen. Any Idea as to what the issue might be?
If you search the forums at dnnsoftware.org, you'll probably find the solution. I'm afraid that I don't recall what it is.
I think, though, that upgrading to 9.4.4 will fix it, too. You'll want to do that in a test environment to make sure that your upgrade will work. There may be some third party modules that need to be upgraded before you upgrade to 9.4.4, so check with module vendors.
As an addition to Joe's answer: There were Problems with the Newtonsoft JSON versions. Maybe this thread is helpful: https://www.dnnsoftware.com/forums/threadid/543186/scope/posts/persona-bar-not-displaying-completely
"...so check with module vendors": There are known issues with DNNSharp modules. See https://dnncommunity.org/forums/aft/748 - but better check with all vendors of third party extensions, if you use any.
Read a few things, tried this and it worked. Delete all from the Bin directory, grab and copy all from another bin directory from a currently working site with the exact version. You may need to install a demo/test site and spin it up to get a good working copy, but this worked for me.
Restoring the bin folder was the solution for me
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/
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.
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 !
I'm newbie in OpenErp and i'm just using basic functionnalities of OpenErp6 and i want to upgrade to OpenErp7.
I'm using it under Ubuntu11..Is there a tool to upgrade it to The 7 version ?because i searched in google and i found that i must uninstall it manually and reinstall the latest version .
Thank you
If you want to keep your data, you have two ways of doing this:
get support from the OpenERP editor: they sell a migration solution, for a not very high price.
get in touch with and contribute to the openupgrade project which tries to build an opensource migration solution. The migration to 7.0 is not yet ready as of today, so you'll need either wait or contribute to get it good enough to migrate your instance.
On the other hand, if you have very little data as you mention in your comment, you can probably migrate by hand be creating a fresh OpenERP 7 instance, and manually recreating your entries in that instance. Obviously, this is not scalable.