Skip to content

Commit

Permalink
[FIX]发货单上pos订单字段只读
Browse files Browse the repository at this point in the history
  • Loading branch information
floraXiao committed Aug 29, 2017
1 parent 14b61c4 commit 5a588c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gooderp_pos/models/pos_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,5 +410,6 @@ class SellDelivery(models.Model):
pos_order_id = fields.Many2one(
'pos.order',
string=u'POS订单号',
ondelete='restrict'
ondelete='restrict',
readonly=True,
)

0 comments on commit 5a588c1

Please sign in to comment.