Skip to content

Commit e737a99

Browse files
committed
[FIX] estate: style fix
1 parent f984c2c commit e737a99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

estate/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
'installable': True,
2222
'application': True,
2323
'license': 'LGPL-3',
24-
}
24+
}

estate_account/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
'name': "Real Estate Invoicing",
44
'version': '1.0',
5-
'depends': ['estate','account'],
5+
'depends': ['estate', 'account'],
66
'author': "taskv",
77
'category': 'Tutorials',
88
'description': """

estate_account/models/estate_property.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Part of Odoo. See LICENSE file for full copyright and licensing details.
22

3-
from odoo import fields, models, api, exceptions, Command
3+
from odoo import models, Command
44

55

66
class EstateProperty(models.Model):

0 commit comments

Comments
 (0)