Skip to content

Commit

Permalink
[MIG] fieldservice_stage_server_action: Migration to 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brian10048 committed Jul 21, 2020
1 parent ab3abda commit 15b0505
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fieldservice_stage_server_action/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2019 - TODAY, Open Source Integrators
# Copyright (C) 2019, Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
4 changes: 2 additions & 2 deletions fieldservice_stage_server_action/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright (C) 2019 Open Source Integrators
# Copyright (C) 2019, Open Source Integrators
# # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "FSM Stage Server Action",
"summary": "Execute server actions when reaching a Field Service stage",
"version": "12.0.1.0.0",
"version": "13.0.1.0.0",
"category": "Field Service",
"author": "Open Source Integrators, Odoo Community Association (OCA)",
"website": "https://github.com/ursais/osi-addons",
Expand Down
2 changes: 1 addition & 1 deletion fieldservice_stage_server_action/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2019 - TODAY, Open Source Integrators
# Copyright (C) 2019, Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import fsm_stage
2 changes: 1 addition & 1 deletion fieldservice_stage_server_action/models/fsm_stage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2019 - TODAY, Open Source Integrators
# Copyright (C) 2019, Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo import fields, models
Expand Down
2 changes: 2 additions & 0 deletions fieldservice_stage_server_action/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
* Wolfgang Hall <whall@opensourceintegrators.com>
* Maxime Chambreuil <mchambreuil@opensourceintegrators.com>
* Steve Campbell <scampbell@opensourceintegrators.com>

*Brian McMaster <brian@mcmpest.com>

0 comments on commit 15b0505

Please sign in to comment.