-
-
Notifications
You must be signed in to change notification settings - Fork 486
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31cc443
commit 5bb5b23
Showing
4 changed files
with
29 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <https://github.com/OCA/stock-logistics-warehouse>`__ | ||
- 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 <https://github.com/OCA/stock-logistics-warehouse>`__ | ||
- 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 <[email protected]> | ||
- Lois Rilo <[email protected]> | ||
- Jordi Ballester <[email protected]> | ||
- Lois Rilo <[email protected]> | ||
|
||
Maintainers | ||
----------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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", | ||
] |