Skip to content

Commit

Permalink
Merge dffe3dd into 926deb2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadhoc committed Nov 8, 2019
2 parents 926deb2 + dffe3dd commit c620a8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stock_voucher/models/stock_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class StockPicking(models.Model):
'stock.book',
'Voucher Book',
copy=False,
ondelete='restrict',
)
vouchers = fields.Char(
compute='_compute_vouchers',
Expand Down

0 comments on commit c620a8c

Please sign in to comment.