Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3415 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
15157
0
mar 24
1017
0
mar 24
941
2
cze 23
4202
0
kwi 21
2597