Commit b25059e3 authored by Łukasz Nowak's avatar Łukasz Nowak

Use more generic solver name.

parent adf82c69
......@@ -59,7 +59,7 @@
<key> <string>categories</string> </key>
<value>
<tuple>
<string>solver/portal_solvers/Consolidating Sale Invoice Line</string>
<string>solver/portal_solvers/Automatic Quantity Adopt Solver</string>
</tuple>
</value>
</item>
......
......@@ -14,7 +14,9 @@
<string>Assignor</string>
<string>Associate</string>
<string>Auditor</string>
<string>Author</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
......@@ -25,7 +27,9 @@
<string>Assignee</string>
<string>Assignor</string>
<string>Associate</string>
<string>Author</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
......@@ -36,7 +40,9 @@
<string>Assignee</string>
<string>Assignor</string>
<string>Associate</string>
<string>Author</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
......@@ -48,7 +54,9 @@
<string>Assignor</string>
<string>Associate</string>
<string>Auditor</string>
<string>Author</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
......@@ -131,7 +139,7 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string>The adoption solver resets the value of the delivery movement to the total of the values of related simulations. It eventually updates the delivery_ratio in the simulations.</string> </value>
<value> <string>This is automatic quantity adopt solver, which reset Movement quantity to sum of delivered Simulation Movements. It eventually updates the delivery_ratio in the simulations.</string> </value>
</item>
<item>
<key> <string>factory</string> </key>
......@@ -147,7 +155,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Consolidating Sale Invoice Line</string> </value>
<value> <string>Automatic Quantity Adopt Solver</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
......@@ -179,7 +187,7 @@
</item>
<item>
<key> <string>solver_action_title</string> </key>
<value> <string>Replace value</string> </value>
<value> <string>Update quantity from prevision</string> </value>
</item>
<item>
<key> <string>tested_property</string> </key>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Role Information" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>3</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Role Information</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -2,7 +2,7 @@
<portal_type id="Solver Process">
<item>Accept Solver</item>
<item>Adopt Solver</item>
<item>Consolidating Sale Invoice Line</item>
<item>Automatic Quantity Adopt Solver</item>
<item>FIFO Delivery Solver</item>
<item>LIFO Delivery Solver</item>
<item>Minimise Price Delivery Solver</item>
......
102
\ No newline at end of file
103
\ No newline at end of file
......@@ -52,8 +52,8 @@ portal_solvers/Accept Solver
portal_solvers/Accept Solver/*
portal_solvers/Adopt Solver
portal_solvers/Adopt Solver/*
portal_solvers/Consolidating Sale Invoice Line
portal_solvers/Consolidating Sale Invoice Line/**
portal_solvers/Automatic Quantity Adopt Solver
portal_solvers/Automatic Quantity Adopt Solver/**
portal_solvers/FIFO Delivery Solver
portal_solvers/FIFO Delivery Solver/*
portal_solvers/LIFO Delivery Solver
......
Solver Process | Accept Solver
Solver Process | Adopt Solver
Solver Process | Consolidating Sale Invoice Line
Solver Process | Automatic Quantity Adopt Solver
Solver Process | FIFO Delivery Solver
Solver Process | LIFO Delivery Solver
Solver Process | Minimise Price Delivery Solver
......
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