-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] fieldservice_isp_account: Migration to 13.0
- Loading branch information
Showing
16 changed files
with
192 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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-07-21 05:19+0000\n" | ||
"Last-Translator: Ignacio Buioli <[email protected]>\n" | ||
|
@@ -128,7 +128,7 @@ msgid "Hour(s)" | |
msgstr "Hora(s)" | ||
|
||
#. module: fieldservice_isp_account | ||
#: model:ir.model,name:fieldservice_isp_account.model_account_invoice_line | ||
#: model:ir.model,name:fieldservice_isp_account.model_account_move_line | ||
msgid "Invoice Line" | ||
msgstr "Línea de Factura" | ||
|
||
|
@@ -167,7 +167,7 @@ msgstr "" | |
" " | ||
|
||
#. module: fieldservice_isp_account | ||
#: code:addons/fieldservice_isp_account/models/account_invoice_line.py:19 | ||
#: code:addons/fieldservice_isp_account/models/account_move_line.py:19 | ||
#, python-format | ||
msgid "Please set the field service worker." | ||
msgstr "Por favor configure el trabajador de servicio de campo." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>\n" | ||
|
@@ -128,7 +128,7 @@ msgid "Hour(s)" | |
msgstr "" | ||
|
||
#. module: fieldservice_isp_account | ||
#: model:ir.model,name:fieldservice_isp_account.model_account_invoice_line | ||
#: model:ir.model,name:fieldservice_isp_account.model_account_move_line | ||
msgid "Invoice Line" | ||
msgstr "" | ||
|
||
|
@@ -165,7 +165,7 @@ msgid "Overtime for Field Service Employees\n" | |
msgstr "" | ||
|
||
#. module: fieldservice_isp_account | ||
#: code:addons/fieldservice_isp_account/models/account_invoice_line.py:19 | ||
#: code:addons/fieldservice_isp_account/models/account_move_line.py:19 | ||
#, python-format | ||
msgid "Please set the field service worker." | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>\n" | ||
|
@@ -128,7 +128,7 @@ msgid "Hour(s)" | |
msgstr "Hora(s)" | ||
|
||
#. module: fieldservice_isp_account | ||
#: model:ir.model,name:fieldservice_isp_account.model_account_invoice_line | ||
#: model:ir.model,name:fieldservice_isp_account.model_account_move_line | ||
msgid "Invoice Line" | ||
msgstr "Linha de Fatura" | ||
|
||
|
@@ -167,7 +167,7 @@ msgstr "" | |
" " | ||
|
||
#. module: fieldservice_isp_account | ||
#: code:addons/fieldservice_isp_account/models/account_invoice_line.py:19 | ||
#: code:addons/fieldservice_isp_account/models/account_move_line.py:19 | ||
#, python-format | ||
msgid "Please set the field service worker." | ||
msgstr "Por favor, selecione o trabalhador do serviço de campo." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
from . import ( | ||
account_invoice_line, | ||
account_move_line, | ||
fsm_order, | ||
fsm_person, | ||
) | ||
from . import fsm_order_cost |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.