mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[BOT] post-merge updates
This commit is contained in:
@@ -17,7 +17,11 @@ TODO: add repo description.
|
||||
|
||||
[//]: # (addons)
|
||||
|
||||
This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
|
||||
Available addons
|
||||
----------------
|
||||
addon | version | maintainers | summary
|
||||
--- | --- | --- | ---
|
||||
[scrap_reason_code](scrap_reason_code/) | 17.0.1.0.0 | [](https://github.com/bodedra) | Reason code for scrapping
|
||||
|
||||
[//]: # (end addons)
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ Scrap Reason Code
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:2689e0bf5ae11316d48b7c179a2662765f9f8f553b04c3edb4612711a6338a39
|
||||
!! source digest: sha256:212ac46e4a73990b785c1c5ee29563a2f98d597ba35277a372a1489e761f34aa
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
11
setup/_metapackage/pyproject.toml
Normal file
11
setup/_metapackage/pyproject.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[project]
|
||||
name = "odoo-addons-oca-stock-logistics-warehouse"
|
||||
version = "17.0.20240117.0"
|
||||
dependencies = [
|
||||
"odoo-addon-scrap_reason_code>=17.0dev,<17.1dev",
|
||||
]
|
||||
classifiers=[
|
||||
"Programming Language :: Python",
|
||||
"Framework :: Odoo",
|
||||
"Framework :: Odoo :: 17.0",
|
||||
]
|
||||
Reference in New Issue
Block a user