-
-
Notifications
You must be signed in to change notification settings - Fork 538
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
[MIG] delivery_seur: Migration to 14.0 #2290
Conversation
[FIX] rename views to && [FIX] small fixes [UPD] remove depend to delivery_price_method [UDP] change depend stock_picking_delivery_info_computation to delivery_package_number [FIX] work with latin characters [UPD] test replace to SavepointCase [UPD] test replace to setUpClass [UPD] force carrier margin to 0 [UPD] test create picelist [REM] set a margin value [UPD] .rst files [UPD] README.rst
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-spain-12.0/l10n-spain-12.0-delivery_seur Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-12-0/l10n-spain-12-0-delivery_seur/
… expedition [UDP] delivery_seur: information for create shipping in 'prepare' method for ease overwrite [UPD] delivery_seur: add comment [UPD] comments
delivery_seur 12.0.1.0.1
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-spain-12.0/l10n-spain-12.0-delivery_seur Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-12-0/l10n-spain-12-0-delivery_seur/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-spain-12.0/l10n-spain-12.0-delivery_seur Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-12-0/l10n-spain-12-0-delivery_seur/
- Currently there's no support for Cash on Delivery expeditions. We shouldn't give any value to the Cash on Delivery field as it's recorded in the expedition and can lead to errors. delivery_seur 12.0.1.0.2
According to SEUR, the value expected is the weight by package not the total of the expedition.
- Add easy traceability of communications to SEUR with last sent and received data. - Better exception handling as in some case we didn't have a different error response.
Follow the same format as in the delivery slip [UPD] Update delivery_seur.pot delivery_seur 12.0.1.1.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_seur Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-12-0/l10n-spain-12-0-delivery_seur/
Non implemented methods should raise informative exceptions if used [UPD] Update delivery_seur.pot delivery_seur 12.0.1.1.2 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_seur Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-12-0/l10n-spain-12-0-delivery_seur/
SEUR sends the Zebra label with an CI10 command, wich stands for spanish character set encoding. We must encode the resultant txt file with iso-8859-15 as well to support accents properly. [UPD] Update delivery_seur.pot delivery_seur 12.0.1.1.3 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_seur Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-12-0/l10n-spain-12-0-delivery_seur/
Although it will raise another exception, at least it will show the proper message and not a traceback. Fixes OCA#1605
Currently translated at 100.0% (71 of 71 strings) Translation: l10n-spain-13.0/l10n-spain-13.0-delivery_seur Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-13-0/l10n-spain-13-0-delivery_seur/es/
Currently translated at 100.0% (68 of 68 strings) Translation: l10n-spain-13.0/l10n-spain-13.0-delivery_seur Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-13-0/l10n-spain-13-0-delivery_seur/ca/
If we provide the display name of the partner, there's a high chance that it's trimmed in the label leading to confusion. This way, we can keep the relevant data considering if the contact is a delivery address, a child contact or a commercial partner. TT33632
In v12, with the parameter datas_fname we could force the file to be downloaded as such filename. Now that parameter doesn't exist and the filename format is lost from the previous version. odoo/odoo@c212cfe This is specilly problematic with txt format and some printer which doesnt support joliet filenames or even files without extension. The mimetype for text files was also wrong, as 'application/txt' doesn't exist. See Mozilla Dev docs for more info on this: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types TT34599
|
Please, include #2373 changes |
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.
Será necesario hacer también lo siguiente:
- Mantener el historial de commits ([13.0][IMP+FIX] delivery_seur: Add seur_use_packages_from_picking field in carrier to use (or not) package from pickings + Set the correct weight if we use packages. #2373) en el orden en cuestión (antes del commit de black, isort, prettier y de migración)
- Juntar en 1 solo commit de migración lo que actualmente está en: Migration to 14.0 + dependencies + Migration to 14.0
a50e1e7
to
c7ebe19
Compare
Me he liado con los commits, disculpa. |
Migración a 14.0
Dependencia delivery_price_method