How to show a from view from a field in another form in openerp - openerp-7

I am very new to openerp, I want to load a view from a field in another view in openerp as shown in fig. Can anyone say how to bring it?
Thanks in advance.

Related

Show only edit form in Laravel-admin

I'm working on a Laravel-admin project with Laravel9 and I have an edit form that fetches a single piece of data from the DB and updates it.
Therefore, I don't want to have a grid panel or create form.
Is there any way to remove the grid panel and create form and show only the edit form when people visit the page?
I'm a newbie and I don't know much about it.
Any advise would be appreciated.
1.Changed the path to this but showed grid panel:
http://localhots/admin/management/1/edit
2.Tried to put $form in $grid, grid panel didn't show up but a create form with create button was displayed.

Entries in Datasheet view are not reflecting back in SharePoint 2010

I am using SharePoint 2010. Any new entries in Datasheet view are not reflecting back both in standard view and datasheet view. But if the new entries are added through standard view, it is reflecting back both in standard view as well as datasheet view. What's going on there? Can somebody help me?
The datasheet view might have been created as a 'Personal' and therefore, any data entered via the view are not visible to the others via Standard 'Public' view. I'd assume the view may have been created without sufficent right for public view creation.

MVC PartialView page rendering dropdown value and checkboxes

I am working on an mvc page, it has 2 partial views and one controller action. In one of the partial views i have a button, this button checks if the user entry exists in the database. in the other partial view i have a drop down and a table, the table is populated based on the dropdown selection.
My issue is, everytime I select some values in the table( all are check boxes) then enter some values for "Verify" button the form refreshes and clears out all selected checkboxes. is there a way to fix this?
P.S.:
I am using Viewbag to bind to dropdown selection and onchange event for dropdown.
Please guide me in fixing this. this is driving me insane.
Thank you.
If I undestand you as correctly, You can use javascript I think :). Also If you dont want to load all page, you can look ajax post with partial View in MVC
This may help your problem :D

Always display ALV Grid as ALV List?

I have a following issue.
I would like to display an ALV Grid always as ALV list for my user. So instead of always doing that...
...I would like to set a variable or something in, for example, SU01 that would always show me the output as ALV list.
Is there a trick that would allow me to do so? The ALV grid is presented from SAP standard transaction so I do not have control over the ABAP code under the hood.
EDIT:
I have a possibility to change layout.
However the only options I have are SAP List Viewer and Microsoft Excel.
When I choose SAP List Viewer the view I get is the ALV Grid.
It is not possible system-wide. It can be done only for separate transactions.
e.g. FB
or ME.
Try setting a own data Set/Parameter ID FIT_ALVC to X in your user profile Parameters tab
To get to that screen go menu "System>User profile>Own Data
...then click on the Parameters tab
I have the same issue. I changed the company, and my setting is as its on the picture with date 8.8.2012, but I want to change it to the screen I was used to have the second ALV Grid. Can you please help with this?
I don not even have the possibility to change the layout as is on the picture above. But my colleagues in here have the ALV Grid view since the beginning. So there should be an option. I am despaired already so thank you for all your pieces of advice.
Found it!
On FBL1/3/5N screen, go to Settings-->Switch List. That should get you ALV
list.
Hope it can help somebody.

Click event of tree view in OpenERP

I created a tree View in OpenERP . It's without 'editable' property , and contains some many2one fields.
How to make it open the related object's form view , when I click the many2one fields?
For example, there is a 'sale order' field in this tree view. When I click this column, it open the sale order's form view, as I click the same field in form View.
If you See on OpenERP 6.1 and trunk this Thing implmentated on all relation Field, I have attached a Screen Shot of the OpenERP 6.1 and trunk which shows the Relation field as URL which Re-direct you on to the from view of that relational record.
OpenERP 6.1 Sales Order Form view, Whre you can See Partner and Address m2o as URL.
OpenERO Trunk Opportuniyt Form view yu can see the relation fields Partenr and Sales Personas URL:
Thank You