Commit c10efb81 authored by Aurel's avatar Aurel

add erp5_core_proxy_field_legacy


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43405 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2e8cd43a
......@@ -227,7 +227,7 @@ class TestPayrollMixin(TestTradeModelLineMixin, ERP5ReportTestCase):
)
def getBusinessTemplateList(self):
return TestTradeModelLineMixin.getBusinessTemplateList(self) + ('erp5_payroll', )
return TestTradeModelLineMixin.getBusinessTemplateList(self) + ('erp5_payroll', 'erp5_core_proxy_field_legacy')
def stepCreatePriceCurrency(self, sequence):
sequence.edit(price_currency = self.createResource('Currency',
......
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