How to create the Window Setup for Odoo 8.0? - odoo

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 !

Related

DNN 9 Persona Bar not visible after login

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

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

How to make expandable list for Windows10 Universal App?

I am newbie to windows universal app development and I need an expadable list. In the past I did it with WPToolkit for Windows Phone 8 but I read that it is not available for UWP. I see ExpanderRT project and tried to use it but I couldn't be successfull. I add Shared project of ExpanderRT as an existing project to my solution and use as in the screenshot. Now I'm taking the namespace error.
I have a time limit. I need fast and easy working soluton for expandable list. Thank you all for your help.
[UPDATE]
I tried https://github.com/brendankowitz/ZeroProximity.Accordion as #Osman said. But I'm not sure if it is the right decision. Because I see the expandable list and it works but project build throw error as in the screenshot below. I install it via nuget. It wasn't installed in the first place. I run as a administrator and changed project.json 's Copy to Output Directory value to Copy always. Then it was installed.
So my questions; Is this error important? Will it create problems when I want to put the app on store? I don't know how to act to this error, please help!
https://github.com/brendankowitz/ZeroProximity.Accordion
You can use the library given in the link above. I used it on our UWP project.It works great.
Hope this helps,
Osman

Installing Access database engine using WIX

My requirement is I want to install Access database engine as part of my bootstrap. But for installing AccessDatabaseEngine I can't rely on util:RegistrySearch because that is not consisent.
So how I want is I will try to open one .mdb file in my custom action when that fails I want to run the AccessDatabaseEngine setup. Can someone help me in how should I do this.
If there is any URL which is explaining the same requirement it would be a great help for me.
Thanks & Regards,
N.Murali Krishna.

How to install new module in opnERP7?

I've downloaded a module at https://launchpad.net/openerp-prestashop-sync (which is used to synch the data between prestashop and openERP) and tried to install in openERP7. But it is not working properly.
Also, I would like to give you more details on my requirement:
My Requirement is – we need a addon to sync the data between openERP and prestashop hence i google and found a URL at https://launchpad.net/openerp-prestashop-sync and also downloaded a “techreceptives-openerp_prestashop_sync-670b2669c27b.zip” file.
After that, downloaded openerp i.e. openerp-allinone-setup-6.0-latest.exe and installed the same in my windows machine.
To add new module/addon into openERP, i’ve created new folder as “openerp_prestashop_sync” under “Server\server\openerp\addons” and then extracted the source files from zip i.e. techreceptives-openerp_prestashop_sync-670b2669c27b.zip. After this setup, i’ve restarted the service of openERP. But it is showing error message as "No handler found".
My question is:
1. How to install new module/addon into openERP to function without issues?
2. Is there any steps to follow while setup new module? If so, kindly provide the same. It would be more helpful to me.
3. In openERP – Is there specific web service for 1). product import and export 2. sales orders.
Can anyone please help me to sync the data between both systems (openERP vs prestashop) ?
Thanks in advance
Current Developments are on : Bitbucket: openerp-prestashop-connector
Also it is for openerp6.1 .