-
-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[18.0][MIG] account_statement_import_base: Migration to 18.0 #735
Merged
OCA-git-bot
merged 26 commits into
OCA:18.0
from
xaviedoanhduy:18.0-mig-account_statement_import_base
Dec 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
038de8d
Add module account_statement_import_base
alexis-via 801bbb5
[ADD] module account_statement_import_file_reconciliation_widget
alexis-via 40b96bd
[ADD] icon.png
OCA-git-bot e85d33c
[MIG] account_statement_import_base v14 -> v16
alexis-via 5ab5d93
Added translation using Weblate (Croatian)
badbole 44077b9
Added translation using Weblate (Spanish)
Gelo-fl 08ad038
Translated using Weblate (Croatian)
badbole 6fdc224
Translated using Weblate (Spanish)
Gelo-fl 239cadd
Added translation using Weblate (French)
5de6505
Translated using Weblate (French)
36e3031
Added translation using Weblate (Portuguese (Brazil))
adrianojprado a62a7dc
Translated using Weblate (Portuguese (Brazil))
adrianojprado 1a7b2e2
Update translation files
weblate 7751eb2
Added translation using Weblate (Catalan)
pere-aquarian 5d6d692
Translated using Weblate (Catalan)
pere-aquarian 224362c
[IMP] account_statement_import_base: pre-commit execution
rov-adhoc 44deded
[MIG] account_statement_import_base: Migration to 17.0
rov-adhoc 18656d1
[BOT] post-merge updates
OCA-git-bot 1a13d4b
Added translation using Weblate (Italian)
mymage 1e9904a
Translated using Weblate (Italian)
mymage d99bcec
Translated using Weblate (Italian)
mymage 9721a4c
Added translation using Weblate (Chinese (Simplified) (zh_CN))
xtanuiha ebb7c15
Translated using Weblate (Chinese (Simplified) (zh_CN))
xtanuiha 971ba1a
[IMP] account_statement_import_base: pre-commit auto fixes
xaviedoanhduy 763f0df
[MIG] account_statement_import_base: Migration to 18.0
xaviedoanhduy 6734850
add checklog-odoo.cfg
xaviedoanhduy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 |
---|---|---|
@@ -1 +1,4 @@ | ||
- Alexis de Lattre \<<alexis.delattre@akretion.com>\> | ||
|
||
- Trobz \<<https://www.trobz.com/>\> | ||
- Do Anh Duy \<<duyda@trobz.com>\> |
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,7 @@ | ||
This is a technical module designed to share code between 2 other | ||
modules: | ||
|
||
- **account_statement_import** that allows to import bank statements | ||
- **account_statement_import_file** that allows to import bank statements | ||
from files, | ||
- **account_statement_import_online** that allows to import bank | ||
statements from webservices/APIs. |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason to move
readonly
from here to the view?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, there is a quote in the document, see in: https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0