Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
5439 Zobrazení

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.

Avatar
Zrušit
Nejlepší odpověď

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.

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
srp 24
1849
1
lis 23
4380
3
lis 24
10679
1
čvn 21
2938
3
led 24
15192