Skip to content

Commit 31cdaf8

Browse files
committed
[FIX] fixed styling issues and license in the manifest
1 parent 8ab106f commit 31cdaf8

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

estate/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
3-
41
from . import models
52

63
from odoo import api, SUPERUSER_ID

estate/__manifest__.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
'name': "Estate Module",
3-
'depends': ['base'],
4-
'data': [
5-
'security/ir.model.access.csv',
6-
'views/estate_property_offer_views.xml',
7-
'views/estate_property_type_views.xml',
8-
'views/estate_property_tag_views.xml',
9-
'views/estate_property_views.xml',
10-
'views/estate_menus.xml',
11-
]
2+
"name": "Estate Module",
3+
"depends": ["base"],
4+
"data": [
5+
"security/ir.model.access.csv",
6+
"views/estate_property_offer_views.xml",
7+
"views/estate_property_type_views.xml",
8+
"views/estate_property_tag_views.xml",
9+
"views/estate_property_views.xml",
10+
"views/estate_menus.xml",
11+
],
12+
"license": "LGPL-3",
1213
}
13-

estate/models/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
3-
41
from . import estate_property
52
from . import estate_property_type
63
from . import estate_property_tag

0 commit comments

Comments
 (0)