Cannot see leads and opportunities in sales module - openerp-7

I am using OpenERP 7. I have installed the sales management module. But I cannot see the leads and opportunities in the left sub menu.
I can only see customers, quotations and sales order. Am I wrong, and it can be found in another module?
I looked in the admin settings menu but I don't see a solution to make them visible. Do I have to get into the coding?

Login with Admin and follow below steps.
Settings => Modules => Installed Modules
Remove filter from the right side installed and write sale_crm
Install this module and refresh the browse and Now move to Sales Menu, you will see the Leads and Opportunities Menu under Sales.
Hope this will help you.

Related

Use JetBrains Toolbox to get Early Access versions

I am using the Jetbrains Toolbox tool to auto-install updates to IntelliJ IDE. This works well for regular releases.
But how do I use this tool to obtain an Early Access pre-release?
I see a hexagon-shape icon that displays a menu. But the menu items there say nothing about skipping ahead to a pre-release. The items there are only Settings, Roll back to…, and Uninstall. I checked the Settings display, but no options there to enroll in the Early Access program.
Redundant product listing
Scroll down to the item at the bottom that redundantly lists your licensed product, IntelliJ IDEA Ultimate.
Click the Install Again pop-up menu. Choose the pre-release version you want.
After download completes, you will see another product listing at the top of the app list.

How to delete Project from Google Developers Console

Seems like Google services are increasingly harder to manage.
Now i want to delete a project ID that was previously created in another test account.
Assuming that I could recreate it in another account. The main reason for this is that the Google+ app is connected/created in this test account and the email address will be shown when someone is confronted with the login credentials.
Google says that this is possible (https://developers.google.com/console/help/):
Deleting a project
Deleting a project from the Console releases all
resources used within the project itself. Please note that in order
to delete a project, you must first disable billing on the project.
Additionally, please note that the time it takes to delete a project
may vary based on the number or kind of services in use within the
project.
When I go to billing, it shows that no billing profile has been set up.
The delete button is right there where the help page says it is.
To shut down a project using the Cloud Platform Console:
Open the Settings page in the Google Cloud Platform Console.
Click Select a project.
Select a project you wish to delete, and click
Open.
Click Shut down.
Enter the Project ID and click Shut down.
Please note that there is a 7-day grace period before the project is actually purged from the system. Which means you won't be able to immediately create another project with the same name.
Simply go to https://console.developers.google.com/iam-admin/projects you must be signed in of course. There you will see the all your projects google console projects so just select the project you want to delete, and click delete project option which is shown at the top of the table. I have provided the screenshot
Go to Google Cloud Console, select the project then IAM and Admin and Settings
now SHUT DOWN
Then you have to wait for the project deletion.
Open https://console.cloud.google.com/cloud-resource-manager
Select the projects you want to remove
Click 'Remove'
As of this writing, it was necessary to:
Select 'Manage all projects' from the dropdown list at the top of the Console page
Click the delete button (trashcan icon) for the specific project on the project listing page
Click "Utilities and more" near the upper right corner of the screen after choosing your project
Choose "Project settings" from the drop down of the "Utilities and more" icon.
Now you may see trash icon and DELETE PROJECT button.
Go to the developers console and pick the application from the
dropdown
Select the utilities icon (see image below) and click
project settings
Click on the the Delete Project link
Enter the project ID and click Shutdown, project will be deleted in 7 days
I found when I accessed here https://console.cloud.google.com/home/dashboard
Then I got redirected to my active project, which was something like
https://console.cloud.google.com/home/dashboard?project={THE_ID_OF_YOUR_PROJECT}
Then right bellow the project info, there was this Manage Options (note: I'm using Portuguese language here "Gerenciar as configurações do projeto" means "Manage project settings")
Then, finally, the delete option ("Excluir Projeto" means Delete Project)
Yep, it was hard
You can try delete project via Google Cloud Platform
https://console.cloud.google.com/iam-admin/projects
Select required project and click DELETE PROJECT.
The project will be completely deleted after 7 days
For me only way to delete project was switch language to English (UK) - from Polish and then button "DELETE" worked.
If anyone have problem with not working or missing options in Google Cloud Platform I suggest switching to english after that everything works like charm...

Can't find the workflow source code of a list or library on SharePoint Designer

I'm new using SharePoint. I am having trouble with find the code or workflow structure of a list or a library. In the left menu i can see the "Workflows" button but all workflows are not there.
There is a workflow section In the "List and libraries" view showing the running workflows in these list, but when i click on one of them it just move me to its settings in the browser and no to the structure or code that is what i'm looking for.
Is there a way to find the code or structure of my running workflows?
PD: I am working in place of the previous developer who build the entire site, however, he didn't show me anything about.
Thanks.
If these are workflows created using SharePoint Designer then:
Open SharePoint Designer
Open the site
Click on Lists and Libraries
Click on the list name
There will be a heading titled "Workflows"
Click on the workflow you are wanting to look at
Click "Edit Workflow" to view it
Go From there
If you are wanting to see the status of a workflow in regards to the item:
Go to the list
I recommend creating a personal view (so only you see it)
You can select the fields you are interested in and each workflow should have a column in the list associated with it. Include the column in your view
Go to your new view and you can click on the link to view the current status of the workflow
Go to All Files > Workflows Folder. Then select the workflow you want to work with. Right Click on the "xoml" file then select "Open With" > "SharePoint Designer (open as workflow)"
Once it's opened, published it again. Then it will show up again in the Workflow tab.
The workflow was a visual studio sequential workflow deployed in the site as a feature. It was not a SharePoint Designer one. Thanks

New menu item not showing up

I'm using OpenERP 7.0, and I've extended products with a products_available_at table, and I've added a menu option Locations under Sales - Configuration - Products. The menu item shows up just fine if I'm logged in as admin, but is missing for anybody else.
Any ideas how to make the menu item show up for everyone?
It will be a security issue. Please check whether you have provided security for the new model and also for the menu.
Settings -> Technical -> Security -> [Record Rules | Access Controls List]

Sugar CRM - How to add Custom Module to Navigation Bar shortcut?

I created a new custom module Customer.
It is currently shown as a shortcut in ALL sections on the main page.
I want users to be able to select Customer when they mouse over the Sales shortcut (to show Customer next to Accounts, Contacts, Opportunities).
How do I add it?
Thank you
You can add modules to different menu groups from the page Administration > Configure Module Menu Filters. It will be in the section Developer Tools on the Administration page.