[14.0][IMP] account_move_csv_import: add field date_maturity only for CSV and XLSX - #21
Open
kaynnan wants to merge 1 commit into
Open
[14.0][IMP] account_move_csv_import: add field date_maturity only for CSV and XLSX#21kaynnan wants to merge 1 commit into
kaynnan wants to merge 1 commit into
Conversation
kaynnan
marked this pull request as ready for review
April 2, 2024 14:25
kaynnan
marked this pull request as draft
April 2, 2024 18:28
kaynnan
marked this pull request as ready for review
May 7, 2024 12:22
kaynnan
force-pushed
the
14.0-imp-account_move_csv_import
branch
from
May 9, 2024 22:35
0d92f5a to
f3054e5
Compare
|
ping @rvalyi |
kaynnan
force-pushed
the
14.0-imp-account_move_csv_import
branch
from
May 9, 2024 22:42
f3054e5 to
22d7fbc
Compare
kaynnan
force-pushed
the
14.0-imp-account_move_csv_import
branch
from
May 15, 2025 23:14
22d7fbc to
6d4381e
Compare
kaynnan
force-pushed
the
14.0-imp-account_move_csv_import
branch
from
May 15, 2025 23:34
6d4381e to
bc13a2b
Compare
Author
|
ping @rvalyi |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
cc @marcelsavegnago
Added the
date_maturityfield to theaccount.move.csv.importmodel, allowing for smoother imports. Additionally, introduced a boolean field enabling users to indicate whether they wish to import with maturity dates. Initially implemented for CSV and XLSX file formats.