Skip to content
Snippets Groups Projects
Commit a791ff4f authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[delete] delete user_second_id field after data migration

parent 7347513d
Branches 12.0
No related tags found
No related merge requests found
...@@ -10,9 +10,6 @@ class AccountInvoice(models.Model): ...@@ -10,9 +10,6 @@ class AccountInvoice(models.Model):
# ------------------------------------------------------ # ------------------------------------------------------
# Fields declaration # Fields declaration
# ------------------------------------------------------ # ------------------------------------------------------
user_second_id = fields.Many2one(
comodel_name='res.users',
string='Spécialiste')
user_second_ids = fields.Many2many( user_second_ids = fields.Many2many(
comodel_name='res.users', comodel_name='res.users',
column1='invoice_id', column1='invoice_id',
......
...@@ -10,9 +10,6 @@ class SaleOrder(models.Model): ...@@ -10,9 +10,6 @@ class SaleOrder(models.Model):
# ------------------------------------------------------ # ------------------------------------------------------
# Fields declaration # Fields declaration
# ------------------------------------------------------ # ------------------------------------------------------
user_second_id = fields.Many2one(
comodel_name='res.users',
string='Spécialiste')
user_second_ids = fields.Many2many( user_second_ids = fields.Many2many(
comodel_name='res.users', comodel_name='res.users',
column1='order_id', column1='order_id',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment