diff --git a/delivery_multi_destination/README.rst b/delivery_multi_destination/README.rst index 477e57deca..fb87f08a82 100644 --- a/delivery_multi_destination/README.rst +++ b/delivery_multi_destination/README.rst @@ -14,13 +14,13 @@ Multiple destinations for the same delivery method :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fdelivery--carrier-lightgray.png?logo=github - :target: https://github.com/OCA/delivery-carrier/tree/12.0/delivery_multi_destination + :target: https://github.com/OCA/delivery-carrier/tree/13.0/delivery_multi_destination :alt: OCA/delivery-carrier .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/delivery-carrier-12-0/delivery-carrier-12-0-delivery_multi_destination + :target: https://translation.odoo-community.org/projects/delivery-carrier-13-0/delivery-carrier-13-0-delivery_multi_destination :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/99/12.0 + :target: https://runbot.odoo-community.org/runbot/99/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -42,7 +42,7 @@ Configuration To configure delivery methods with multiple destinations: -#. Go to Inventory > Configuration > Delivery > Delivery Methods +#. Go to Inventory > Configuration > Delivery > Shipping Methods #. Create or edit an existing record. #. Select "Destination type" = "Multiple destinations". #. Introduce a line for each destination in the new tab "Destinations" @@ -67,7 +67,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -84,8 +84,9 @@ Contributors * `Tecnativa __`: - * Pedro M. Baeza - * Luis M. Ontalba + * Pedro M. Baeza + * Luis M. Ontalba + * Carlos Roca Maintainers ~~~~~~~~~~~ @@ -100,6 +101,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/delivery-carrier `_ project on GitHub. +This module is part of the `OCA/delivery-carrier `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/delivery_multi_destination/__manifest__.py b/delivery_multi_destination/__manifest__.py index 34b3b58025..69c8777595 100644 --- a/delivery_multi_destination/__manifest__.py +++ b/delivery_multi_destination/__manifest__.py @@ -4,13 +4,13 @@ { "name": "Multiple destinations for the same delivery method", - "version": "12.0.1.1.0", + "version": "13.0.1.0.0", "category": "Delivery", "website": "https://github.com/OCA/delivery-carrier", "author": "Tecnativa, " "Odoo Community Association (OCA)", "license": "AGPL-3", "installable": True, - "depends": ["delivery",], - "demo": ["demo/delivery_carrier_demo.xml",], - "data": ["views/delivery_carrier_view.xml",], + "depends": ["delivery"], + "demo": ["demo/delivery_carrier_demo.xml"], + "data": ["views/delivery_carrier_view.xml"], } diff --git a/delivery_multi_destination/models/delivery_carrier.py b/delivery_multi_destination/models/delivery_carrier.py index 4807c9418d..6759d887f4 100644 --- a/delivery_multi_destination/models/delivery_carrier.py +++ b/delivery_multi_destination/models/delivery_carrier.py @@ -18,7 +18,7 @@ class DeliveryCarrier(models.Model): comodel_name="delivery.carrier", string="Parent carrier", ) destination_type = fields.Selection( - selection=[("one", "One destination"), ("multi", "Multiple destinations"),], + selection=[("one", "One destination"), ("multi", "Multiple destinations")], default="one", required=True, ) diff --git a/delivery_multi_destination/readme/CONFIGURE.rst b/delivery_multi_destination/readme/CONFIGURE.rst index 4621c12bb1..42d71e2a02 100644 --- a/delivery_multi_destination/readme/CONFIGURE.rst +++ b/delivery_multi_destination/readme/CONFIGURE.rst @@ -1,6 +1,6 @@ To configure delivery methods with multiple destinations: -#. Go to Inventory > Configuration > Delivery > Delivery Methods +#. Go to Inventory > Configuration > Delivery > Shipping Methods #. Create or edit an existing record. #. Select "Destination type" = "Multiple destinations". #. Introduce a line for each destination in the new tab "Destinations" diff --git a/delivery_multi_destination/readme/CONTRIBUTORS.rst b/delivery_multi_destination/readme/CONTRIBUTORS.rst index 502fca703b..cac0fd55e8 100644 --- a/delivery_multi_destination/readme/CONTRIBUTORS.rst +++ b/delivery_multi_destination/readme/CONTRIBUTORS.rst @@ -1,4 +1,5 @@ * `Tecnativa __`: - * Pedro M. Baeza - * Luis M. Ontalba + * Pedro M. Baeza + * Luis M. Ontalba + * Carlos Roca diff --git a/delivery_multi_destination/static/description/index.html b/delivery_multi_destination/static/description/index.html index 5aec2b765a..24ea224bd6 100644 --- a/delivery_multi_destination/static/description/index.html +++ b/delivery_multi_destination/static/description/index.html @@ -3,7 +3,7 @@ - + Multiple destinations for the same delivery method