Commit 540eb7a2 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

merge erp5_simulation_core into erp5_simulation.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31845 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 993f5504
InvoiceTransactionRule
InvoicingRule
OrderRule
\ No newline at end of file
This business template contains python files that overrides existing files. Once TemplateTool supports installing documents whose class file exists in the same business template, all contents here should be merged into erp5_simulation business template.
\ No newline at end of file
GPL
\ No newline at end of file
InvoicingRule
OrderRule
\ No newline at end of file
erp5_simulation_core
\ No newline at end of file
0.1
\ No newline at end of file
......@@ -41,7 +41,7 @@ from testPackingList import TestPackingList, TestPackingListMixin
class TestERP5SimulationMixin(TestPackingListMixin):
def getBusinessTemplateList(self):
return list(TestPackingListMixin.getBusinessTemplateList(self)) + \
['erp5_simulation_core', 'erp5_simulation',]
['erp5_simulation',]
def afterSetUp(self, quiet=1, run=1):
TestPackingListMixin.afterSetUp(self, quiet, run)
......
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