콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
7572 화면

I am trying to extend a formview to fullscreen, but everything i try, just doesn't work. Here is the view, and the last thing i've tried, to make it work. I've also tried to put in inside the action, but i don't get the result i want.


I've looked up in the css and i've found out that it sets the property modal-lg and a fixed with of 980px. If i put it to 100% it works as i want, but it works on other views, which i don't want.


Here is the code for the view:


        <record id="tabla_faq_area_instructions_form_view" model="ir.ui.view">
<field name="name">Področje</field>
<field name="model">tabla.faq.area</field>
<!-- <field name="target">fullscreen</field>-->
<field name="arch" type="xml">
<form>
<sheet>
<group colspan="4">
<field name="name" required="1"/>
<field name="blog_id" required="1" domain="[('is_category','=',True)]"/>
</group>
<group colspan="4">
<field name="instructions_ids" nolabel="1">
<tree>
<field name="sequence" widget="handle"/>
<field name="name"/>
<field name="display_help"/>
<field name="instructions"/>
</tree>
</field>
</group>
</sheet>
</form>
</field>
</record>
아바타
취소
베스트 답변

Try to fully replace the '<sheet> </sheet>' tag from the view. This would make a form wider.

아바타
취소
관련 게시물 답글 화면 활동
2
2월 25
7750
0
10월 17
3243
5
9월 19
12620
1
9월 18
239
0
8월 18
125