Commit da88ae12 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_mrp: add ledger for manufacturing

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