Skip to content

Commit

Permalink
[MIG] account_statement_import_file to v16
Browse files Browse the repository at this point in the history
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
alexis-via committed Mar 6, 2023
1 parent b12fa2d commit 4f5259a
Show file tree
Hide file tree
Showing 101 changed files with 1,398 additions and 1,368 deletions.
23 changes: 0 additions & 23 deletions account_statement_import/migrations/14.0.1.0.0/pre-migration.py

This file was deleted.

26 changes: 0 additions & 26 deletions account_statement_import/migrations/14.0.2.0.0/pre-migration.py

This file was deleted.

25 changes: 0 additions & 25 deletions account_statement_import/static/src/js/account_dashboard_kanban.js

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions account_statement_import/templates/assets.xml

This file was deleted.

19 changes: 0 additions & 19 deletions account_statement_import/wizard/setup_wizards.py

This file was deleted.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"name": "Import Statement Files",
"category": "Accounting",
"version": "14.0.3.3.0",
"version": "16.0.1.0.0",
"license": "LGPL-3",
"depends": ["account_statement_import_base"],
"author": "Odoo SA, Akretion, Odoo Community Association (OCA)",
Expand All @@ -17,11 +17,9 @@
"security/ir.model.access.csv",
"wizard/account_statement_import_view.xml",
"views/account_journal.xml",
"templates/assets.xml",
],
"demo": [
"demo/partner_bank.xml",
],
"installable": True,
"qweb": ["static/src/xml/account_dashboard_kanban.xml"],
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0).
-->
<odoo>
<data>

<record id="ofx_partner_bank_1" model="res.partner.bank">
<field name="acc_number">BE02631118262640</field>
Expand All @@ -31,5 +30,4 @@
<field name="bank_id" ref="base.res_bank_1" />
</record>

</data>
</odoo>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down Expand Up @@ -40,9 +40,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
Expand All @@ -56,7 +57,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 ""
Expand All @@ -69,7 +69,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 ""
Expand Down Expand Up @@ -116,7 +115,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 ""
Expand Down Expand Up @@ -161,16 +159,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
Expand All @@ -185,8 +183,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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -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 ""
Expand All @@ -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 ""
Expand Down Expand Up @@ -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 ""
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading

0 comments on commit 4f5259a

Please sign in to comment.