コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
2181 ビュー

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
2780
2
11月 23
6802
2
5月 23
6804
2
3月 22
9098
2
4月 21
7785