File tree 5 files changed +8
-4
lines changed
delivery_multi_destination
5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Multiple destinations for the same delivery method
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:2bae037f6463833430c93739fa098bd379b7e9307ae8b3a4f8b8e02aeb33e2e4
10
+ !! source digest: sha256:2cb9cc1f227af0d903b43f5511bdd469acf455504f9aa767342cff2c1dd7fdf5
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -90,6 +90,7 @@ Contributors
90
90
* Pedro M. Baeza
91
91
* Luis M. Ontalba
92
92
* Carlos Roca
93
+ * Carolina Fernandez
93
94
94
95
* `Dinamiche Aziendali <https://www.dinamicheaziendali.it>__ `:
95
96
Original file line number Diff line number Diff line change 1
1
# Copyright 2016-2019 Tecnativa - Pedro M. Baeza
2
2
# Copyright 2017 Tecnativa - Luis M. Ontalba
3
3
# Copyright 2021 Gianmarco Conte <gconte@dinamicheaziendali.it>
4
+ # Copyright 2024 Tecnativa - Carolina Fernandez
4
5
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
5
6
6
7
{
7
8
"name" : "Multiple destinations for the same delivery method" ,
8
- "version" : "16.0.1.0.2 " ,
9
+ "version" : "16.0.1.0.0 " ,
9
10
"category" : "Delivery" ,
10
11
"website" : "https://github.com/OCA/delivery-carrier" ,
11
12
"author" : "Tecnativa, Odoo Community Association (OCA)" ,
Original file line number Diff line number Diff line change 3
3
* Pedro M. Baeza
4
4
* Luis M. Ontalba
5
5
* Carlos Roca
6
+ * Carolina Fernandez
6
7
7
8
* `Dinamiche Aziendali <https://www.dinamicheaziendali.it>__ `:
8
9
Original file line number Diff line number Diff line change 1
- < ?xml version="1.0" encoding="utf-8"?>
2
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
2
< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
4
3
< head >
@@ -367,7 +366,7 @@ <h1 class="title">Multiple destinations for the same delivery method</h1>
367
366
!! This file is generated by oca-gen-addon-readme !!
368
367
!! changes will be overwritten. !!
369
368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:2bae037f6463833430c93739fa098bd379b7e9307ae8b3a4f8b8e02aeb33e2e4
369
+ !! source digest: sha256:2cb9cc1f227af0d903b43f5511bdd469acf455504f9aa767342cff2c1dd7fdf5
371
370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
371
< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/delivery-carrier/tree/16.0/delivery_multi_destination "> < img alt ="OCA/delivery-carrier " src ="https://img.shields.io/badge/github-OCA%2Fdelivery--carrier-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/delivery-carrier-16-0/delivery-carrier-16-0-delivery_multi_destination "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/delivery-carrier&target_branch=16.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
372
< p > This module allows to set different price rules depending on the destination.</ p >
@@ -439,6 +438,7 @@ <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
439
438
< li > Pedro M. Baeza</ li >
440
439
< li > Luis M. Ontalba</ li >
441
440
< li > Carlos Roca</ li >
441
+ < li > Carolina Fernandez</ li >
442
442
</ ul >
443
443
</ li >
444
444
< li > < cite > Dinamiche Aziendali <https://www.dinamicheaziendali.it>__</ cite > :< ul >
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ def _create_carrier(self, childs):
86
86
carrier_form .product_id = self .product
87
87
carrier_form .delivery_type = "fixed"
88
88
carrier_form .fixed_price = 100
89
+ # this needs to be done in this order
89
90
carrier_form .destination_type = "multi"
90
91
for child_item in childs :
91
92
with carrier_form .child_ids .new () as child_form :
You can’t perform that action at this time.
0 commit comments