跳至內容
選單
此問題已被標幟
3197 瀏覽次數

hi every body,  have spent for half day to find a solution.

what i need is to add 1 field as a filter on outgoing from my custom module. for example : Sales.

I can add this field (sales )to tree view, but cannot add it as a filter.

Openerp : 5.0.16

this my code :

<record id="ilr_stock_form_6" model="ir.ui.view">

<field name="name">ilr.stock.picking.form.6</field>

<field name="model">stock.picking</field>

<field name="type">form</field>

<field name="inherit_id" ref="stock.view_picking_out_form"/>

<field name="arch" type="xml">

<field name="move_type" position="after">

<field name="dedicated_salesman_id" select="1"/>

<field name="order_date_so" />

<field name="test" select="1" />

</field>

</field>

</record>


would be appreciate for some one's suggestions


Thanks 

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
2
2月 23
12416
0
10月 15
4246
1
10月 15
3633
0
4月 16
128
1
10月 15
5232