Commit 946acc9c authored by Łukasz Nowak's avatar Łukasz Nowak

- allowed and hidden content type list was redundant with other BT (erp5_base...

- allowed and hidden content type list was redundant with other BT (erp5_base and erp5_accounting), so it is removed
- some xml changes

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15344 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 627a09e1
<allowed_content_type_list>
<portal_type id="Accounting Transaction Module">
<item>Accounting Transaction</item>
<item>Payment Transaction</item>
<item>Balance Transaction</item>
<item>Purchase Invoice Transaction</item>
<item>Sale Invoice Transaction</item>
</portal_type>
<portal_type id="Organisation">
<item>Address</item>
<item>Image</item>
<item>Bank Account</item>
<item>ChatAddress</item>
<item>File</item>
<item>Accounting Period</item>
<item>Fax</item>
<item>Email</item>
<item>Credit Card</item>
<item>Link</item>
<item>Document</item>
<item>Telephone</item>
</portal_type>
</allowed_content_type_list>
\ No newline at end of file
<hidden_content_type_list>
<portal_type id="Accounting Transaction Module">
<item>Balance Transaction</item>
</portal_type>
</hidden_content_type_list>
\ No newline at end of file
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