Commit 7b908365 authored by Xiaowu Zhang's avatar Xiaowu Zhang Committed by Cédric Le Ninivin

erp5_accounting: add ledger for accouting transaction

parent 417e689b
......@@ -29,6 +29,26 @@
<key> <string>acquire_local_roles</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>ledger/stock</string>
<string>ledger/stock/preparation</string>
<string>ledger/stock/preparation/sortie</string>
<string>ledger/stock/preparation/entree</string>
<string>ledger/stock/stock</string>
<string>ledger/stock/stock/entree</string>
<string>ledger/stock/stock/sortie</string>
<string>ledger/stock/customs</string>
<string>ledger/stock/customs/entree</string>
<string>ledger/stock/customs/sortie</string>
<string>ledger/stock/transit</string>
<string>ledger/stock/transit/entree</string>
<string>ledger/stock/transit/sortie</string>
</tuple>
</value>
</item>
<item>
<key> <string>content_icon</string> </key>
<value> <string>organisation_icon.gif</string> </value>
......
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