Commit 2dbbb59c authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

transitions from calculating states are no longer allowed, so wait that the

packing list reach the diverged state.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23170 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 41eb9b3a
...@@ -877,6 +877,8 @@ class TestSaleInvoiceMixin(TestInvoiceMixin, ...@@ -877,6 +877,8 @@ class TestSaleInvoiceMixin(TestInvoiceMixin,
stepCheckDeliveryBuilding stepCheckDeliveryBuilding
stepDecreasePackingListLineQuantity stepDecreasePackingListLineQuantity
stepCheckPackingListIsCalculating stepCheckPackingListIsCalculating
stepTic
stepCheckPackingListIsDiverged
stepSplitAndDeferPackingList stepSplitAndDeferPackingList
stepTic stepTic
stepCheckPackingListIsSolved stepCheckPackingListIsSolved
...@@ -1993,6 +1995,8 @@ class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase): ...@@ -1993,6 +1995,8 @@ class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase):
stepDecreaseInvoiceLineQuantity stepDecreaseInvoiceLineQuantity
stepCheckInvoiceIsDivergent stepCheckInvoiceIsDivergent
stepCheckInvoiceIsCalculating stepCheckInvoiceIsCalculating
stepTic
stepCheckInvoiceIsDiverged
stepSplitAndDeferInvoice stepSplitAndDeferInvoice
stepTic stepTic
...@@ -2032,6 +2036,8 @@ class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase): ...@@ -2032,6 +2036,8 @@ class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase):
stepChangeInvoiceStartDate stepChangeInvoiceStartDate
stepCheckInvoiceIsDivergent stepCheckInvoiceIsDivergent
stepCheckInvoiceIsCalculating stepCheckInvoiceIsCalculating
stepTic
stepCheckInvoiceIsDiverged
stepAcceptDecisionInvoice stepAcceptDecisionInvoice
stepTic stepTic
...@@ -2071,6 +2077,8 @@ class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase): ...@@ -2071,6 +2077,8 @@ class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase):
stepChangeInvoiceStartDate stepChangeInvoiceStartDate
stepCheckInvoiceIsDivergent stepCheckInvoiceIsDivergent
stepCheckInvoiceIsCalculating stepCheckInvoiceIsCalculating
stepTic
stepCheckInvoiceIsDiverged
stepAcceptDecisionInvoice stepAcceptDecisionInvoice
stepTic stepTic
...@@ -2101,6 +2109,8 @@ class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase): ...@@ -2101,6 +2109,8 @@ class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase):
""" """
stepSetContainerFullQuantity stepSetContainerFullQuantity
stepCheckPackingListIsCalculating stepCheckPackingListIsCalculating
stepTic
stepCheckPackingListIsDiverged
stepAcceptDecisionPackingList stepAcceptDecisionPackingList
stepTic stepTic
stepCheckPackingListIsSolved stepCheckPackingListIsSolved
...@@ -2169,6 +2179,8 @@ class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase): ...@@ -2169,6 +2179,8 @@ class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase):
""" """
stepSetContainerFullQuantity stepSetContainerFullQuantity
stepCheckPackingListIsCalculating stepCheckPackingListIsCalculating
stepTic
stepCheckPackingListIsDiverged
stepAcceptDecisionPackingList stepAcceptDecisionPackingList
stepTic stepTic
stepCheckPackingListIsSolved stepCheckPackingListIsSolved
...@@ -2263,6 +2275,8 @@ class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase): ...@@ -2263,6 +2275,8 @@ class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase):
stepDecreasePackingListLineQuantity stepDecreasePackingListLineQuantity
stepSetContainerFullQuantity stepSetContainerFullQuantity
stepCheckPackingListIsCalculating stepCheckPackingListIsCalculating
stepTic
stepCheckPackingListIsDiverged
stepSplitAndDeferPackingList stepSplitAndDeferPackingList
stepTic stepTic
stepCheckPackingListIsSolved stepCheckPackingListIsSolved
...@@ -2284,6 +2298,8 @@ class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase): ...@@ -2284,6 +2298,8 @@ class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase):
stepIncreaseInvoiceLineQuantity stepIncreaseInvoiceLineQuantity
stepCheckInvoiceIsCalculating stepCheckInvoiceIsCalculating
stepTic
stepCheckInvoiceIsDiverged
stepAcceptDecisionInvoice stepAcceptDecisionInvoice
stepTic stepTic
stepStartInvoice stepStartInvoice
...@@ -2322,6 +2338,8 @@ class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase): ...@@ -2322,6 +2338,8 @@ class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase):
stepSetInvoiceLineQuantityToZero stepSetInvoiceLineQuantityToZero
stepCheckInvoiceIsCalculating stepCheckInvoiceIsCalculating
stepTic
stepCheckInvoiceIsDiverged
stepAcceptDecisionInvoice stepAcceptDecisionInvoice
stepTic stepTic
stepStartInvoice stepStartInvoice
...@@ -2375,6 +2393,8 @@ class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase): ...@@ -2375,6 +2393,8 @@ class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase):
stepDecreaseInvoiceLineQuantity stepDecreaseInvoiceLineQuantity
stepCheckInvoiceIsDivergent stepCheckInvoiceIsDivergent
stepCheckInvoiceIsCalculating stepCheckInvoiceIsCalculating
stepTic
stepCheckInvoiceIsDiverged
stepSplitAndDeferInvoice stepSplitAndDeferInvoice
stepTic stepTic
stepStartInvoice stepStartInvoice
...@@ -2442,6 +2462,8 @@ class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase): ...@@ -2442,6 +2462,8 @@ class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase):
""" """
stepCheckInvoiceIsDivergent stepCheckInvoiceIsDivergent
stepCheckInvoiceIsCalculating stepCheckInvoiceIsCalculating
stepTic
stepCheckInvoiceIsDiverged
stepAcceptDecisionInvoice stepAcceptDecisionInvoice
stepTic stepTic
stepStartInvoice stepStartInvoice
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment