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

[16.0][MIG] stock_request_direction: Migration to 16.0 #1979

Closed
wants to merge 29 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
33d6a49
[ADD] stock_request_direction
max3903 Jul 30, 2019
6f614ce
[UPD] Update stock_request_direction.pot
oca-travis Aug 2, 2019
451cac3
[UPD] README.rst
OCA-git-bot Aug 2, 2019
11d81a9
[FIX] Method Name
osi-scampbell Aug 6, 2019
d696bbc
stock_request_direction 12.0.1.0.1
OCA-git-bot Aug 10, 2019
24f45b8
Added translation using Weblate (Chinese (Simplified))
liweijie0812 Oct 16, 2019
ec11836
Translated using Weblate (Chinese (Simplified))
liweijie0812 Oct 16, 2019
40548bd
Added translation using Weblate (Spanish)
max3903 Nov 1, 2019
572a2b6
Translated using Weblate (Spanish)
max3903 Nov 1, 2019
09e2c19
[IMP] stock_request_direction: black, isort
ps-tubtim Mar 13, 2020
822250e
[MIG] stock_request_direction: Migration to 13.0
ps-tubtim Oct 16, 2020
3371252
[UPD] Update stock_request_direction.pot
oca-travis Oct 20, 2020
6219244
Update translation files
oca-transbot Oct 20, 2020
7493659
[IMP] Warehouse On Change
patrickrwilson Mar 23, 2020
8af45da
[IMP] Add warehouse_id to existing onchange.
patrickrwilson Apr 1, 2020
44323b8
[FIX] Conflict with stock_request onchange method
patrickrwilson Apr 16, 2020
ed4f954
[FIX] stock.request's location_id conflict with stock.request.order's
kittiu Apr 15, 2021
ea8f1cf
pre-commit fix
kittiu Apr 15, 2021
afe86c4
stock_request_direction 13.0.1.0.1
OCA-git-bot Apr 19, 2021
6f71754
[MIG] stock_request_direction
kittiu Apr 19, 2021
d9aee1b
[FIX]stock_request_direction: fixed an error while on click on one2ma…
vimalpatelserpentcs Sep 2, 2021
f4cc277
[UPD] Update stock_request_direction.pot
oca-travis Jun 3, 2022
1b848c5
[UPD] README.rst
OCA-git-bot Jun 3, 2022
bea3063
[UPD] README.rst
OCA-git-bot Sep 3, 2023
fb46b6e
Update translation files
weblate Oct 9, 2023
8c24736
Added translation using Weblate (Italian)
mymage Dec 18, 2023
4bed71e
Translated using Weblate (Italian)
mymage Jan 15, 2024
4a18557
[IMP] stock_request_direction: pre-commit stuff
peluko00 Apr 4, 2024
d3e12e0
[MIG] stock_request_direction: Migration to 16.0
peluko00 Apr 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions setup/stock_request_direction/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
121 changes: 121 additions & 0 deletions stock_request_direction/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
========================
Stock Requests Direction
========================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:edaaf7d14082c02a29dd81c5f1b15fedd4845b728356d7b16159f6ddd062c6cc
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/16.0/stock_request_direction
: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-16-0/stock-logistics-warehouse-16-0-stock_request_direction
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=16.0
:alt: Try me on Runboat

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

This module was written to allow users to request products to be transferred
from or to your warehouses. They can specify the direction and don't have to
bother selecting the inventory location.

**Table of contents**

.. contents::
:local:

Usage
=====

Creation
~~~~~~~~

* Go to Stock Requests > Stock Requests
* Create or select a stock request
* Provide a product, quantity, direction and expected date
* Click Confirm

Upon confirmation, the request will be reviewed by the warehouse team who can
define the appropriate route.

In case that transfers are created, the user will be able to access to them
from the button 'Transfers' available in the Stock Request.

Cancel
~~~~~~

When the user cancels a Stock Request, the related pending stock moves will be
also cancelled.

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 to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_request_direction%0Aversion:%2016.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
~~~~~~~

* Open Source Integrators

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

* `Open Source Integrators <https://www.opensourceintegrators.com>`_

* Maxime Chambreuil <[email protected]>
* Steve Campbell <[email protected]>
* Freni Patel <[email protected]>

* `Ecosoft <http://ecosoft.co.th>`__:

* Pimolnat Suntian <[email protected]>
* Kitti U. <[email protected]>

* `[APSL](https://apsl.tech)`__:
* Antoni Marroig <[email protected]>

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-max3903| image:: https://github.com/max3903.png?size=40px
:target: https://github.com/max3903
:alt: max3903

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

|maintainer-max3903|

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

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
4 changes: 4 additions & 0 deletions stock_request_direction/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (c) 2019 Open Source Integrators
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).

from . import models
21 changes: 21 additions & 0 deletions stock_request_direction/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright (c) 2019 Open Source Integrators
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).

{
"name": "Stock Requests Direction",
"summary": "From or to your warehouse?",
"version": "16.0.1.0.0",
"license": "LGPL-3",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"author": "Open Source Integrators, Odoo Community Association (OCA)",
"category": "Warehouse Management",
"depends": ["stock_request"],
"data": [
"views/res_config_settings.xml",
"views/stock_request_views.xml",
"views/stock_request_order_views.xml",
],
"application": False,
"development_status": "Beta",
"maintainers": ["max3903"],
}
63 changes: 63 additions & 0 deletions stock_request_direction/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_request_direction
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-01-17 05:13+0000\n"
"Last-Translator: Nelson Ramírez Sánchez <[email protected]>\n"
"Language-Team: none\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10\n"

#. module: stock_request_direction
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request__direction
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request_order__direction
msgid "Direction"
msgstr "Sentido"

#. module: stock_request_direction
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request__display_name
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request_order__display_name
msgid "Display Name"
msgstr ""

#. module: stock_request_direction
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request__id
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request_order__id
msgid "ID"
msgstr ""

#. module: stock_request_direction
#: model:ir.model.fields.selection,name:stock_request_direction.selection__stock_request__direction__inbound
#: model:ir.model.fields.selection,name:stock_request_direction.selection__stock_request_order__direction__inbound
msgid "Inbound"
msgstr "Entrante"

#. module: stock_request_direction
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request____last_update
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request_order____last_update
msgid "Last Modified on"
msgstr ""

#. module: stock_request_direction
#: model:ir.model.fields.selection,name:stock_request_direction.selection__stock_request__direction__outbound
#: model:ir.model.fields.selection,name:stock_request_direction.selection__stock_request_order__direction__outbound
msgid "Outbound"
msgstr "Saliente"

#. module: stock_request_direction
#: model:ir.model,name:stock_request_direction.model_stock_request
msgid "Stock Request"
msgstr "Solicitud de Existencias"

#. module: stock_request_direction
#: model:ir.model,name:stock_request_direction.model_stock_request_order
msgid "Stock Request Order"
msgstr "Pedido de Existencia"
63 changes: 63 additions & 0 deletions stock_request_direction/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_request_direction
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-01-15 11:34+0000\n"
"Last-Translator: mymage <[email protected]>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: stock_request_direction
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request__direction
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request_order__direction
msgid "Direction"
msgstr "Direzione"

#. module: stock_request_direction
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request__display_name
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request_order__display_name
msgid "Display Name"
msgstr "Nome visualizzato"

#. module: stock_request_direction
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request__id
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request_order__id
msgid "ID"
msgstr "ID"

#. module: stock_request_direction
#: model:ir.model.fields.selection,name:stock_request_direction.selection__stock_request__direction__inbound
#: model:ir.model.fields.selection,name:stock_request_direction.selection__stock_request_order__direction__inbound
msgid "Inbound"
msgstr "In entrata"

#. module: stock_request_direction
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request____last_update
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request_order____last_update
msgid "Last Modified on"
msgstr "Ultima modifica il"

#. module: stock_request_direction
#: model:ir.model.fields.selection,name:stock_request_direction.selection__stock_request__direction__outbound
#: model:ir.model.fields.selection,name:stock_request_direction.selection__stock_request_order__direction__outbound
msgid "Outbound"
msgstr "In uscita"

#. module: stock_request_direction
#: model:ir.model,name:stock_request_direction.model_stock_request
msgid "Stock Request"
msgstr "Richiesta di magazzino"

#. module: stock_request_direction
#: model:ir.model,name:stock_request_direction.model_stock_request_order
msgid "Stock Request Order"
msgstr "Ordine richiesta di magazzino"
60 changes: 60 additions & 0 deletions stock_request_direction/i18n/stock_request_direction.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_request_direction
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.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_request_direction
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request__direction
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request_order__direction
msgid "Direction"
msgstr ""

#. module: stock_request_direction
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request__display_name
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request_order__display_name
msgid "Display Name"
msgstr ""

#. module: stock_request_direction
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request__id
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request_order__id
msgid "ID"
msgstr ""

#. module: stock_request_direction
#: model:ir.model.fields.selection,name:stock_request_direction.selection__stock_request__direction__inbound
#: model:ir.model.fields.selection,name:stock_request_direction.selection__stock_request_order__direction__inbound
msgid "Inbound"
msgstr ""

#. module: stock_request_direction
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request____last_update
#: model:ir.model.fields,field_description:stock_request_direction.field_stock_request_order____last_update
msgid "Last Modified on"
msgstr ""

#. module: stock_request_direction
#: model:ir.model.fields.selection,name:stock_request_direction.selection__stock_request__direction__outbound
#: model:ir.model.fields.selection,name:stock_request_direction.selection__stock_request_order__direction__outbound
msgid "Outbound"
msgstr ""

#. module: stock_request_direction
#: model:ir.model,name:stock_request_direction.model_stock_request
msgid "Stock Request"
msgstr ""

#. module: stock_request_direction
#: model:ir.model,name:stock_request_direction.model_stock_request_order
msgid "Stock Request Order"
msgstr ""
Loading
Loading