How to install a downloaded backend theme in Odoo 11 - odoo

I am new to Odoo.I have downloaded a backend theme (https://apps.odoo.com/apps/themes/11.0/itm_material/).Can anyone tell how to install it.

I don't know what backend theme you've downloaded but usually, you have to paste the theme folder into your addons folder then go to ODOO settings, activate developer mode, go to apps and click on update apps list and then search for your theme and then install it.

Themes are like any module, you just have to install it.
Then, "Go To: Settings > Users & Companies > Companies > Apps Theme Dashboard". This is from the module documentation that you linked.

Related

trying to setup virtocommerce storefront core with electronics demo and i get this error

i get this error page when deploying storefront core
Virto Commerce storefront has been successfully deployed
Looks like you're missing a theme :(
We looked for 'index.liquid' view in the following locations
Themes\Electronics\default\templates
Themes\Electronics\default\snippets
Themes\Electronics\default\layout
Themes\Electronics\default\assets
It simple to fix: follow our instructions to download and correctly configure theme for your storefront.
i tried inserting index.liquid file in those folders through KUDU powershell but nothing has happened. one more thing, freshly installed platform 2.13.26 doesn't load any of each images and layout we're not properly configured or pointed.
module layout not properly formatted
Any help is appreciated!
It sounds like your theme isn't linked up correctly. Refer to this document for information on linking the theme (which you can download here).
Essentially, once you build your theme solution, you need to copy the solution contents to "\App_Data\cms-content\Themes[store]\default" on your platform.
If you're doing this locally rather than on a web server, you can also just use mklink to link the store, platform, and themes together.
mklink /d "[storefront_path]\VirtoCommerce.Storefront\wwwroot\cms-content" "[platform_path]\App_Data\cms-content"
mklink /d "[platform_path]\App_Data\cms-content\Themes\[store_name]\default" "[theme_path]"

is it possible to install a module from a theme to a different theme in prestashop?

I have 2 themes in prestashop and I would like to install the module from theme1 to theme2? is it possible? i would just want a pointing start..I installed the module but it doesn't appear in the front of my website.
Your module might be hooked to a column or a container not displayed on your theme.
You should check the module code and find where it is hooked and checked that this hook exist in your theme. (for example left and right columns).

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.

openerp 7 how to install my own module?

I have openerp 7 on an Ubuntu server.
I tried to install this module, adding it in the "addons" directory, but i can't find it in the module list of my web openerp application. (i know how to use the filters)
I don't want to add my modules on launchpad.
I have another question.
How to add my own modules with the openerp "official" hosting ? I have a free trial version. I tried to add my module on launchpad and i can see it on the official openerp module list (www.openerp.com/apps), but it has the community tag and i can't add any module with this tag. they don't appear on the module list of my application. How to allow them ?
Check out the following video and don't forget to enable Technical Features from: Settings > Users > Administrator > (edit) > Access Rights (tab).
http://www.youtube.com/watch?v=RrXrxuAKFRY