where can i find openerp_report_designer plugin? - odoo

I found a plugin folder inside base_report_designer but when I added that to apache open office it doesn't show any signs of working. Please can anyone guide me on this I also tried looking at resources or steps mentioned on over various websites but I failed to do so.

Just You can download the base_report_designer module from the this link
Click To Download
You should add that module in your OpenERP 7.0 addons directory and install in your system.this module is working fine from my side.
Reference link for installation Guideline :
YouTube :
https://www.youtube.com/watch?v=WOk6spaWzMg
Other Web References :
http://www.serpentcs.com/wp-content/uploads/2014/08/OpenERP-Report-Designer.pdf
I hope my answer may helpful for you :)

Related

Create DevExpress Dashboard in a project with asp.net core

Hello Everyone I am new in StackOverflow so I may can't describe my problem well But I try my best and I am conting on you to help me with this ;
I have problem in myproject asp.net core wanna build dashboard with devexpress I already followed a tuto by devexpress but it seem something doesnt match when I try to install a package with NuGet I can't find it I have already try to add the package source so it help me find it but still nothing , I really need to do somthing about it immediately .
Here is some link to know more about this issue
The package :DevExpress.AspNetCore.Dashboard
-the tips that I thought it could help me : https://docs.devexpress.com/Dashboard/119284/getting-started/build-end-user-dashboard-designer-applications/create-an-aspnet-core-designer?v=18.1
-the tuto I followed : https://docs.devexpress.com/Dashboard/119284/get-started/build-web-dashboard-applications/create-an-aspnet-core-dashboard-application
I use asp.net core version 2.0
DevExpress 17.2
Source: C:\Program Files (x86)\DevExpress
18.1\Components\System\Components\packages
In the tutorial you refer to, the Source path added by it downloads the corresponding packages to a local folder, but because you did not download it, you cannot find the corresponding package using the path in the reference document.
Please refer to this article, log in to the account on the DevExpress official website, and click the Obtain Feed URL, an url including your authorization key and api will be generated.
Then when adding the package source, change the Source path to the url and continue to follow the tutorial.

Vs Code for React-Native : is it possible to manually link libraries?

I have a problem with a library installed with npm command.
After hours of testing on searching a solution on the web, it seems that automatic Link failed. That is the reason why the classes I try to use do not work.
I work with Vs Code under a Windows system, and the only solution I found is for Mac: https://facebook.github.io/react-native/docs/linking-libraries-ios.html#manual-linking
I found the XCODE file and the Libraries folder, but I can't find the windows shown after these steps.
So do you know if there is an equivalent tutorial for Windows and Vs Code ?
Thank you by advance !

Prestashop Adyen module

I 'm trying to install the Adyen module, I got the module in this github: https://github.com/PrestaShop/adyen
And I uploaded into my FTP, but when I see on my PrestaShop panel this module does not show there.
How can I solve this problem?
I could be wrong on guessing the exact problem without looking at the back office of your site myself. But can go to
Backoffice->Modules->modules
I hope this is the case and it helps

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 .

Appcelerator Titanium Module - Verification issue, unlicensed module(s)

I had found a module in the appcelerator marketplace to allow for the rotate gesture called gesture recogniser but unfortunately it's now been removed when i went to purchase but it looks like the developer has also released the module as a 'skeleton' version on github here:
https://github.com/atsusy/Gesture-Recognizer
Now i followed the instructions on the readme file and built the project which created the module for me, when putting this into an app though i get the following error message and red screen:
Verification issue
Unlicensed module(s) detected.
You must be a subscriber to use one or more of the modules included with this project
Is there something i have missed to get this and how to i go about resolving the issue? Sorry i have no clue when it comes to github and modules so apologies if i am trying to use this in my app when i shouldn't but if anyone can help explain how and if i am allowed to get this working?
p.s the original link for the marketplace link that is now not found is: https://marketplace.appcelerator.com/http-status/?1894758329
You need to follow steps as follows:
Open Terminal and run “uuidgen”
Copy the code you see on the terminal
Open tiapp.xml, replace what’s in the “guid” tag with the the code you copied.
In Titanium Studio, do Project –> Clean
Run
Concept is to change GUID of module which is mentioned in manifest.
If you have the source code, just go the the manifest file, change the guid in the manifest to a new one, and build the module again. Probably better to increase the version and include it in your project again. Clean and build and it will work.
I guess the Titanium studio checks if you have licence for the modules you use. In case a module is on the marketplace with the same guid and you have no licence for that, it triggers it as unlicensed module.