Fix model inheritance.
This commit is contained in:
parent
1187730b85
commit
000fa7fcd2
@ -138,7 +138,7 @@ operation_model = api.model('Operation', {
|
||||
description='Canceled status of the operation (for a scheduled one)')
|
||||
})
|
||||
|
||||
operation_with_sold_model = api.inherit(
|
||||
operation_with_sold_model = api.clone(
|
||||
'OperationWithSold', operation_model, {
|
||||
'sold': fields.Float(
|
||||
readonly=True,
|
||||
|
Loading…
Reference in New Issue
Block a user