Commit 4a722d35 authored by Yusei Tahara's avatar Yusei Tahara

2009-12-14 yusei

* Add sales group type to Sale Invoice Transaction.
* Add purchase group type to Purchase Invoice Transaction.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31275 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 98538144
......@@ -37,9 +37,10 @@
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>delivery</string>
<string>accounting_transaction</string>
<string>delivery</string>
<string>invoice</string>
<string>purchase</string>
</tuple>
</value>
</item>
......@@ -53,7 +54,9 @@
</item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -37,9 +37,10 @@
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>delivery</string>
<string>accounting_transaction</string>
<string>delivery</string>
<string>invoice</string>
<string>sales</string>
</tuple>
</value>
</item>
......@@ -53,7 +54,9 @@
</item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>redirect_script</string> </key>
......
2009-12-14 yusei
* Add sales group type to Sale Invoice Transaction.
* Add purchase group type to Purchase Invoice Transaction.
2009-10-16 yusei
* Update for the changes of new portal types of portal types.
......
1076
\ No newline at end of file
1077
\ 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