Skip to content

Commit 53bdc5a

Browse files
committed
[FIX] style fix for runbot
1 parent c4c474f commit 53bdc5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

estate_account/models/estate_property.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from odoo import models, fields, Command
1+
from odoo import models, Command
22

33

44
class EstatePropertyExtension(models.Model):
@@ -30,5 +30,5 @@ def sold_property_button(self):
3030
],
3131
}
3232
# Create the invoice
33-
account_move = self.env['account.move'].create(values)
33+
self.env['account.move'].create(values)
3434
return super().sold_property_button()

0 commit comments

Comments
 (0)