Modify OpenERP 6.1 product form view in web client - formview

I'm trying to modify the product view of OpenERP 6.1 (web client) to include my own widget, allowing me to select a color using three sliders. This is a very simple requirement, some times we'll need to customize a specific web view to change the way OpenERP create its interface. Is it possible and how? I follow online docs (OpenERP Web’s documentation) but I don't realise how to perform this change...
This is what I'll like to do

I haven't used the new 6.1 web client, but it sounds like you might want to subclass Widget for your slider control. There isn't much detail in that documentation, so you'll probably have to look in the web client source code to see how the basic widgets are implemented.

Related

Is it possible to see which tab is open in the Chrome when your website/web app is open in browser?

I want to create a web app(for practicing my skills) that will help in conducting online exams. So I want to ask that is there any way to find out the following things---
Is there another page opened in the chrome (if yes then which)
Is there is another application running in the background (if yes then which)
Is user switching between tabs/applications/desktops etc.
Basically, I just want to create an app that just keeps track of users' activity when the user is giving an exam.
And if you have any of the solutions to the above problems then please tell.
Since most things you want to access are considered private data, it is not directly possible in a Web App, except the page visibility. But you can write a browser extension, which is at least allowed to access data within the browser. For information beyond the browser you should consider a native application or some embedded solution like React Native, Xamarin, or Electron, to name a few.
To get the info if the user is currently using the tab your Web App is running in, use the Page Visibility API:
https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API
For accessing information about other tabs and browser internal stuff, write an extension:
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API

how to pass custom data to Adobe launch Analytics

I have a requirement, where i have to use the adobe launch to implement the analytics in my web page. clients have already share the custom variables to track certain events and props. can any one explain how to implement it in web application(angular 6+) .
**Note:**I have added the Launch cdn into index and am calling the _staellite variable to track. but have no idea on passing the custom props and evars.
it may be that you will need to integrate Launch snippet code on top of your webpage / application.
Once you have done that, you would need to do the work in the Launch interface itself.
Launch is loading the JS that you will write in the application (it is a Tag Management system).
So the job on the page is minimal as it just required to load the launch snippet.
Should be similar to that :
Launch support the usage of Custom Javascript.
For more information : https://docs.adobe.com/content/help/en/launch/using/overview.html

Marklogic Appbuilder widgets

I created an application using Marklogic Application Builder by clicking the New Application instead of New example Application.When I click the Assemble tab the Select Widget is disabled even though I could select the layout, but if I click the New example Application and click on Assemble all the widgets are enabled eg. pie charts, line chart etc. Can someone help me why is that when I click the New Application the widgets are disabled and thus I am unable to add widgets to my application. What am I missing , I was not able to find in the documentation. Please help.
The widgets rely on range indexes to provide the values. If your database doesn't have any defined, then you can't set up any widgets. The example application includes some range indexes configured on the database.

How to web resource to all forms?

I know how to add Web Resource (html/js/image) to particular entity or form like Contacs, Account, even custom entity, or dash board. But problem is we want to show Web Resource on each and every form/entity of dynamics CRM.
We are not allowed to use popup.
Please consider we are using Online Dynamics CRM (and not on premise).
Regards
You need to add manually the web resource to each form of each entity.
There isn't an option or a tool to perform this task.

AppManfiest.xml vs WMAppManifest.xml

Can any one explain me the difference between AppManifets(to my understanding it is .net package info) and WMAppManifest(to my understanding information about the app) ?
Thanks.
AppManifest.xml describes the deployment of your app (libraries and such).
This page describes it better than I can.
What is AppManifest.xaml in Silverlight?
WMAppManifest.xaml describes the
Application UI
Change your display name, and icons here.
Capabilites
Change what permission you want to ask the user to allow your app to do.
Requirements
Set a specific settings that the phone must meet, like having a front camera.
Packaging
Set various settings for submitting to the App store.