Skip to content
Snippets Groups Projects
Commit d29b173a45f8 authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Remove migration before 3.0

issue6470
review52421002
parent f48019fdbc34
No related merge requests found
......@@ -77,14 +77,6 @@
employee = fields.Many2One('company.employee', 'Employee')
@classmethod
def __register__(cls, module_name):
super(EmployeeCostPrice, cls).__register__(module_name)
table = cls.__table_handler__(module_name)
# Migration from 2.8 drop date_cost_price_uniq
table.drop_constraint('date_cost_price_uniq')
@classmethod
def __setup__(cls):
super(EmployeeCostPrice, cls).__setup__()
t = cls.__table__()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment