Skip to content

Commit

Permalink
[IMP]Improveed License code
Browse files Browse the repository at this point in the history
  • Loading branch information
YogeshMahera-SerpentCS committed Sep 18, 2017
1 parent 036cf23 commit ca11560
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion business_requirement_deliverable_crm/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# © 2017 Elico Corp (https://www.elico-corp.com).
# © 2016-2017 Elico Corp (https://www.elico-corp.com).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import models
from . import wizard
2 changes: 1 addition & 1 deletion business_requirement_deliverable_crm/__manifest__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# © 2017 Elico Corp (https://www.elico-corp.com).
# © 2016-2017 Elico Corp (https://www.elico-corp.com).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Business Requirement Deliverable - CRM',
Expand Down
2 changes: 1 addition & 1 deletion business_requirement_deliverable_crm/models/__init__.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# © 2017 Elico Corp (https://www.elico-corp.com).
# © 2016-2017 Elico Corp (https://www.elico-corp.com).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import crm
2 changes: 1 addition & 1 deletion business_requirement_deliverable_crm/models/crm.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# © 2017 Elico Corp (https://www.elico-corp.com).
# © 2016-2017 Elico Corp (https://www.elico-corp.com).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo import api, fields, models

Expand Down
2 changes: 1 addition & 1 deletion business_requirement_deliverable_crm/tests/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# © 2017 Elico Corp (https://www.elico-corp.com).
# © 2016-2017 Elico Corp (https://www.elico-corp.com).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import test_br
from . import test_wizard_br
2 changes: 1 addition & 1 deletion business_requirement_deliverable_crm/tests/test_br.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# © 2017 Elico Corp (https://www.elico-corp.com).
# © 2016-2017 Elico Corp (https://www.elico-corp.com).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo.tests import common

Expand Down
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# © 2017 Elico Corp (https://www.elico-corp.com).
# © 2016-2017 Elico Corp (https://www.elico-corp.com).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo.tests import common

Expand Down
2 changes: 2 additions & 0 deletions business_requirement_deliverable_crm/wizard/__init__.py
@@ -1,2 +1,4 @@
# -*- coding: utf-8 -*-
# © 2016-2017 Elico Corp (https://www.elico-corp.com).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import crm_make_sale
2 changes: 2 additions & 0 deletions business_requirement_deliverable_crm/wizard/crm_make_sale.py
@@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
# © 2016-2017 Elico Corp (https://www.elico-corp.com).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo import api, fields, models
from odoo.tools.translate import _
from odoo.exceptions import ValidationError
Expand Down

0 comments on commit ca11560

Please sign in to comment.