forked from OCA/bank-statement-import
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] account_statement_import_file to v16
The module was renamed from account_statement_import to account_statement_import_file. The migration has been done from v14 to v16, to take into account the big changes that took place in v14 with the introduction of the module account_statement_import_base. The changes from v15 have been forward-ported to v16.
- Loading branch information
1 parent
b12fa2d
commit 4f5259a
Showing
101 changed files
with
1,398 additions
and
1,368 deletions.
There are no files selected for viewing
23 changes: 0 additions & 23 deletions
23
account_statement_import/migrations/14.0.1.0.0/pre-migration.py
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
account_statement_import/migrations/14.0.2.0.0/pre-migration.py
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
account_statement_import/static/src/js/account_dashboard_kanban.js
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
account_statement_import/static/src/xml/account_dashboard_kanban.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
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
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-11-30 13:11+0000\n" | ||
"POT-Creation-Date: 2022-01-26 09:11+0000\n" | ||
"PO-Revision-Date: 2017-11-30 13:11+0000\n" | ||
"Last-Translator: Andre de Kock <[email protected]>, 2017\n" | ||
"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n" | ||
|
@@ -46,9 +46,10 @@ msgstr "Kanselleer" | |
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 | ||
#, python-format | ||
msgid "" | ||
"Could not find any bank account with number '%s' linked to partner '%s'. You " | ||
"should create the bank account and set it on the related bank journal. If " | ||
"the related bank journal doesn't exist yet, you should create a new one." | ||
"Could not find any bank account with number '%(account_number)s' linked to " | ||
"partner '%(partner_name)s'. You should create the bank account and set it on " | ||
"the related bank journal. If the related bank journal doesn't exist yet, you " | ||
"should create a new one." | ||
msgstr "" | ||
|
||
#. module: account_statement_import | ||
|
@@ -62,7 +63,6 @@ msgid "Created on" | |
msgstr "Geskep op" | ||
|
||
#. module: account_statement_import | ||
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name | ||
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name | ||
msgid "Display Name" | ||
msgstr "Vertoningsnaam" | ||
|
@@ -75,7 +75,6 @@ msgid "" | |
msgstr "" | ||
|
||
#. module: account_statement_import | ||
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id | ||
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id | ||
msgid "ID" | ||
msgstr "ID" | ||
|
@@ -122,7 +121,6 @@ msgid "Journal" | |
msgstr "" | ||
|
||
#. module: account_statement_import | ||
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update | ||
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update | ||
msgid "Last Modified on" | ||
msgstr "Laas Gewysig op" | ||
|
@@ -167,16 +165,16 @@ msgstr "" | |
#. module: account_statement_import | ||
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 | ||
#, python-format | ||
msgid "The Bank Accounting Account in not set on the journal '%s'." | ||
msgid "The Bank Accounting Account is not set on the journal '%s'." | ||
msgstr "" | ||
|
||
#. module: account_statement_import | ||
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 | ||
#, python-format | ||
msgid "" | ||
"The bank account with number '%s' exists in Odoo but it is not set on any " | ||
"bank journal. You should set it on the related bank journal. If the related " | ||
"bank journal doesn't exist yet, you should create a new one." | ||
"The bank account with number '%(account_number)s' exists in Odoo but it is " | ||
"not set on any bank journal. You should set it on the related bank journal. " | ||
"If the related bank journal doesn't exist yet, you should create a new one." | ||
msgstr "" | ||
|
||
#. module: account_statement_import | ||
|
@@ -191,8 +189,8 @@ msgstr "" | |
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 | ||
#, python-format | ||
msgid "" | ||
"The currency of the bank statement (%s) is not the same as the currency of " | ||
"the journal '%s' (%s)." | ||
"The currency of the bank statement (%(currency_name)s) is not the same as " | ||
"the currency of the journal '%(journal_name)s' (%(journal_currency_name)s)." | ||
msgstr "" | ||
|
||
#. module: account_statement_import | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-11-30 13:11+0000\n" | ||
"POT-Creation-Date: 2022-01-26 09:11+0000\n" | ||
"PO-Revision-Date: 2017-11-30 13:11+0000\n" | ||
"Last-Translator: Martin Trigaux <[email protected]>, 2017\n" | ||
"Language-Team: Amharic (https://www.transifex.com/odoo/teams/41243/am/)\n" | ||
|
@@ -45,9 +45,10 @@ msgstr "መሰረዝ" | |
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 | ||
#, python-format | ||
msgid "" | ||
"Could not find any bank account with number '%s' linked to partner '%s'. You " | ||
"should create the bank account and set it on the related bank journal. If " | ||
"the related bank journal doesn't exist yet, you should create a new one." | ||
"Could not find any bank account with number '%(account_number)s' linked to " | ||
"partner '%(partner_name)s'. You should create the bank account and set it on " | ||
"the related bank journal. If the related bank journal doesn't exist yet, you " | ||
"should create a new one." | ||
msgstr "" | ||
|
||
#. module: account_statement_import | ||
|
@@ -61,7 +62,6 @@ msgid "Created on" | |
msgstr "" | ||
|
||
#. module: account_statement_import | ||
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name | ||
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
@@ -74,7 +74,6 @@ msgid "" | |
msgstr "" | ||
|
||
#. module: account_statement_import | ||
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id | ||
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id | ||
msgid "ID" | ||
msgstr "" | ||
|
@@ -121,7 +120,6 @@ msgid "Journal" | |
msgstr "" | ||
|
||
#. module: account_statement_import | ||
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update | ||
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update | ||
msgid "Last Modified on" | ||
msgstr "" | ||
|
@@ -166,16 +164,16 @@ msgstr "" | |
#. module: account_statement_import | ||
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 | ||
#, python-format | ||
msgid "The Bank Accounting Account in not set on the journal '%s'." | ||
msgid "The Bank Accounting Account is not set on the journal '%s'." | ||
msgstr "" | ||
|
||
#. module: account_statement_import | ||
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 | ||
#, python-format | ||
msgid "" | ||
"The bank account with number '%s' exists in Odoo but it is not set on any " | ||
"bank journal. You should set it on the related bank journal. If the related " | ||
"bank journal doesn't exist yet, you should create a new one." | ||
"The bank account with number '%(account_number)s' exists in Odoo but it is " | ||
"not set on any bank journal. You should set it on the related bank journal. " | ||
"If the related bank journal doesn't exist yet, you should create a new one." | ||
msgstr "" | ||
|
||
#. module: account_statement_import | ||
|
@@ -190,8 +188,8 @@ msgstr "" | |
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 | ||
#, python-format | ||
msgid "" | ||
"The currency of the bank statement (%s) is not the same as the currency of " | ||
"the journal '%s' (%s)." | ||
"The currency of the bank statement (%(currency_name)s) is not the same as " | ||
"the currency of the journal '%(journal_name)s' (%(journal_currency_name)s)." | ||
msgstr "" | ||
|
||
#. module: account_statement_import | ||
|
Oops, something went wrong.