Commit 767b222f authored by Jérome Perrin's avatar Jérome Perrin

Add Inventory Line and Inventory Cell in 'inventory_movement' type list.

(also remove french description on Inventory)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16377 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 67a3b265
...@@ -85,6 +85,7 @@ ...@@ -85,6 +85,7 @@
<value> <value>
<tuple> <tuple>
<string>delivery_movement</string> <string>delivery_movement</string>
<string>inventory_movement</string>
<string>invoice_movement</string> <string>invoice_movement</string>
</tuple> </tuple>
</value> </value>
...@@ -103,6 +104,10 @@ ...@@ -103,6 +104,10 @@
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>property_sheet_list</string> </key> <key> <string>property_sheet_list</string> </key>
<value> <value>
......
...@@ -93,6 +93,7 @@ ...@@ -93,6 +93,7 @@
<value> <value>
<tuple> <tuple>
<string>delivery_movement</string> <string>delivery_movement</string>
<string>inventory_movement</string>
<string>invoice_movement</string> <string>invoice_movement</string>
</tuple> </tuple>
</value> </value>
...@@ -111,6 +112,10 @@ ...@@ -111,6 +112,10 @@
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>property_sheet_list</string> </key> <key> <string>property_sheet_list</string> </key>
<value> <value>
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>une liste de mouvements...</string> </value> <value> <string>An Inventory</string> </value>
</item> </item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
......
113 114
\ 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