Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3910 Widoki


def revision_new(self, cr, uid, ids, default={}, context=None):

if not default:

default = {}

default.update({'name': "Revised"+self.pool.get('sale.order').browse(cr, uid, ids[0], context=context).name,

})

return self.pool.get('sale.order').copy(cr, uid, id, default, context=context)

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
3
sie 24
16086
0
mar 24
1460
0
mar 24
1397
2
cze 23
4745
0
kwi 21
3064