Commit 3f9adbfa authored by Jérome Perrin's avatar Jérome Perrin

project: make Project Cell use OrderCell class

erp5_project does not depend on erp5_budget, so instanciating project
cell fail unless erp5_budget is installed.

Project Cell are not used by default, so it's still a bit unclear, but
with erp5_budget we can directly define budgets by project / project
lines in a more flexible (but also more complex).

Project Line uses OrderLine, so it's consistent to use OrderCell for Project Cell.


/reviewed-on !980
parent ae7a8e05
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
</item> </item>
<item> <item>
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>BudgetCell</string> </value> <value> <string>OrderCell</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
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