Skip to content

Commit

Permalink
[MIG] fieldservice_skill: Migration to 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael authored and Raphael committed Oct 9, 2020
1 parent 98872e7 commit 64ed67c
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 13 deletions.
4 changes: 2 additions & 2 deletions fieldservice_skill/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
{
"name": "Field Service - Skills",
"summary": "Manage your Field Service workers skills",
"version": "12.0.1.1.0",
"version": "13.0.1.0.0",
"category": "Field Service",
"license": "AGPL-3",
"author": "Open Source Integrators, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/field-service",
"depends": ["hr_skill", "fieldservice",],
"depends": ["hr_skills", "fieldservice",],
"data": [
"security/ir.model.access.csv",
"views/fsm_person.xml",
Expand Down
2 changes: 1 addition & 1 deletion fieldservice_skill/i18n/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2019-11-26 14:27+0000\n"
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\n"
Expand Down
2 changes: 1 addition & 1 deletion fieldservice_skill/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-01-15 06:13+0000\n"
"Last-Translator: Nelson Ramírez Sánchez <info@konos.cl>\n"
Expand Down
2 changes: 1 addition & 1 deletion fieldservice_skill/i18n/es_CL.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-01-15 06:13+0000\n"
"Last-Translator: Nelson Ramírez Sánchez <info@konos.cl>\n"
Expand Down
2 changes: 1 addition & 1 deletion fieldservice_skill/i18n/fieldservice_skill.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
Expand Down
2 changes: 1 addition & 1 deletion fieldservice_skill/i18n/pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-06-17 16:19+0000\n"
"Last-Translator: Fernando Colus <fcolus1@gmail.com>\n"
Expand Down
1 change: 1 addition & 0 deletions fieldservice_skill/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* Wolfgang Hall <whall@opensourceintegrators.com>
* Maxime Chambreuil <mchambreuil@opensourceintegrators.com>
* Steve Campbell <scampbell@opensourceintegrators.com>
* Raphael Lee <rlee@opensourceintegrators.com>
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
2 changes: 1 addition & 1 deletion fieldservice_skill/readme/INSTALL.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
To install Field Service and have the mapping features, you need to install GeoEngine.

Please refer to the installation instructions available at:
https://github.com/OCA/geospatial/tree/12.0/base_geoengine
https://github.com/OCA/geospatial/tree/13.0/base_geoengine
1 change: 0 additions & 1 deletion fieldservice_skill/views/fsm_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<field
name="skill_ids"
widget="many2many_tags"
options="{'color_field': 'color'}"
/>
</field>
</field>
Expand Down
2 changes: 0 additions & 2 deletions fieldservice_skill/views/fsm_person_skill.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<field name="name">Worker Skills</field>
<field name="res_model">fsm.person.skill</field>
<field name="view_id" ref="fsm_person_skill_tree" />
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="help" type="html">
<p class="o_view_nocontent_smiling_face">
Expand Down Expand Up @@ -75,7 +74,6 @@
<record id="action_fsm_person_skill_report" model="ir.actions.act_window">
<field name="name">Worker Skills</field>
<field name="res_model">fsm.person.skill</field>
<field name="view_type">form</field>
<field name="view_mode">graph,pivot</field>
<field name="help" type="html">
<p>
Expand Down
1 change: 0 additions & 1 deletion fieldservice_skill/views/fsm_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<field
name="skill_ids"
widget="many2many_tags"
options="{'color_field': 'color'}"
/>
</field>
</field>
Expand Down
10 changes: 9 additions & 1 deletion fieldservice_skill/views/hr_skill.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<record id="open_view_skill_form" model="ir.actions.act_window">
<field name="name">Skills</field>
<field name="res_model">hr.skill</field>
<field name="view_mode">tree,form</field>
</record>

<menuitem
id="menu_hr_skill"
name="Skills"
action="hr_skill.open_view_skill_form"
action="open_view_skill_form"
parent="fieldservice.menu_fsm_config_person"
sequence="80"
/>

</odoo>

0 comments on commit 64ed67c

Please sign in to comment.