Commit da88ae12 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_mrp: add ledger for manufacturing

parent e58e3c9e
...@@ -35,6 +35,15 @@ ...@@ -35,6 +35,15 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>ledger/manufacturing/execution</string>
<string>ledger/manufacturing/quality_insurance</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>content_icon</string> </key> <key> <string>content_icon</string> </key>
<value> <string>document.gif</string> </value> <value> <string>document.gif</string> </value>
...@@ -77,7 +86,9 @@ ...@@ -77,7 +86,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>
...@@ -87,6 +98,12 @@ ...@@ -87,6 +98,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>ManufacturingExecution</string> </value> <value> <string>ManufacturingExecution</string> </value>
</item> </item>
<item>
<key> <string>type_interface</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -6,6 +6,17 @@ ...@@ -6,6 +6,17 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>ledger/manufacturing/execution</string>
<string>ledger/manufacturing/quality_insurance</string>
<string>ledger/manufacturing/gross_requirement/forecast</string>
<string>ledger/manufacturing/gross_requirement/planned</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>content_icon</string> </key> <key> <string>content_icon</string> </key>
<value> <string>document.gif</string> </value> <value> <string>document.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