File tree Expand file tree Collapse file tree 3 files changed +11
-17
lines changed Expand file tree Collapse file tree 3 files changed +11
-17
lines changed Original file line number Diff line number Diff line change 1
- # -*- coding: utf-8 -*-
2
- # Part of Odoo. See LICENSE file for full copyright and licensing details.
3
-
4
1
from . import models
5
2
6
3
from odoo import api , SUPERUSER_ID
Original file line number Diff line number Diff line change 1
1
{
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" ,
12
13
}
13
-
Original file line number Diff line number Diff line change 1
- # -*- coding: utf-8 -*-
2
- # Part of Odoo. See LICENSE file for full copyright and licensing details.
3
-
4
1
from . import estate_property
5
2
from . import estate_property_type
6
3
from . import estate_property_tag
You can’t perform that action at this time.
0 commit comments