Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions base_construction_architect/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,11 @@
{
'name': "OCA Construction: Architect Base",
'summary': "Identify partners as architects.",
'description': """
This module allows you to:
- Identify a partner as an architect.
- Filter architects from address book.
""",
'author': "Mathias Colpaert, Odoo Community Association (OCA)",
'category': "construction",
'version': '8.0.0.1.0',
'version': '10.0.0.1.0',
'license': 'AGPL-3',
'depends': ['base'],
'data': ['views.xml'],
'installable': False,
'installable': True,
}
2 changes: 1 addition & 1 deletion base_construction_architect/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

from openerp import models, fields
from odoo import models, fields


class Partner(models.Model):
Expand Down
4 changes: 2 additions & 2 deletions base_construction_architect/views.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<odoo>
<data>
<record model="ir.ui.view" id="construction_architect_base_form">
<field name="name">construction.architect.base.form</field>
Expand All @@ -22,4 +22,4 @@
</field>
</record>
</data>
</openerp>
</odoo>