We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c474f commit 53bdc5aCopy full SHA for 53bdc5a
estate_account/models/estate_property.py
@@ -1,4 +1,4 @@
1
-from odoo import models, fields, Command
+from odoo import models, Command
2
3
4
class EstatePropertyExtension(models.Model):
@@ -30,5 +30,5 @@ def sold_property_button(self):
30
],
31
}
32
# Create the invoice
33
- account_move = self.env['account.move'].create(values)
+ self.env['account.move'].create(values)
34
return super().sold_property_button()
0 commit comments