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

Hi, 
I m creating a new view for picking products on odoo 10.
Is there any way to create a view without the header and the footer?
Infact i would like to have a simple view with only one title and one input field
I tried with fullscreen like this but it doesn t work : 

<record model="ir.actions.act_window" id="action_stock_picking_products">
<field name="name">stock picking product</field>
<field name="res_model">picking_products</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="target">fullscreen</field>

</record> 

And we don't use the website :) 

아바타
취소
베스트 답변

Hi,

read this might be usefull to you :

https://www.codeproject.com/Tips/998870/Odoo-custom-view-module

아바타
취소
관련 게시물 답글 화면 활동
0
11월 18
3365
2
11월 23
7661
2
5월 23
7993
2
3월 22
10006
2
4월 21
8556