How do I install crm module in odoo9 - odoo-9

I am unable to install the crm module in odoo9. when trying to install crm module in odoo9 then getting below error. please give the reference..
You try to install module 'crm' that depends on module 'resource'.
But the latter module is not available in your system.

you don't have files of this module:
go to apps menu and remove the default filter apps in search view and search for resource module if you don't have it you need to upload it.
Check in your installation folder in the /addons directory if this file exists.
if is not you must download it. if the folder exists then you need
to update the list of application active the developer mode and you
will have new menus under the menu apps try to update the list then
search for this module by name and install it
else you need to download the file and put it in your addons directory and update the apps list.
note if you don't know how to active developer mode and update the list youtube should have videos will gide you simply

I suggest you follow the following two-step
Step 1
First, you check the 'resource' in odoo App, I have included the
screenshot also for the more help. if found install it. it will solve
your problem. step-1-Search-in-odoo-app
If you didn't get the app in odoo app. Follow this second step 2.
Step 2
Download the 'resource' module from this link. Install it and upgrade.
https://apps.openerp.com/apps/modules/9.0/resource/

Related

How to add a step to electron builder installer in MacOS

I am trying to create a pkg file of my electron application using electron-installer-dmg and electron-packager.
Digging into the documentation of these two (and few other tools), I couldn't find a configuration or solution to add a step in the install process.
To be more clear, when I click on the pkg file, I would like to have a user agreement step.
For dmg, you can simply drop a license file in the build folder. Look here for more details.
For pkg, unfortunately, it is not developed yet. Here is the related issue.

SAP B1 Studio Addon installation and Registration

I have created SAP add-on Project in B1 Studio. I was trying to create the installation file for this. But I am facing many difficulties while doing it as I have not done this before and I am unable to find proper documentation for so.
I followed following steps to create one.
Created add-on using add-on installer.
In add on registration wizard I gave address of the newly created .exe file.
I created one more folder and pasted all these file in that along with my project's .exe file and interlop dll.
In sap I registered the add-on and tried to install it.
But it is giving me no executable file found error.
If you are using SAP 9.0 or above, you can create an extension package. Go to the SAP installation directory and find the ExtensionPackage.exe
Path can be something like this
C:\Program Files (x86)\SAP\SAP Business One SDK\Tools\ExtensionPackage
Run this application and enter all mandatory fileds in Basic
information
select the 32 bit version / 64 bit version of your application
select additional files if needed.
mark to register 32/64 bit dlls if needed
click package button to save it.
Now you can go to your SAP Business one and open Administration > Add-ons > Add-On administration
click the Manage Extensions for Lightweight Deployment [this should open the control center in a web browser]
login using your B1site user ID n pass which will take you to extension manager.
Use import to import the package you created
Use Comany Assignment to assign to the correct SAP comapany.
Login to the SAP company to install the extension.

Uninstall Magento extension Creativestyle_CheckoutByAmazon via Admin

I am trying to install the following extension via Magento Connect 2.0
Creativestyle_CheckoutByAmazon
My issue is that I need to uninstall this extension first as it already exists (seems to be partially broken so I want to reinstall it) - what is the best method for uninstalling extensions in Magento, is there a simple option for this in Magento Admin?
For some reason I have logged into my Magento Connect but cannot see any of my installed modules - see link below..
http://postimg.org/image/5n9vbyipf/
Whatever module you have installed, will be having its module file in app/etc/modules folder.
You can set false in <active>false</active> tags in the repective xml file. Also, you can extract the module's zip and replaced all the old ones with the new default files.

How to install Laravel 4 offline

I am a newbie when it comes to Laravel 4.
I would like to ask if there is a way to install Laravel 4 without internet?
If there is a way to do this, can you include a link or a tutorial on how to do this?
Thanks!
I would like to ask if there is a way to install Laravel 4 without internet?
Well you need The Internet to do the initial download of Laravel - but you can then move it to another computer that has no internet access:
Download the Laravel framework from here (either via git - or just 'download' the zip file) into your project folder.
Run composer install - which will grab all the associated vendor dependencies that Laravel needs to run.
Copy the entire 'project folder' (including the vendors directory) to another computer
You can read more about Laravel installation from the official documentation. Basically once you have it working - you can then just 'copy' it to whereever you need it.

Windows Service Setup Project

I’m trying to create a set-up project for a windows service. I’ve followed this tutorial and many others like it but, after installing my service, I still can’t see the service. I’ve added the primary output of the service to the application directory and created a custom action to include this output on Install, Commit, Rollback and Uninstall.
It claims that it installs correctly.
Should this work? Is there anything else that I can try to get this to install?
Did you create an installer for your service? It is separate from a Setup Project.
See: http://msdn.microsoft.com/en-us/library/system.serviceprocess.serviceinstaller.aspx
You can create an Installer by right-clicking on your service's Design window and selecting Add Installer.
In my case, adding the installer was a first step as described by dhirschl's answer. I then needed to add custom actions to the setup project.
Right click the setup project/view/custom actions
then add the primary output to every folder there.
Source

Resources