Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][MIG] fieldservice_activity #1211

Merged
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
2a11333
[ADD] fieldservice_activity
osi-scampbell Dec 31, 2019
32afdf5
Added translation using Weblate (Spanish (Chile))
Jan 16, 2020
30afab9
Translated using Weblate (Spanish (Chile))
Jan 16, 2020
06328d8
Translated using Weblate (Spanish (Chile))
Mar 27, 2020
66617a2
[IMP] Improved code
murtuzasaleh Apr 28, 2020
f786919
Added translation using Weblate (Portuguese (Brazil))
marcelsavegnago May 20, 2020
ac5f628
Translated using Weblate (Portuguese (Brazil))
fcolus Jun 16, 2020
7270925
Added translation using Weblate (Spanish (Argentina))
ibuioli Jul 20, 2020
929ee79
Translated using Weblate (Spanish (Argentina))
ibuioli Jul 20, 2020
ffee6e3
Added translation using Weblate (Portuguese (Portugal))
dreispt Jul 21, 2020
075fc67
Translated using Weblate (Portuguese (Portugal))
dreispt Jul 21, 2020
242f466
[IMP] fieldservice_activity: black, isort, prettier
brian10048 Jul 21, 2020
25f5014
[MIG] fieldservice_activity: Migratation to 13.0
brian10048 Jul 21, 2020
b26d492
Translated using Weblate (Spanish (Argentina))
ibuioli Oct 24, 2020
952fcb6
[13.0][IMP] testcase
Dec 11, 2020
5067c3c
[FIX] FSM Template Activities wipe out after assigned in FSM order
Dec 14, 2020
789bb2f
[13.0][FIX] Update activities for FSM orders that are generate from SO
Dec 14, 2020
a2605fe
fieldservice_activity 13.0.1.0.1
OCA-git-bot Dec 14, 2020
38ed73d
[14.0][MIG] fieldservice_activity
Freni-OSI Apr 19, 2021
4f14eda
[UPD] Update fieldservice_activity.pot
oca-travis Jul 26, 2021
cdada8b
[UPD] README.rst
OCA-git-bot Jul 26, 2021
2e0a95f
Added translation using Weblate (Italian)
mymage Sep 26, 2021
3d9ae23
Translated using Weblate (Italian)
mymage Sep 29, 2021
033a684
[15.0][FIX] Fixed Travis
Freni-OSI Jan 27, 2022
fa56b9f
[15.0][MIG] fieldservice_activity
Freni-OSI Feb 10, 2022
60a94d9
[UPD] Update fieldservice_activity.pot
Oct 20, 2022
5184cda
[UPD] README.rst
OCA-git-bot Oct 20, 2022
f664225
Update translation files
weblate Oct 20, 2022
8ad153b
Translated using Weblate (Italian)
mymage Oct 27, 2022
623a2bf
[MIG] fieldservice_activity: Migration to 16.0
gbrito Oct 28, 2022
339e6f3
[UPD] Update fieldservice_activity.pot
Nov 2, 2022
380d563
[UPD] README.rst
OCA-git-bot Nov 2, 2022
d9462ea
Update translation files
weblate Nov 2, 2022
d0a41d4
Translated using Weblate (Spanish (Argentina))
ibuioli Nov 12, 2022
a61cfbc
Translated using Weblate (Italian)
mymage Nov 15, 2022
0fdf896
[UPD] Update fieldservice_activity.pot
Nov 23, 2022
09b89b5
Update translation files
weblate Nov 23, 2022
039eb36
Translated using Weblate (Italian)
francesco-ooops Jan 2, 2023
5fb8ffd
Translated using Weblate (Portuguese (Brazil))
adrianojprado Jun 22, 2023
87b179f
Translated using Weblate (Portuguese (Brazil))
adrianojprado Jun 22, 2023
f3a4183
Translated using Weblate (Italian)
francesco-ooops Jun 26, 2023
bfa8983
Added translation using Weblate (Spanish)
Ivorra78 Jul 22, 2023
67d5ccb
Translated using Weblate (Spanish)
Ivorra78 Jul 22, 2023
f803ee6
Translated using Weblate (Portuguese (Brazil))
adrianojprado Jul 24, 2023
7f30209
[UPD] README.rst
OCA-git-bot Sep 3, 2023
513fa6b
Translated using Weblate (Portuguese (Brazil))
adrianojprado Oct 31, 2023
116b4fc
[IMP] fieldservice_activity: pre-commit auto fixes
Deriman-Alonso Apr 23, 2024
fea2920
[MIG] fieldservice_activity: Migration to 17.0
Deriman-Alonso Jul 31, 2024
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
Prev Previous commit
Next Next commit
[14.0][MIG] fieldservice_activity
Freni-OSI authored and dreispt committed Sep 14, 2024
commit 38ed73d7cbd582a1eae079519e2c16a51923a738
1 change: 1 addition & 0 deletions fieldservice_activity/README.rst
Original file line number Diff line number Diff line change
@@ -76,6 +76,7 @@ Contributors
* Maxime Chambreuil <mchambreuil@opensourceintegrators.com>
* Steve Campbell <scampbells@opensourceintegrators.com>
* Bhavesh Odedra <bodedra@opensourceintegrators.com>
* Chanakya Soni <csoni@opensourceintegrators.com>

Other credits
~~~~~~~~~~~~~
2 changes: 1 addition & 1 deletion fieldservice_activity/__manifest__.py
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"name": "Field Service Activity",
"summary": """Field Service Activities are a set of actions
that need to be performed on a service order""",
"version": "13.0.1.0.1",
"version": "14.0.1.0.0",
"category": "Field Service",
"license": "AGPL-3",
"author": "Open Source Integrators, Odoo Community Association (OCA)",
1 change: 1 addition & 0 deletions fieldservice_activity/models/fsm_order.py
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@ def _onchange_template_id(self):
rec.order_activity_ids = activity_list
return res

@api.model
def create(self, vals):
"""Update Activities for FSM orders that are generate from SO"""
order = super(FSMOrder, self).create(vals)
8 changes: 4 additions & 4 deletions fieldservice_activity/tests/test_fsm_activity.py
Original file line number Diff line number Diff line change
@@ -15,10 +15,10 @@ def setUp(self):
self.template_obj = self.env["fsm.template"]

def test_fsm_activity(self):
""" Test creating new activites, and moving them along thier stages,
- Don't move FSM Order to complete if Required Activity in 'To Do'
- Check completed_by is saved
- Check completed_on is saved
"""Test creating new activites, and moving them along thier stages,
- Don't move FSM Order to complete if Required Activity in 'To Do'
- Check completed_by is saved
- Check completed_on is saved
"""
# Create an Orders
view_id = "fieldservice.fsm_order_form"