Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[12.0][MIG] stock_warehouse_calendar #564

Merged
merged 5 commits into from
Apr 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
115 changes: 115 additions & 0 deletions stock_warehouse_calendar/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
========================
Stock Warehouse Calendar
========================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github
:target: https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_warehouse_calendar
:alt: OCA/stock-logistics-warehouse
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_warehouse_calendar
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/153/12.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

This module adds a Calendar to the Warehouse. This calendar can then used as
the basis of the proper computation of start/end dates based on lead times in
this and other modules.

In this module, the calendar considered in the computation of start date of
stock moves and pickings created from procurements, where the lead time
is used.

**Table of contents**

.. contents::
:local:

Configuration
=============

* Go to *Settings* and activate the developer mode.

* Go to *Settings > Technical > Resource > Working Time* and define your
resource calendar.

* Go to *Inventory > Configuration > Warehouse Management > Warehouses*
and assign the Resource Calendar.

* Go to *Inventory > Configuration > Settings* and in *Warehouse* mark
'Multi-Step Routes option'.

* Go to *Inventory > Configuration > Warehouse Management > Routes* and
set up the proper delays in the stock rules where 'action'
is 'Move From Another Location'.

Usage
=====

When a picking is created out of a procurement evaluation (from an
orderpoint, MTO,...) the calendar is considered in the computation of the
expected date of the picking and moves. For example, if it takes 1 day to
execute a stock transfer from another warehouse and it is Monday, the picking
to resupply will be created with expected start date on the previous Friday,
if the warehouse operates under a Mo-Fri working calendar.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-warehouse/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_warehouse_calendar%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Eficent

Contributors
~~~~~~~~~~~~

* Jordi Ballester (EFICENT) <jordi.ballester@eficent.com>.

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

.. |maintainer-jbeficent| image:: https://github.com/jbeficent.png?size=40px
:target: https://github.com/jbeficent
:alt: jbeficent

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-jbeficent|

This module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_warehouse_calendar>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 2 additions & 0 deletions stock_warehouse_calendar/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from . import models
23 changes: 23 additions & 0 deletions stock_warehouse_calendar/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2017 Eficent Business and IT Consulting Services, S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).

{
"name": "Stock Warehouse Calendar",
"summary": "Adds a calendar to the Warehouse",
"version": "12.0.1.0.0",
"license": "LGPL-3",
MiquelRForgeFlow marked this conversation as resolved.
Show resolved Hide resolved
"website": "https://github.com/stock-logistics-warehouse",
"author": "Eficent, "
"Odoo Community Association (OCA)",
"category": "Warehouse Management",
"depends": [
"stock",
"resource",
],
"data": [
"views/stock_warehouse_views.xml",
],
"installable": True,
'development_status': 'Beta',
'maintainers': ['jbeficent'],
}
30 changes: 30 additions & 0 deletions stock_warehouse_calendar/i18n/stock_warehouse_calendar.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_warehouse_calendar
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: stock_warehouse_calendar
#: model:ir.model,name:stock_warehouse_calendar.model_procurement_rule
msgid "Procurement Rule"
msgstr ""

#. module: stock_warehouse_calendar
#: model:ir.model,name:stock_warehouse_calendar.model_stock_warehouse
msgid "Warehouse"
msgstr ""

#. module: stock_warehouse_calendar
#: model:ir.model.fields,field_description:stock_warehouse_calendar.field_stock_warehouse_calendar_id
msgid "Working Hours"
msgstr ""

3 changes: 3 additions & 0 deletions stock_warehouse_calendar/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from . import stock_warehouse
from . import stock_rule
24 changes: 24 additions & 0 deletions stock_warehouse_calendar/models/stock_rule.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 2018 Eficent Business and IT Consulting Services, S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).

from odoo import fields, models
from datetime import datetime


class StockRule(models.Model):
_inherit = 'stock.rule'

def _get_stock_move_values(self, product_id, product_qty, product_uom,
location_id, name, origin, values, group_id):
res = super(StockRule, self)._get_stock_move_values(
product_id, product_qty, product_uom,
location_id, name, origin, values, group_id)
dt_planned = fields.Datetime.to_datetime(values['date_planned'])
warehouse = self.propagate_warehouse_id or self.warehouse_id
if warehouse.calendar_id and self.delay:
date_expected = warehouse.calendar_id.plan_days(
-1 * self.delay - 1, dt_planned)
if date_expected > datetime.now():
res['date'] = date_expected
res['date_expected'] = date_expected
return res
13 changes: 13 additions & 0 deletions stock_warehouse_calendar/models/stock_warehouse.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright 2018 Eficent Business and IT Consulting Services, S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).

from odoo import fields, models


class StockWarehouse(models.Model):
_inherit = 'stock.warehouse'

calendar_id = fields.Many2one(
comodel_name='resource.calendar',
string='Working Hours',
)
14 changes: 14 additions & 0 deletions stock_warehouse_calendar/readme/CONFIGURE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
* Go to *Settings* and activate the developer mode.

* Go to *Settings > Technical > Resource > Working Time* and define your
resource calendar.

* Go to *Inventory > Configuration > Warehouse Management > Warehouses*
and assign the Resource Calendar.

* Go to *Inventory > Configuration > Settings* and in *Warehouse* mark
'Multi-Step Routes option'.

* Go to *Inventory > Configuration > Warehouse Management > Routes* and
set up the proper delays in the stock rules where 'action'
is 'Move From Another Location'.
1 change: 1 addition & 0 deletions stock_warehouse_calendar/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Jordi Ballester (EFICENT) <jordi.ballester@eficent.com>.
7 changes: 7 additions & 0 deletions stock_warehouse_calendar/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This module adds a Calendar to the Warehouse. This calendar can then used as
the basis of the proper computation of start/end dates based on lead times in
this and other modules.

In this module, the calendar considered in the computation of start date of
stock moves and pickings created from procurements, where the lead time
is used.
6 changes: 6 additions & 0 deletions stock_warehouse_calendar/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
When a picking is created out of a procurement evaluation (from an
orderpoint, MTO,...) the calendar is considered in the computation of the
expected date of the picking and moves. For example, if it takes 1 day to
execute a stock transfer from another warehouse and it is Monday, the picking
to resupply will be created with expected start date on the previous Friday,
if the warehouse operates under a Mo-Fri working calendar.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.