Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
3009 Lượt xem

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 :) 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi,

read this might be usefull to you :

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

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 11 18
3273
2
thg 11 23
7519
2
thg 5 23
7802
2
thg 3 22
9849
2
thg 4 21
8428