Commit e5855c0b 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.
parent 08bf6d94
Pipeline #6604 failed with stage
in 0 seconds
......@@ -60,7 +60,7 @@
</item>
<item>
<key> <string>type_class</string> </key>
<value> <string>BudgetCell</string> </value>
<value> <string>OrderCell</string> </value>
</item>
</dictionary>
</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