Skip to content

Commit

Permalink
[MIG] fieldservice_maintenance: Migration to 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RLeeOSI committed Nov 11, 2020
1 parent 8590444 commit 631526a
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions fieldservice_maintenance/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
{
"name": "Field Service - Maintenance",
"summary": "Integrate Field Service orders with maintenance requests",
"version": "12.0.1.2.0",
"version": "13.0.1.0.0",
"category": "Field Service",
"author": "Open Source Integrators, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/field-service",
"depends": ["fieldservice", "maintenance",],
"depends": ["fieldservice", "maintenance"],
"data": [
"data/fsm_order_type.xml",
"views/maintenance_equipment_view.xml",
Expand All @@ -19,6 +19,6 @@
"pre_init_hook": "pre_init_hook",
"license": "AGPL-3",
"development_status": "Beta",
"maintainers": ["smangukiya", "max3903", "bodedra",],
"maintainers": ["smangukiya", "max3903", "bodedra"],
"installable": True,
}
2 changes: 1 addition & 1 deletion fieldservice_maintenance/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 17:58+0000\n"
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\n"
Expand Down
2 changes: 1 addition & 1 deletion fieldservice_maintenance/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-16 22:38+0000\n"
"Last-Translator: Nelson Ramírez Sánchez <info@konos.cl>\n"
Expand Down
2 changes: 1 addition & 1 deletion fieldservice_maintenance/i18n/fieldservice_maintenance.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_maintenance/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 22:19+0000\n"
"Last-Translator: Fernando Colus <fcolus1@gmail.com>\n"
Expand Down
1 change: 0 additions & 1 deletion fieldservice_maintenance/models/fsm_equipment.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def create(self, vals):
vals.update({"maintenance_equipment_id": maintenance_equipment_id.id})
return super().create(vals)

@api.multi
def unlink(self):
equipments = self.mapped("maintenance_equipment_id")
res = super(FSMEquipment, self).unlink()
Expand Down
3 changes: 2 additions & 1 deletion fieldservice_maintenance/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* Sandip Mangukiya <smangukiya@opensourceintegrators.com>
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
* Bhavesh Odedra <bodedra@opensourceintegrators.com>
* Raphael Lee <rlee@opensourceintegrators.com>
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
* Marcel Savegnago - Escodoo <marcel.savegnago@escodoo.com.br>
2 changes: 1 addition & 1 deletion fieldservice_maintenance/readme/INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ To install Field Service and have the mapping features,
you need to install fieldservice_stock and maintenance

Please refer to the installation instructions available at:
https://github.com/OCA/field-service/tree/12.0/fieldservice_maintenance
https://github.com/OCA/field-service/tree/13.0/fieldservice_stock

0 comments on commit 631526a

Please sign in to comment.