[19.0][MIG] edi_stock_oca: Migration to 19.0#255
Open
sergijPf wants to merge 32 commits into
Open
Conversation
Member
|
/ocabot migration edi_stock_oca |
79af219 to
24269e9
Compare
…abled [UPD] Update edi_stock_oca.pot [UPD] README.rst
… stock.picking model
Currently translated at 100.0% (15 of 15 strings) Translation: edi-framework-16.0/edi-framework-16.0-edi_stock_oca Translate-URL: https://translation.odoo-community.org/projects/edi-framework-16-0/edi-framework-16-0-edi_stock_oca/it/
Currently translated at 100.0% (15 of 15 strings) Translation: edi-framework-16.0/edi-framework-16.0-edi_stock_oca Translate-URL: https://translation.odoo-community.org/projects/edi-framework-16-0/edi-framework-16-0-edi_stock_oca/it/
Rollback to action methods override since the state is computed but does not pass from writes.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: edi-framework-18.0/edi-framework-18.0-edi_stock_oca Translate-URL: https://translation.odoo-community.org/projects/edi-framework-18-0/edi-framework-18-0-edi_stock_oca/
Currently translated at 100.0% (18 of 18 strings) Translation: edi-framework-18.0/edi-framework-18.0-edi_stock_oca Translate-URL: https://translation.odoo-community.org/projects/edi-framework-18-0/edi-framework-18-0-edi_stock_oca/it/
24269e9 to
81fcd79
Compare
simahawk
requested changes
Jun 9, 2026
| from odoo.addons.component.core import Component | ||
|
|
||
|
|
||
| class EDIConfigSPListener(Component): |
Contributor
There was a problem hiding this comment.
Not a blocker but we can now get rid of listeners and rely only on edi.conf records.
Shall we take the occasion?
| _name = "stock.picking" | ||
| _inherit = ["stock.picking", "edi.exchange.consumer.mixin"] | ||
|
|
||
| # Override all methods to trigger EDI exchange after picking state changes. |
Contributor
There was a problem hiding this comment.
we could get rid of these methods
etobella
reviewed
Jun 10, 2026
| "license": "AGPL-3", | ||
| "author": "Creu Blanca, Odoo Community Association (OCA)", | ||
| "website": "https://github.com/OCA/edi-framework", | ||
| "depends": ["stock", "edi_oca", "component_event"], |
Member
There was a problem hiding this comment.
For me, now is the moment to split components from edi_stock. WDYT?
If components are required, we can made edi_stock_component.
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.
edi_oca is deprecated [19.0][MIG] edi_oca: Migration to 19.0 #253