Commit f8d5b5fa authored by Aurel's avatar Aurel

add more function


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14106 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent aca4e806
......@@ -508,6 +508,9 @@ class TestERP5BankingMixin:
self.chef_caisse = self.banking.newContent(id='chef_caisse', portal_type='Category', codification='CCP')
self.chef_section = self.banking.newContent(id='chef_section', portal_type='Category', codification='FXS')
self.chef_section_financier = self.banking.newContent(id='chef_section_financier', portal_type='Category', codification='FXA')
self.financier_a = self.banking.newContent(id='financier_a', portal_type='Category', codification='FNA')
self.financier_b = self.banking.newContent(id='financier_b', portal_type='Category', codification='FNB')
self.chef_financier = self.banking.newContent(id='chef_financier', portal_type='Category', codification='FCF')
# get the base category group
self.group_base_category = getattr(self.category_tool, 'group')
......
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