Skip to content
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

[pull] 14.0 from OCA:14.0 #1

Open
wants to merge 849 commits into
base: 14.0
Choose a base branch
from
Open

[pull] 14.0 from OCA:14.0 #1

wants to merge 849 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 26, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Jan 26, 2022
Ivorra78 and others added 29 commits December 21, 2023 21:34
Currently translated at 100.0% (5 of 5 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-delivery_carrier_location
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_carrier_location/es/
Currently translated at 100.0% (7 of 7 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-server_environment_delivery
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-server_environment_delivery/es/
Currently translated at 100.0% (6 of 6 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-delivery_carrier_partner
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_carrier_partner/es/
Currently translated at 100.0% (18 of 18 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-delivery_roulier
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_roulier/es/
Currently translated at 100.0% (5 of 5 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-delivery_postlogistics_server_env
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_postlogistics_server_env/es/
Currently translated at 100.0% (5 of 5 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-carrier_account_environment
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-carrier_account_environment/es/
Currently translated at 100.0% (6 of 6 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-partner_default_delivery_carrier
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-partner_default_delivery_carrier/es/
Currently translated at 100.0% (12 of 12 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-delivery_send_to_shipper_at_operation
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_send_to_shipper_at_operation/es/
Currently translated at 100.0% (12 of 12 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-delivery_carrier_pricelist
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_carrier_pricelist/es/
Currently translated at 100.0% (7 of 7 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-stock_picking_delivery_link
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-stock_picking_delivery_link/es/
Currently translated at 100.0% (6 of 6 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-delivery_packaging_archive
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_packaging_archive/es/
Currently translated at 100.0% (5 of 5 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-delivery_carrier_city
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_carrier_city/es/
Currently translated at 100.0% (4 of 4 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-delivery_schenker_picking_volume
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_schenker_picking_volume/es/
Currently translated at 100.0% (4 of 4 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-stock_picking_carrier_from_rule
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-stock_picking_carrier_from_rule/es/
Signed-off-by pedrobaeza
Currently translated at 100.0% (7 of 7 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-delivery_auto_refresh
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_auto_refresh/it/
Currently translated at 100.0% (7 of 7 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-stock_picking_delivery_link
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-stock_picking_delivery_link/it/
Currently translated at 100.0% (6 of 6 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-delivery_carrier_partner
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_carrier_partner/it/
Currently translated at 12.7% (12 of 94 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-base_delivery_carrier_label
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-base_delivery_carrier_label/it/
mymage and others added 30 commits January 9, 2025 13:46
Signed-off-by jbaudoux
…computation to use context order_id

The changes try to avoid concurrent write like this:

2025-02-03 08:15:41,301 2015296 ERROR detest odoo.sql_db: bad query: UPDATE "delivery_carrier" SET "order_id"=69411,"write_uid"=613,"write_date"=(now() at time zone 'UTC') WHERE id IN (79)

Basically each time a computation is needed the sale order_id is changed on delivery carrier; if you get multiple user working on different orders with same carrier this ends on concurrent connection trying to change the order id.
…r_id for product domain application in price computation
Signed-off-by pedrobaeza
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: delivery-carrier-14.0/delivery-carrier-14.0-delivery_price_product_domain
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_price_product_domain/
Currently translated at 100.0% (9 of 9 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-delivery_price_rule_untaxed
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_price_rule_untaxed/it/
Keep delivery_notification_sent set on backorder
Signed-off-by jbaudoux
Signed-off-by jbaudoux
Currently translated at 25.0% (1 of 4 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-delivery_postlogistics_dangerous_goods
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_postlogistics_dangerous_goods/it/
Currently translated at 25.0% (1 of 4 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-delivery_schenker_picking_volume
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_schenker_picking_volume/it/
Currently translated at 25.0% (1 of 4 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-delivery_schenker_quant_package_dimension
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_schenker_quant_package_dimension/it/
Currently translated at 16.6% (1 of 6 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-delivery_free_fee_removal
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_free_fee_removal/it/
Currently translated at 20.0% (1 of 5 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-delivery_postlogistics_server_env
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_postlogistics_server_env/it/
Currently translated at 25.0% (1 of 4 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-stock_picking_carrier_from_rule
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-stock_picking_carrier_from_rule/it/
Currently translated at 14.2% (1 of 7 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-server_environment_delivery
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-server_environment_delivery/it/
Currently translated at 20.0% (1 of 5 strings)

Translation: delivery-carrier-14.0/delivery-carrier-14.0-delivery_carrier_location
Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_carrier_location/it/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.