Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Dec 31, 2024
1 parent 6a3a41c commit 21e0aea
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ wms

[//]: # (addons)

This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[delivery_carrier_warehouse](delivery_carrier_warehouse/) | 18.0.1.0.0 | | Get delivery method used in sales orders from warehouse

[//]: # (end addons)

Expand Down
12 changes: 6 additions & 6 deletions delivery_carrier_warehouse/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Delivery Carrier Warehouse
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:4ace85cd460a9e5176611834a03890088dc90a7dc8965266e91c77f11bd94729
!! source digest: sha256:15cbf8c1a64cc69751628ea2a87364e37b796364276e7a4cd0ae3666584b6f4c
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -59,18 +59,18 @@ Authors
Contributors
------------

- Akim Juillerat <akim.juillerat@camptocamp.com>
- Phuc Tran Thanh <phuc@trobz.com>
- Fernando La Chica - GreenIce <fernandolachica@gmail.com>
- Chau Le <chaulb@trobz.com>
- Akim Juillerat <akim.juillerat@camptocamp.com>
- Phuc Tran Thanh <phuc@trobz.com>
- Fernando La Chica - GreenIce <fernandolachica@gmail.com>
- Chau Le <chaulb@trobz.com>

Other credits
-------------

The development and migration of this module has been financially
supported by:

- Camptocamp
- Camptocamp

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion delivery_carrier_warehouse/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Delivery Carrier Warehouse</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:4ace85cd460a9e5176611834a03890088dc90a7dc8965266e91c77f11bd94729
!! source digest: sha256:15cbf8c1a64cc69751628ea2a87364e37b796364276e7a4cd0ae3666584b6f4c
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/wms/tree/18.0/delivery_carrier_warehouse"><img alt="OCA/wms" src="https://img.shields.io/badge/github-OCA%2Fwms-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/wms-18-0/wms-18-0-delivery_carrier_warehouse"><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/wms&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module allows to define a delivery carrier on stock warehouse.</p>
Expand Down
11 changes: 11 additions & 0 deletions setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[project]
name = "odoo-addons-oca-wms"
version = "18.0.20241231.0"
dependencies = [
"odoo-addon-delivery_carrier_warehouse==18.0.*",
]
classifiers=[
"Programming Language :: Python",
"Framework :: Odoo",
"Framework :: Odoo :: 18.0",
]

0 comments on commit 21e0aea

Please sign in to comment.