Skip to content

Commit

Permalink
[add]采购订单反审核测试用例
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonAxesen committed Apr 5, 2016
1 parent 0328522 commit b71654f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buy/tests/test_buy.py
Expand Up @@ -9,6 +9,8 @@ def test_buy(self):

# 审核采购订单
order.buy_order_done()
order.buy_order_draft()
order.buy_order_done()

receipt = self.env['buy.receipt'].search([('order_id','=',order.id)])
receipt.buy_receipt_done()
Expand Down

0 comments on commit b71654f

Please sign in to comment.