Projects using this stage in odoo 10 is disappeared? - odoo-9

In odoo 10 something is missing.
In odoo 9.0 you can specify the projects that share the same stages in the stage editing page as following:
But this does not exist in Odoo 10.0.
How do I get this to appear?

Try enable developer mode, they appear

Related

Visual Studio 2017 Community 15.9.5 requires a newer version of Windows to display Content, but newer windows is banned

when i want to see design of
Mainpage.xaml
autocreated by VS Windows Universal Blank App it shows me that i need newer Windows (pic)
then, when i try to update, Windows Update Manager cant find newer version of System. It is caused by re-released version of Windows from October 2018
Have you any idea how to fix that? Any fixes fron internet like this, and this, didn't helped me.
Solved by old question here.
What You have to do is:
From menu bar select Project
YOUR_PROJECT Properties
Change Target version to Windows 10(10.0)

Facing issue while installing 2 different Xamarin Application in mobile device

I had developed 2 different Xamarin Applications, the first application was installed easily but when I install the second one in the same device it shows me the message.
"Do you want to install an update to this existing application? Your
existing data will not be lost. It does not require any special
access."
Can anyone help me?
You probably have the same package name for both applications. If you are using Visual Studio go to your project properties and change the package name:

Windows SDK UWP App Error - DEP3321

I have been battling DEP3321: To deploy this application, your deployment target should be running Windows Universal Runtime version 10.0.14393.0 or higher. You currently are running version 10.0.10586.839. Please update your OS, or change your deployment target to a device with the appropriate version. for the past few days.
I have a UWP app which I cannot run on my machine. However, if I select one of the emulators, it runs fine. I have also set the minimum target value which ensures that the app runs, however, the app throws an error as it cannot find some methods in the lower version on the SDK.
I have tried repairing and uninstalling/re-installing both visual studio 2015 and 2017. I have tried the same with the various windows SDK as well. At one point i had three different versions of the SDK installed and visual studio was still complaining even though i had the updated version installed. Currently, I have installed win sdk 10.0.15063.17.
Any ideas what I can do next to resolve this issue. I have trawled various SO pages as well social.msdn pages with no luck.
Many thanks
I just started a new app and selected the highest Target levels and got this error. I was able to get rid of this error by selecting the default minimum Min Target Version as shown below.
I also encountered the same problem
Severity Code Description Project File Line Suppression State
Error DEP3321: To deploy this application, your deployment target should be running Windows Universal Runtime version 10.0.17763.0 or higher. You currently are running version 10.0.17134.648. Please update your OS, or change your deployment target to a device with the appropriate version.
Solution:
Right click on the project property and got to the General-> Target Platform Minimum version.
In my case, I changed it to "10.0.17134.0" by selecting from the drop-down and then rebuilt it.
I worked well. Attached snapshot for reference.
If your app is using APIs that only exist in newer versions of the OS (like 14393 or 15063), then you won't be able to call those on 10586. You will get an exception because the method simply doesn't exist on that machine.
In order to support the app on lower versions of the operating system you will need to wrap the calls to those APIs with an appropriate "IsAPIPresent" check:
https://learn.microsoft.com/en-us/uwp/api/Windows.Foundation.Metadata.ApiInformation
Thanks,
Stefan Wick - Windows Developer Platform
Possible Solution:
I was facing with the EXACT same issue. I have my SDK 15063, and I have installed Visual Studio 2017 afresh, which also installed SDK 15063 implicitly, but I still kept on getting the same deployment error DEP3321.
I solved this issue in this way -
Just go to the "Solution Explorer", on the right side of Visual Studio and do the following steps in this order -
1) Just right click on the project you are deploying
2) Press "Unload Project"
3) Right click on the project_name(unavailable) and press Edit project_name.jsproj. It will open an xml file on left hand side
4) Search for "TargetPlatformVersion" and "TargetPlatformMinVersion". Both are placed next to each other. Mine looked like this -
10.0.15063.0
10.0.15063.0
since mine Error DEP3321 explicitly stated that 'you are currently running version 10.0.14393.1715, so I replaced my "TargetPlatformMinVersion" from 10.0.15063.0 to 10.0.14393.1715 -
10.0.14393.1715
5) Now save it, Ctrl+S
6) Right click on "Solution Explorer" and press Reload Project and press Yes to the popup if you get stating that project is already loaded.
You are done. Just do what you normally do, Build (ctrl+shift+B) and then Debug - F5 or Ctrl+F5.
This way the project got deployed for me.

Displaying UWP project in Design mode without Anniversary edition

I wonder if it's possible to display XAML (in Design mode) in UWP without the Anniversary Edition. I have the 2017 RC edition but at my university the computers haven't been upgraded to the Anniversary edition. This means that all my code runs fine, but I can't display it in Design mode in Visual Studio.
Is there a setting (say in Properties or so) that fixes this? I guess that a solution would be to target an older version but I don't know if this is so, or how.
Thanks!
You can change the Target Version in Properties to the OS Build of your system to enable Design mode.
For example, if you are using a computer with November Update (Version 1511, OS Build 10586), then you can change Target Version to Windows 10 (10.0; Build 10586). Besides, you also need to make sure you have installed the corresponding Windows 10 SDK (10586) on your computer. After this you can reopen your project, the Design View should be able to work now.
However, please note that after downgrading the Target Version from Windows 10 Anniversary Edition (10.0; Build 14393), the app will can't use new features introduced in Anniversary Update. The Design View might still not work if you've used new features in your app.

TF30167 Error trying to create new team project in VS 11 and TFS 11

When trying to create a new team project with any of the default project templates I get error TF30167. Looking at the project creation log it looks to be a schema validation error in the autogenerated processtemplate.xml file. The exact schema validation error is:
The element 'metadata' has invalid child element 'version'. List of possible elements expected: 'plugins'
Here's my environment:
TFS 11- Windows Server 8 consumer preview VM
VS 11 - Windows 7 enterprise x86
Both computers are in a workgroup and I've added the TFS 11 Windows installed administrator account to the TFS Administrator Console Users and the default project collection. I'm able to connect to the TFS 11 server using the TFS11 server's administrator account. Finally, I've installed successfully all components of TFS 11 except I skipped the sharepoint component.
Any insight would be helpful.
I was able to resolve this issue by installing the team explorer for ms visual studio 11. After installing this the default process templates no longer create a schema validation. My guess is that the default visual studio 11 install has the basic version of the team explorer that doesn't have the updates for TFS 11.

Resources