how to a place a module menu under another module menu in odoo - odoo

i just installed odoo 10 on ubuntu 16.04 LTS and everything is working fine but i want to combine all the HR apps i have installed into a single menu that i will name human resource so when i click on the menu human resource i will see all the hr apps as submenus under it on odoo, i have tried going through the settings menu in developer mode to see if i can do the configuration from there but im not seeing anything that could help me, so please i would be very happy if someone could help me with this in a step by step process thank you.

You can manage menu items from Settings/ technical/ User interface/ Menu Items.
Here you can create a new menu named Human resources and set this as parent menu for all other menu items you need under HR.
Just remember upgrade any module after that all menu items defined in the upgraded module will be changed to its default.

Related

Netbeans project property disable

I am unable to do set my project property. when i do right click of my netbeans project then i can see project property in last option but unable to click property. i am using netbeans 8.0 and centos 7 os. In my laptop its working fine but desktop its not working. i did reset netbeans and reinstall again, I did same configrutaion but proble is same...
right-click my projects -> properties //this thing disable
anyone know why netbeans project property is disable my desktop only?
I hope here i will get answer.
Thanks in advance!!
#Trat, When you do right click on your netbeans project then property option show in last. so property option is showing over the task bar thats why you are unable to click on property. and you are thinking it is disable.
You need to set your screen resolution if you will use high resolution according your desktop screen then property option will not come over the task bar and you can click that option. I hope this solution will work for you :)

Build a (custom) module in Odoo OpenERP

I have downloaded the source code of Odoo (previously OpenERP) and installed OpenERP. I wanted to know how can I create new module, build it and install it (on Windows) when I don't have the Update Module List.
Take a look at this doc. This is in new api version 8.0
Odoo documentation
To build an Odoo module please Have a look here Which is the Basic Odoo Documentation to builds a new addon. To update Apps list after building the addon after restarting the server you have to follow below methods according to the versions so that you can customize it.
Odoo V8
Go to settings -> Users -> Check the Technical Features.
Update Apps list and Install custom add-on.
Odoo V9
click on About, will open wizard
Use active developer mode and then Update Apps list and Install custom add-on.
Odoo V10
Goto Settings -> Activate developer mode and then Update Apps list and Install custom add-on.
After Updating the module list you can see the custom add-on.
First of all place your module into addon folder of your odoo installation
Log in as Administrator
got to settings - users - Administrator
click on Edit
Check Technical properties
Save and refresh your browser
Go to Settings - Modules - Refresh module list
Click on Refresh
If everything went well you will see your own module within the list
Ensure you have technical features enabled for your user in the access rights section.
Once you have enabled it, logout and login again and you should see Update Module List menu item
As a matter of first importance put your module into addon envelope of your odoo establishment
When you have empowered it, logout and login again and you ought to see Update Module List menu thing. An other way to odoo erp customization
Sign in as Administrator
got to settings - clients - Administrator
tap on Edit
Check Technical properties
Spare and invigorate your program
Go to Settings - Modules - Refresh module list

Cant View Module From Open Cart Admin

Hi Everyone hope all well. I am having a weird issue in Opencart. I have installed three different modules onto my opencart ( seo pro, total import pro and Image manager plus). I have installed them correctly and have added user permissions. The weird thing is that they dont show up in the Admin navigation.
Normally Seo Pro Comes under the catalog menu. The Total Import Pro comes under the systems menu and the Image Manager Plus comes under the Extensions menu. For some weird reason none of them appear. This is the same if i add any extensions. I have done this many times on other sites and never had a problem but for the life of me can not work out why they wont appear.
They are installed because when i call upon them from the url i can view them and use them but they just dont display on the navigation bar
http://www.top4pets.co.uk/admin/index.php?route=tool/total_import&token=#####################
Has anyone ever had this problem or know what it could be?
Total Import Pro adds the menu option with the help of vQmod. You can download and install vqmod by the instructions written here: Installing vQmod on OpenCart
If the extensions have a folder named vqmod or files with .xml extension, then are likely to require vqmod to run properly.

How to install Modules in Orchard CMS

I'm trying to use the FeaturedItemSlider Module in Orchard CMS, which has already been installed and enabled. How do I use this module after all this is done? I don't see it on the left hand navigation pane in the admin dashboard and, to be honest, I don't actually see any of my installed modules there. How do I use modules once they are installed?
If you see no menu items for modules that you know should have items (and you should see one for that module called "Featured Items") then I would start by checking the log. There are a few scenarios that I have seen in the past where the module crashes out during enabling, but the module still says that it activated successfully.
Did you enable via command line or the Admin interface. If admin interface, did you get the screen after pressing enable offering to activate the feature?
I would start by checking the log for when you activate the module. It may provide you access to an error message that the orchard UI is hiding.

populate Windows 8 "All apps" list

I have an MSI package that creates some shortcuts, playing around with Windows 8 I noticed that on the Start screen it shows only the shortcuts from the top level folder of my application which I create in C:\ProgramData\Microsoft\Windows\Start Menu\Programs\. When I hit "All apps" Windows displays and the shortcuts from the sub-folders for other apps (for example VS 2012), but not for mine. Does anyone knows why? What else do I need to do so I can have Windows display shortcuts found in my sub-folder when the user selects "All apps"?
Here is a partial answer. It appears that there is a problem with the app indexer. So far I haven't found a way to simply force the search to find my apps without a bit of unneeded effort. To force search to find your app you can simply pin it to the start menu and then unpin it from the start menu this adds it to your local preferences.
Another indication of what is happening is that, even if a shortcut is deleted, it still shows in the All Apps menu until you do a disk cleanup and delete thumbnails.
I found another oddity. I have Tortoise Svn installed and anything I put in the start menu folder for that application shows up, but in my Open Office start menu folder the link has to be prepended with "OpenOffice.org " to show up.
I install my shortcut links here:
C:\Users\Randall\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
This works just fine for me. My shortcuts all show up in the Win8 all apps list.
I'm installing in the user's profile so my app can run as a non-admin.