跳至内容
菜单
此问题已终结
1 回复
5356 查看

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
1746
1
11月 23
4252
3
11月 24
10550
1
6月 21
2867
3
1月 24
15079