How to open calendar view in many2one field for odoo 10 - calendar

Like Form and list view, Can it is possible to open calendar view in many2one field. If it is possible then please suggest a model or way to open calendar view in many2one field.
Thanks in advance.

Related

Navigation from sap simple calendar to sap planning calendar

My requirement is that I need to create a simple sap.ui.unified calendar and once I click on a particular date in the calendar,it should navigate to a SAP Planning calendar which should give the meeting details for the particular day alone.I have created the sap.ui.unified calendar and a seperate sap planning calendar.Iam unaware of how to navigate to a particular date's event in planning calendar on click of a date in smple calendar. Can anyone help me how this can done?I have used the "select" event for the calendar.But it selects the whole calendar.Can anyone provide code of how an event can be applied to a particular date for a calendar?
You can use this method for single date selection (api) of class sap.ui.unified.Calendar:
getSingleSelection();
After event select (which you used) is raised.
You can get the selected date from the calendar with the method oCalendar.getSelectedDates().
There is also an example in the OpenUI5 Explored on how to get the selected date.

View criteria missing in jdeveloper 12.1.3

We are having a cascading LOV -> Deaprtment, class(inputComboBoxWithLOV). Class LOV is filtered with selected value of Department. When I follow the below steps:
select a department
click on the down arrow to show filtered results, I see filtered classes with the selected department. Select a class and tab out.
clear the class field, again click on the down arrow to show filtered results.(P.S : Department field is not touched) But the class field is not showing filtered results. But when I clicked on More... to display the Search and select popup, I could see the filtered results.
Only the the combobox dropdown values were unfiltered.
On Debugging, found that the viewCriteria which was applied to filter using Department is missing. The entire Where clause is missing.
This is occurring after our latest migration to 12.1.3, earlier we were using jdeveloper 11g and never faced this issue.
Any pointers about this issue will be highly appreciated.
The LOV UI hints "Filter Combo Box Using" option was unchecked, when I checked it and tried I was able to see filtered results in the dropdown.
However I did not understand why it was not picking values from existing view criteria from the view object definition related to the LOV's view accessor and why should I explicitly check this option.
This sounds like a 12.1.3 ADF BUG. You should fill in a Service Request with Oracle about it.
If you don't have a SR account, I will be happy to fill one in your behalf, if you can provide a sample workspace running on HR schema where we can reproduce the problem.

JDeveloper and ADF view criteria

I am new to ADF and JDeveloper. I am trying to create a view criteria and query panel with table using JDEveloper 11g. Right now I am able to create the view criteria, but all my search fields are showing as plain text input boxes. I actually want one of them to be shown as drop down list and one to be shown as the "select many shuttle" component.
Can anyone tell me how it can be done using JDeveloper/ADF.
Did you define an LOV for the fields in the VO?
See if this video helps: Dependent LOVs in an af:query component
1)Create a LOV for that attribute
2)Ensure that in the control hints of the attribute , the control type is "choice list".
if you want a component as LOV then you have to create LOV on that attribute on ViewObject.
but you can not show shuttle in af:query component.
http://www.javadrive.co.in/shuttle_component_in_ADF.html
http://oracleadf-java.blogspot.in/2012/11/shuttle-component-in-oracle-adf-allow.html

How to load custom post type field values in Wordpress from the database?

I was reading this link about creating a custom post type in Wordpress. In the example, the field value box is text and the user can enter anything inside. I was wondering if it's possible to turn that field value box to a dropdown one, which values are loaded from the database. So for example, under 'Date', there is a dropdown box next to it with dates loaded from the database. Anyone know if it's possible? Thanks!

ExtJS Combo With Checkbox

I want to design Combobox with Checkboxes(inside ,along with data)
What is tha best way to do it
For using lovcombo, which files i have to add and how to download those files.
(my requirment is select multiple fields from combo, need not to show selected values as combo select text)
Please help me
Thanks in advance
you will find a good example here how to implement it.
Multi select combobox extension

Resources