Skip to content

Commit d819a91

Browse files
[MIG] delivery_estimated_package_quantity_by_weight: Migration to 18.0
1 parent 57b185b commit d819a91

File tree

6 files changed

+197
-204
lines changed

6 files changed

+197
-204
lines changed

delivery_estimated_package_quantity_by_weight/README.rst

+3
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ Contributors
8282

8383
- Lindsay Marion <lindsay.marion@acsone.eu>
8484
- Hughes Damry <hughes.damry@acsone.eu>
85+
- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__
86+
87+
- Bhavesh Heliconia
8588

8689
Maintainers
8790
-----------

delivery_estimated_package_quantity_by_weight/__manifest__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"summary": """
77
Compute the amount of packages a picking out should have depending on the
88
weight of the products and the limit fixed by the carrier""",
9-
"version": "16.0.1.0.0",
9+
"version": "18.0.1.0.0",
1010
"license": "AGPL-3",
1111
"website": "https://github.com/OCA/delivery-carrier",
1212
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
13-
"depends": ["stock", "delivery"],
13+
"depends": ["stock_delivery"],
1414
"data": ["views/delivery_carrier_views.xml", "views/stock_picking_views.xml"],
1515
"installable": True,
1616
}
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
- Lindsay Marion \<<lindsay.marion@acsone.eu>\>
22
- Hughes Damry \<<hughes.damry@acsone.eu>\>
3+
- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io)
4+
- Bhavesh Heliconia

delivery_estimated_package_quantity_by_weight/static/description/index.html

+4
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,10 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
428428
<ul class="simple">
429429
<li>Lindsay Marion &lt;<a class="reference external" href="mailto:lindsay.marion&#64;acsone.eu">lindsay.marion&#64;acsone.eu</a>&gt;</li>
430430
<li>Hughes Damry &lt;<a class="reference external" href="mailto:hughes.damry&#64;acsone.eu">hughes.damry&#64;acsone.eu</a>&gt;</li>
431+
<li><a class="reference external" href="https://www.heliconia.io">Heliconia Solutions Pvt. Ltd.</a><ul>
432+
<li>Bhavesh Heliconia</li>
433+
</ul>
434+
</li>
431435
</ul>
432436
</div>
433437
<div class="section" id="maintainers">

0 commit comments

Comments
 (0)