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 @@ ...@@ -37,9 +37,10 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple> <tuple>
<string>delivery</string>
<string>accounting_transaction</string> <string>accounting_transaction</string>
<string>delivery</string>
<string>invoice</string> <string>invoice</string>
<string>purchase</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -53,7 +54,9 @@ ...@@ -53,7 +54,9 @@
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -37,9 +37,10 @@ ...@@ -37,9 +37,10 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple> <tuple>
<string>delivery</string>
<string>accounting_transaction</string> <string>accounting_transaction</string>
<string>delivery</string>
<string>invoice</string> <string>invoice</string>
<string>sales</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -53,7 +54,9 @@ ...@@ -53,7 +54,9 @@
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>redirect_script</string> </key> <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 2009-10-16 yusei
* Update for the changes of new portal types of portal types. * Update for the changes of new portal types of portal types.
......
1076 1077
\ No newline at end of file \ 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