odoo 8 Forms missing attachments combo box - odoo

I have installed odoo8 on Debian Jessie using the following Tutorial. It works fine except one thing:
The attachment combo box is not visible on the pages where it should
be (quotes, invoices, etc.). I only have the "Print" and "Other
Options" Combos.
I did not find any information in the docs, anyOne had this issue already ?
Thanks,

Install the "Knowledge" module and add rights to it :).

Related

Module Selection tab is missing in Prestashop 1.7.4

I've just installed two instances of Prestashop on my local server from the same downloaded zip. However on one install, the module "selection" tab is missing, preventing me from installing modules placed into the module folder.
I've tried clearing the cache folder to no avail.
Would appreciate any insight into the matter.
Kind Regards
Musaffar
That's a bug!
Waiting for the team to fix it.
But here is a work around:
Access the installed modules tab.
Above in the url, change manage with catalog as follow:
And finally, if you want to search a module you are building, or any other module, directly search it using the search bar (the category menu, can suffer problems, it doesn't show well, you can use the developer inspector, and change the css (set the z-index to a big number, something like 5000)), so it can be shown if you want! but it's faster to directly search for what you want.
And here you can see your module, you are building. If that's what you're searching, you can install it too.

how to a place a module menu under another module menu in 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.

How to create the Window Setup for Odoo 8.0?

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 !

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 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 .