-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
[17.0][MIG] delivery_gls_asm: Migration to 17.0 #3865
Open
Tisho99
wants to merge
43
commits into
OCA:17.0
Choose a base branch
from
sygel-technology:17.0-mig-delivery_gls_asm
base: 17.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.
Conversation
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
[UPD] Update delivery_gls_asm.pot Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-spain-12.0/l10n-spain-12.0-delivery_gls_asm Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-12-0/l10n-spain-12-0-delivery_gls_asm/ Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-spain-12.0/l10n-spain-12.0-delivery_gls_asm Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-12-0/l10n-spain-12-0-delivery_gls_asm/
Currently translated at 68.4% (93 of 136 strings) Translation: l10n-spain-12.0/l10n-spain-12.0-delivery_gls_asm Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-12-0/l10n-spain-12-0-delivery_gls_asm/es/
Non implemented methods should raise informative exceptions if used [UPD] Update delivery_gls_asm.pot delivery_gls_asm 12.0.1.0.1 Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-spain-12.0/l10n-spain-12.0-delivery_gls_asm Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-12-0/l10n-spain-12-0-delivery_gls_asm/
delivery_gls_asm 12.0.1.0.2
The `cliente` key corresponds to the company not to the customer, wich is `nombre_dst` delivery_gls_asm 12.0.1.0.3
Alhough it will raise another exception, at least it will show the proper message and not a traceback.
Ensure that the values sent to the xml soap request are properly escaped. A partner name like "Johnson & Johnson" would fail otherwise.
[UPD] Update delivery_gls_asm.pot [UPD] README.rst
Currently translated at 98.5% (135 of 137 strings) Translation: l10n-spain-13.0/l10n-spain-13.0-delivery_gls_asm Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-13-0/l10n-spain-13-0-delivery_gls_asm/es/
Currently translated at 5.2% (7 of 134 strings) Translation: l10n-spain-13.0/l10n-spain-13.0-delivery_gls_asm Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-13-0/l10n-spain-13-0-delivery_gls_asm/ca/
Add field for GLS specific states, so the customer can have the same tracking and grouping on Odoo as they have on the GLS interface
`res_country.phone_code` is an Integer field, thus it should not be scaped. TT33879
delivery_gls_asm 14.0.1.1.0
GLS ASM API has a limit of 15 characters for its reference so we should avoid sequences longer than that if we want to avoid collisions. TT33272 [UPD] Update delivery_gls_asm.pot delivery_gls_asm 14.0.1.1.1 Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-spain-14.0/l10n-spain-14.0-delivery_gls_asm Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-14-0/l10n-spain-14-0-delivery_gls_asm/
Add error codes meaning and rearrange master data in an independent file. TT34458
When we deliver to some destinations, the mobile phone and the email address turn into required fields. We try to fallback to the ones informed in the commercial entity data. TT34458 delivery_gls_asm 14.0.1.1.2 [UPD] Update delivery_gls_asm.pot delivery_gls_asm 14.0.1.2.0 [UPD] Update delivery_gls_asm.pot delivery_gls_asm 14.0.1.3.0
[UPD] Update delivery_gls_asm.pot
- If the manifest only comes with 1 delivery it is in form of a singular dict instead of a list of dicts and this causes issues when iterating in the XML delivery_gls_asm 14.0.1.4.1
[UPD] README.rst delivery_gls_asm 14.0.1.4.2
delivery_gls_asm 14.0.1.4.3
delivery_gls_asm 14.0.1.5.0
Currently translated at 77.0% (144 of 187 strings) Translation: l10n-spain-15.0/l10n-spain-15.0-delivery_gls_asm Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-15-0/l10n-spain-15-0-delivery_gls_asm/es/
- Fix tests to declare packages explicitly - Fix wrong keyword literals on errors TT45144
Currently translated at 100.0% (189 of 189 strings) Translation: l10n-spain-15.0/l10n-spain-15.0-delivery_gls_asm Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-15-0/l10n-spain-15-0-delivery_gls_asm/es/
New shipping times and renaming of some of them by GLS TT48760
Check the actual value that is being sent to GLS, since it doesn't make sense to error for 15 characters when the value you would send doesn't actually exceed that limit My use case is that we have some clients that deliver a whole stock.picking.batch instead of stock.picking individually, therefore the reference we use is the batch's name (overwritten through _prepare_gls_asm_shipping). This started erroring when the picking reference reached 16 characters while the batch reference is still only 10
Tisho99
force-pushed
the
17.0-mig-delivery_gls_asm
branch
3 times, most recently
from
December 23, 2024 11:44
0d27708
to
d61c4de
Compare
Tisho99
force-pushed
the
17.0-mig-delivery_gls_asm
branch
from
December 23, 2024 11:49
d61c4de
to
36f1f56
Compare
/ocabot migration delivery_gls_asm |
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.
Standard migration
T-7119