How can I develop Odoo 9 Backend themes? - themes

I would like to customise the basic odoo community edition theme. And when I searched for themes in odoo market I am able to receive only website themes.
Odoo tutorials gave me details regarding developing themes for websites in odoo.
How can we develop themes for the backend of odoo?
Thanks in advance!

Goto this link :
https://www.odoo.com/apps/modules/9.0/united_backend_theme/
Download the theme
Refer the docs

Related

Where can I download odoo 11 addons for enterprise?

I am using Odoo.sh, Odoo 11.0+e (Enterprise Edition) and would like to download the addons. How can I do this?
thankou
If you are an Odoo enterprise partner you can ask your Odoo Account manager to share Odoo enterprise code your Github account.
Once it is linked you can download all enterprise source code from github.

Add Product button unavailable in Magento 2.0

As today Magento 2.0 was released, I installed it and was exploring its admin panel. I am unable to find Add Product button on Catalog page, can someone please guide me if I am on the wrong page?
That was the bug in old version of magento community 2.0.
Download and reinstall again and it will work for you.

Magento Theming Between Community & Enterprise

I have recently been developing a theme for Magento Community v.1.7, and have found out that my client needs to launch on Enterprise.
My current theme is built on top of the Base Community theme.
If I use this theme in a Enterprise install, will it work properly? Is the Base theme for Enterprise the same as in Community?
I know this question has been asked before, but I saw this article (http://www.magentocommerce.com/knowledge-base/entry/magentos-theme-hierarchy#3.2) that talks about the theme hierarchy being changed around. I'm hoping that this makes it so themes built on top of Base will transfer over easily.
Thank you for your help!
The best way to build a theme is creating it with your own package name and inside it a default theme. But as you say you have already built it on top of your Base theme, which though not a good practice, will work fine in Enterprise version.

Themes for Magento Community Edition?

Just a quick question, I'm a bit confused.
The only difference between Magento Community Edition and Magento Premium is support, correct?
Are there themes for specific Magento editions, or do all themes work for all editions?
See the official page of Magento that compares the features of all the different Magento versions.
Most likely themes will work for 90% on all editions, unless they use code that is different between Magento versions.

Issue with latest Silverlight Toolkit for Windows Phone 7

In my latest WP7 project I added using Nuget a reference to the Silverlight Toolkit for WP7.
In one of my pages I added a new namespace reference at the top as I've done on previous occasions:
xmlns:toolkit="clr-namespace:System.Windows.Controls;assembly=Microsoft.Phone.Controls.Toolkit"
However, when I try to add a toolkit control to the page, I get only one option after typing
<toolkit:HeaderedItemsControl
All the other toolkit controls are not accessible from XAML.
Did anyone face any similar issues with the lastest Nuget release for Silverlight Toolkit on WP7?
Am I missing something (I've used the toolkit before without any issues... although I agree I didn't use Nuget on that occasion)?
I can access the other toolkit classes from code without any problems...
Any help or suggestions are welcomed!
Thank you in advance!
Andrei

Resources