-
-
Notifications
You must be signed in to change notification settings - Fork 40
[19.0][MIG] edi_core_oca #215
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
Open
etobella
wants to merge
453
commits into
OCA:19.0
Choose a base branch
from
dixmit:19.0-mig-edi_core_oca
base: 19.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
* auto btns on/off flag per exchange type * offer hook to customize how btns are rendered * improve UI
Raise specific error when exchange type is not found.
To be used to track references on exchanged related records.
Handy method to validate core actions of the edi framework.
Kewyord params were not propagated.
Propagate custom kw args to event handlers.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: edi-15.0/edi-15.0-edi_oca Translate-URL: https://translation.odoo-community.org/projects/edi-15-0/edi-15-0-edi_oca/
You can now track the original exchange record that originated the document in the 1st place.
Ease finding which type the current one is an ack for.
You can produce or receive more than one ack for a given exchange. If that's the case, make sure only the newest is considered.
In case exchange_on is the same, use ID to get the latest on top.
Currently translated at 100.0% (253 of 253 strings) Translation: edi-framework-18.0/edi-framework-18.0-edi_oca Translate-URL: https://translation.odoo-community.org/projects/edi-framework-18-0/edi-framework-18-0-edi_oca/it/
Co-authored-by: =?UTF-8?q?Fran=C3=A7ois=20Honor=C3=A9?= <francois.honore@acsone.eu>
Add new way of handling EDI through models Co-authored-by: =?UTF-8?q?Fran=C3=A7ois=20Honor=C3=A9?= <francois.honore@acsone.eu>
The page was not visible in any case. The condition was wrong. It should be hidden if no related exchange nor parent is set.
Currently translated at 95.2% (260 of 273 strings) Translation: edi-framework-18.0/edi-framework-18.0-edi_core_oca Translate-URL: https://translation.odoo-community.org/projects/edi-framework-18-0/edi-framework-18-0-edi_core_oca/it/
Currently translated at 100.0% (273 of 273 strings) Translation: edi-framework-18.0/edi-framework-18.0-edi_core_oca Translate-URL: https://translation.odoo-community.org/projects/edi-framework-18-0/edi-framework-18-0-edi_core_oca/it/
Currently translated at 100.0% (273 of 273 strings) Translation: edi-framework-18.0/edi-framework-18.0-edi_core_oca Translate-URL: https://translation.odoo-community.org/projects/edi-framework-18-0/edi-framework-18-0-edi_core_oca/it/
Member
Author
28303f0 to
aa64e2a
Compare
Member
Author
|
@simahawk 🙏 This way we can have a clean edi_core_oca installation in odoo 19 |
Contributor
|
@etobella sorry, I was underwater for a while. I'll try to have a look within this or next week 😉 |
Contributor
simahawk
reviewed
Dec 1, 2025
Contributor
simahawk
left a comment
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.
LG overall.
So far the file could be edited in any state and w/o any trace of editing. This change brings: * the file is frozen if it has been already processed or sent * if you really need to change it you can force this by assigning the group ``group_edi_override_exchange_file_content`` to the user * updates to the file are now tracked via checksum changes
model.model few lines below will trigger an access error w/o this change.
aa64e2a to
0e6d581
Compare
0e6d581 to
8dced0b
Compare
Member
Author
|
@simahawk WDYT? |
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.
Done the history rewritting for not losing the commits from edi_oca and map them in edi_core_oca (Since the split, obviously).
I added JS tests 😉
I avoided the use of odoo_test_helper