Skip to content

Commit

Permalink
project_task_scheduling: Add copyright to files
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestotejeda committed Sep 25, 2018
1 parent 05acf10 commit 2f74b5a
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 5 deletions.
1 change: 1 addition & 0 deletions project_task_scheduling/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2018 Tecnativa - Ernesto Tejeda
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import models
from . import wizards
1 change: 1 addition & 0 deletions project_task_scheduling/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2018 Tecnativa - Ernesto Tejeda
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Automating Project Task Scheduling",
Expand Down
1 change: 1 addition & 0 deletions project_task_scheduling/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2018 Tecnativa - Ernesto Tejeda
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import project
from . import project_task_scheduling
Expand Down
1 change: 1 addition & 0 deletions project_task_scheduling/models/project.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2018 Tecnativa - Ernesto Tejeda
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import fields, models

Expand Down
3 changes: 2 additions & 1 deletion project_task_scheduling/models/project_task_scheduling.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
# Copyright 2018 Tecnativa - Ernesto Tejeda
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import api, fields, models


Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2018 Tecnativa - Ernesto Tejeda
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from datetime import datetime, time
from odoo import api, fields, models, _
Expand Down
1 change: 1 addition & 0 deletions project_task_scheduling/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2018 Tecnativa - Ernesto Tejeda
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import common
from . import test_scheduling_wizard
Expand Down
1 change: 1 addition & 0 deletions project_task_scheduling/tests/common.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2018 Tecnativa - Ernesto Tejeda
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from datetime import date, datetime, time
from odoo.tests.common import TransactionCase
Expand Down
1 change: 1 addition & 0 deletions project_task_scheduling/tests/test_scheduling_proposal.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2018 Tecnativa - Ernesto Tejeda
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo.exceptions import ValidationError

Expand Down
1 change: 1 addition & 0 deletions project_task_scheduling/tests/test_scheduling_wizard.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2018 Tecnativa - Ernesto Tejeda
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from collections import namedtuple
from datetime import date, datetime, time, timedelta
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).-->
<!-- Copyright 2018 Tecnativa - Ernesto Tejeda
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
<odoo>

<menuitem id="project_task_scheduling_menu"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).-->
<!-- Copyright 2018 Tecnativa - Ernesto Tejeda
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
<odoo>

<record id="project_task_scheduling_proposal_view_form" model="ir.ui.view">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).-->
<!-- Copyright 2018 Tecnativa - Ernesto Tejeda
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
<odoo>

<record id="project_task_scheduling_view_form" model="ir.ui.view">
Expand Down
1 change: 1 addition & 0 deletions project_task_scheduling/wizards/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Copyright 2018 Tecnativa - Ernesto Tejeda
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import scheduling_wizard
1 change: 1 addition & 0 deletions project_task_scheduling/wizards/scheduling_wizard.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2018 Tecnativa - Ernesto Tejeda
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from collections import namedtuple
from datetime import datetime, time, timedelta
Expand Down
3 changes: 2 additions & 1 deletion project_task_scheduling/wizards/scheduling_wizard_views.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
<!-- Copyright 2018 Tecnativa - Ernesto Tejeda
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
<odoo>

<record id="project_task_scheduling_wizard_view_form" model="ir.ui.view">
Expand Down

0 comments on commit 2f74b5a

Please sign in to comment.