Skip to content

Commit

Permalink
[MIG] stock_request: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomacr committed Apr 17, 2023
1 parent d757a07 commit 64b7c37
Show file tree
Hide file tree
Showing 69 changed files with 278 additions and 779 deletions.
1 change: 1 addition & 0 deletions setup/stock_request/odoo/addons/stock_request
6 changes: 6 additions & 0 deletions setup/stock_request/setup.py
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
Expand Up @@ -13,14 +13,14 @@ Stock Request
.. |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/15.0/stock_request
:alt: OCA/stock-logistics-warehouse
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--request-lightgray.png?logo=github
:target: https://github.com/OCA/stock-logistics-request/tree/16.0/stock_request
:alt: OCA/stock-logistics-request
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_request
:target: https://translation.odoo-community.org/projects/stock-logistics-request-16-0/stock-logistics-request-16-0-stock_request
: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/15.0
:target: https://runbot.odoo-community.org/runbot/153/16.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|
Expand Down Expand Up @@ -86,10 +86,10 @@ It is also required to manage active field logically from Orders to SRs.
Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-warehouse/issues>`_.
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-request/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_request%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/stock-logistics-request/issues/new?body=module:%20stock_request%0Aversion:%2015.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.

Expand Down Expand Up @@ -132,6 +132,6 @@ 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.

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

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
File renamed without changes.
Expand Up @@ -4,11 +4,11 @@
{
"name": "Stock Request",
"summary": "Internal request for stock",
"version": "15.0.1.4.0",
"version": "16.0.1.0.0",
"license": "LGPL-3",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"website": "https://github.com/OCA/stock-logistics-request",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"category": "Warehouse Management",
"category": "Warehouse Request",
"depends": ["stock"],
"data": [
"security/stock_request_security.xml",
Expand Down
Expand Up @@ -121,18 +121,11 @@ msgid "Cancel"
msgstr ""

#. module: stock_request
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__state__cancel
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search
msgid "Cancelled"
msgstr ""

#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__allowed_uom_categ_id
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allowed_uom_categ_id
msgid "Category"
msgstr ""

#. module: stock_request
#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form
msgid "Click to add a Stock Request."
Expand Down Expand Up @@ -168,14 +161,6 @@ msgstr ""
msgid "Confirm"
msgstr ""

#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__allowed_uom_categ_id
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__allowed_uom_categ_id
msgid ""
"Conversion between Units of Measure can only occur if they belong to the "
"same category. The conversion will be made based on the ratios."
msgstr ""

#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid
Expand Down Expand Up @@ -215,13 +200,11 @@ msgid "Display Name"
msgstr ""

#. module: stock_request
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__state__done
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form
msgid "Done"
msgstr ""

#. module: stock_request
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__state__draft
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search
msgid "Draft"
Expand Down Expand Up @@ -361,11 +344,6 @@ msgstr ""
msgid "In Progress"
msgstr ""

#. module: stock_request
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__state__open
msgid "In progress"
msgstr ""

#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_location
msgid "Inventory Locations"
Expand Down Expand Up @@ -817,6 +795,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids
#: model:ir.module.category,name:stock_request.module_category_stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form
msgid "Stock Request"
msgstr ""
Expand Down Expand Up @@ -929,7 +908,7 @@ msgstr ""

#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form
msgid "Stock request Order"
msgid "Stock request"
msgstr ""

#. module: stock_request
Expand Down
Expand Up @@ -126,18 +126,11 @@ msgid "Cancel"
msgstr "Abbrechen"

#. module: stock_request
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__state__cancel
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search
msgid "Cancelled"
msgstr "Abgebrochen"

#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__allowed_uom_categ_id
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allowed_uom_categ_id
msgid "Category"
msgstr ""

#. module: stock_request
#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form
msgid "Click to add a Stock Request."
Expand Down Expand Up @@ -175,14 +168,6 @@ msgstr "Einstellungen"
msgid "Confirm"
msgstr "Freigeben"

#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__allowed_uom_categ_id
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__allowed_uom_categ_id
msgid ""
"Conversion between Units of Measure can only occur if they belong to the "
"same category. The conversion will be made based on the ratios."
msgstr ""

#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid
Expand Down Expand Up @@ -223,13 +208,11 @@ msgid "Display Name"
msgstr "Anzeigebezeichnung"

#. module: stock_request
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__state__done
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form
msgid "Done"
msgstr "Erledigt"

#. module: stock_request
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__state__draft
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search
msgid "Draft"
Expand Down Expand Up @@ -370,11 +353,6 @@ msgstr "Wenn angehakt, haben Meldungen einen Zustellfehler."
msgid "In Progress"
msgstr "In Bearbeitung"

#. module: stock_request
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__state__open
msgid "In progress"
msgstr ""

#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_location
msgid "Inventory Locations"
Expand Down Expand Up @@ -840,6 +818,7 @@ msgstr "Bestandsbuchungen"
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids
#: model:ir.module.category,name:stock_request.module_category_stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form
msgid "Stock Request"
msgstr "Bestandsanforderung"
Expand Down Expand Up @@ -953,8 +932,9 @@ msgstr "Bestandsregel"

#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form
msgid "Stock request Order"
msgstr ""
#, fuzzy
msgid "Stock request"
msgstr "Bestandsanforderung"

#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count
Expand Down Expand Up @@ -1163,10 +1143,6 @@ msgstr ""
"Sie müssen eine Produktmengeneinheit aus der gleichen Kategorie, wie die "
"Basismengeneinheit des Produkts, verwenden"

#, fuzzy
#~ msgid "Stock request"
#~ msgstr "Bestandsanforderung"

#, python-format
#~ msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
#~ msgstr "<li><b>%s</b>: Umgelagerte Menge %s %s</li>"
Expand Down
Expand Up @@ -122,18 +122,11 @@ msgid "Cancel"
msgstr ""

#. module: stock_request
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__state__cancel
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search
msgid "Cancelled"
msgstr ""

#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__allowed_uom_categ_id
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allowed_uom_categ_id
msgid "Category"
msgstr ""

#. module: stock_request
#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form
msgid "Click to add a Stock Request."
Expand Down Expand Up @@ -169,14 +162,6 @@ msgstr ""
msgid "Confirm"
msgstr ""

#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__allowed_uom_categ_id
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__allowed_uom_categ_id
msgid ""
"Conversion between Units of Measure can only occur if they belong to the "
"same category. The conversion will be made based on the ratios."
msgstr ""

#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid
Expand Down Expand Up @@ -216,13 +201,11 @@ msgid "Display Name"
msgstr ""

#. module: stock_request
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__state__done
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form
msgid "Done"
msgstr ""

#. module: stock_request
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__state__draft
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search
msgid "Draft"
Expand Down Expand Up @@ -362,11 +345,6 @@ msgstr ""
msgid "In Progress"
msgstr ""

#. module: stock_request
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__state__open
msgid "In progress"
msgstr ""

#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_location
msgid "Inventory Locations"
Expand Down Expand Up @@ -818,6 +796,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids
#: model:ir.module.category,name:stock_request.module_category_stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form
msgid "Stock Request"
msgstr ""
Expand Down Expand Up @@ -930,7 +909,7 @@ msgstr ""

#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form
msgid "Stock request Order"
msgid "Stock request"
msgstr ""

#. module: stock_request
Expand Down

0 comments on commit 64b7c37

Please sign in to comment.