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

I'm a beginer in OpenErp. I'm trying to change default shop_id in sale.orders. But in sale_data.xml:

<function eval="('default',False,'shop_id', [('sale.order', False)], sale_shop_1, True, False, False, False, True)" id="sale_default_set" model="ir.values" name="set"/>

This code create an record in setting -> technical -> actions -> User-defined Defaults

 In my code, I write: 

<delete model="ir.values" id="sale_default_set"/>

But it doesn't work. Someone help me with this problem.

Thanks you so much, :D.

アバター
破棄
最善の回答

The ID is always prefixed by the name of your module.  Add that and it should be deleted.  Even better, export the record to see the entire ID so you can be sure.

アバター
破棄
関連投稿 返信 ビュー 活動
1
8月 24
1639
1
11月 23
4135
3
11月 24
10391
1
6月 21
2724
3
1月 24
14921