From 5bb5b2315869f680b6662932b680cb5d3f3f1505 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 26 Nov 2024 15:07:06 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 6 +++++- mrp_warehouse_calendar/README.rst | 20 +++++++++---------- .../static/description/index.html | 6 +++--- setup/_metapackage/pyproject.toml | 11 ++++++++++ 4 files changed, 29 insertions(+), 14 deletions(-) create mode 100644 setup/_metapackage/pyproject.toml diff --git a/README.md b/README.md index cde153f67..8d48b4c2b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ manufacture [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +Available addons +---------------- +addon | version | maintainers | summary +--- | --- | --- | --- +[mrp_warehouse_calendar](mrp_warehouse_calendar/) | 18.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Considers the warehouse calendars in manufacturing [//]: # (end addons) diff --git a/mrp_warehouse_calendar/README.rst b/mrp_warehouse_calendar/README.rst index ba4a35fa1..b368a530a 100644 --- a/mrp_warehouse_calendar/README.rst +++ b/mrp_warehouse_calendar/README.rst @@ -7,7 +7,7 @@ MRP Warehouse Calendar !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:18cdb9aea24afa77c86c9bf4c578ce490415389ba52053aabd18c04b457002eb + !! source digest: sha256:99ac49985f13eecb2ffd8426d44d8fc8bcf213f96227a594f20cf6d60384bcc7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -46,13 +46,13 @@ the working days defined by the warehouse calendar. Configuration ============= -- This module depends on - `stock_warehouse_calendar `__ -- Go to *Settings* and activate the developer mode. |Developer mode| -- Go to *Settings > Technical > Resource > Working Schedules* and - define your resource calendar. |Working Schedules| -- Go to *Inventory > Configuration > Warehouse Management > Warehouses* - and assign the Working Schedule. |Warehouse Management| +- This module depends on + `stock_warehouse_calendar `__ +- Go to *Settings* and activate the developer mode. |Developer mode| +- Go to *Settings > Technical > Resource > Working Schedules* and define + your resource calendar. |Working Schedules| +- Go to *Inventory > Configuration > Warehouse Management > Warehouses* + and assign the Working Schedule. |Warehouse Management| .. |Developer mode| image:: https://raw.githubusercontent.com/OCA/manufacture/18.0/mrp_warehouse_calendar/static/description/developer_mode.gif .. |Working Schedules| image:: https://raw.githubusercontent.com/OCA/manufacture/18.0/mrp_warehouse_calendar/static/description/working_schedules.gif @@ -101,8 +101,8 @@ Authors Contributors ------------ -- Jordi Ballester -- Lois Rilo +- Jordi Ballester +- Lois Rilo Maintainers ----------- diff --git a/mrp_warehouse_calendar/static/description/index.html b/mrp_warehouse_calendar/static/description/index.html index 4cf05b549..9c7e30068 100644 --- a/mrp_warehouse_calendar/static/description/index.html +++ b/mrp_warehouse_calendar/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:18cdb9aea24afa77c86c9bf4c578ce490415389ba52053aabd18c04b457002eb +!! source digest: sha256:99ac49985f13eecb2ffd8426d44d8fc8bcf213f96227a594f20cf6d60384bcc7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: LGPL-3 OCA/manufacture Translate me on Weblate Try me on Runboat

This module ensures that manufacturing orders created from procurements @@ -398,8 +398,8 @@ the working days defined by the warehouse calendar.

  • This module depends on stock_warehouse_calendar
  • Go to Settings and activate the developer mode. Developer mode
  • -
  • Go to Settings > Technical > Resource > Working Schedules and -define your resource calendar. Working Schedules
  • +
  • Go to Settings > Technical > Resource > Working Schedules and define +your resource calendar. Working Schedules
  • Go to Inventory > Configuration > Warehouse Management > Warehouses and assign the Working Schedule. Warehouse Management
  • diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 000000000..fa962621f --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-manufacture" +version = "18.0.20241126.0" +dependencies = [ + "odoo-addon-mrp_warehouse_calendar==18.0.*", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 18.0", +]