Commit 13551c2e authored by Jérome Perrin's avatar Jérome Perrin

base,core: move RoundingTool and RoundingModel to erp5_core

Some other documents from erp5_core import RoundingModel, all this can
not be in erp5_base
parent f427c38c
......@@ -39,7 +39,6 @@ document.erp5.QuantitySignMovementGroup
document.erp5.RequirementMovementGroup
document.erp5.RoleDefinition
document.erp5.RootAppliedRuleCausalityMovementGroup
document.erp5.RoundingModel
document.erp5.SimulatedDeliveryBuilder
document.erp5.SplitMovementGroup
document.erp5.Supply
......
interface.erp5.ICoordinate
interface.erp5.IEncryptedPassword
interface.erp5.ILoginAccountProvider
interface.erp5.IMovementGroup
interface.erp5.IRoundingTool
\ No newline at end of file
interface.erp5.IMovementGroup
\ No newline at end of file
portal_components/document.erp5.RoundingModel
portal_components/document.erp5.RoundingTool
portal_components/interface.erp5.IRoundingTool
portal_introspections
portal_memcached/persistent_memcached_plugin
portal_solver_processes
......
tool.erp5.RoundingTool
\ No newline at end of file
......@@ -31,6 +31,7 @@ document.erp5.Path
document.erp5.PredicateGroup
document.erp5.PredicateMatrix
document.erp5.Project
document.erp5.RoundingModel
document.erp5.ScriptConstraint
document.erp5.SimulationMovement
document.erp5.TextDocument
\ No newline at end of file
......@@ -43,6 +43,7 @@ interface.erp5.IMovementList
interface.erp5.IProductionMovement
interface.erp5.IReferenceable
interface.erp5.IRoundable
interface.erp5.IRoundingTool
interface.erp5.IRule
interface.erp5.ISendable
interface.erp5.ISimilarityProvider
......
......@@ -11,6 +11,7 @@ tool.erp5.NotificationTool
tool.erp5.OrderTool
tool.erp5.PasswordTool
tool.erp5.RuleTool
tool.erp5.RoundingTool
tool.erp5.SessionTool
tool.erp5.SimulationTool
tool.erp5.TestTool
\ No newline at end of file
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