Browse Source
Update pos_place/models/pos_order.py
Co-Authored-By: David Beal <david.beal@akretion.com>
pull/381/head
Sylvain LE GAL
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
pos_place/models/pos_order.py
|
|
@ -13,6 +13,6 @@ class PosOrder(models.Model): |
|
|
|
|
|
|
|
@api.model |
|
|
|
def _order_fields(self, ui_order): |
|
|
|
res = super(PosOrder, self)._order_fields(ui_order) |
|
|
|
res = super()._order_fields(ui_order) |
|
|
|
res['place_id'] = ui_order.get('place_id', False) |
|
|
|
return res |