Skip to content
Snippets Groups Projects
Commit 9ebbe746 authored by Olivier Dony's avatar Olivier Dony
Browse files

[FIX] sale, purchase: update tests for removal of type field in picking invoice wizard

bzr revid: odo@openerp.com-20101015120951-l3mlfur6mbw8f2lx
parent 4d775842
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,6 @@
!record {model: stock.invoice.onshipping, id: stock_invoice_onshipping_0}:
invoice_date: '2010-05-11'
journal_id: account.bank_journal
type: in_invoice
-
I create Invoice.
-
......
......@@ -71,7 +71,6 @@
!record {model: stock.invoice.onshipping, id: stock_invoice_onshipping_6}:
invoice_date: '2010-07-17'
journal_id: account.sales_journal
type: out_invoice
-
Then I click on 'Create Invoices' button
-
......
......@@ -64,7 +64,6 @@
!record {model: stock.invoice.onshipping, id: stock_invoice_onshipping_0}:
invoice_date: '2010-07-15'
journal_id: account.sales_journal
type: out_invoice
-
Then I click on 'Create Invoices' button
-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment