odoo-addon-stock-inventory-lockdown 15.0.1.0.0.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/stock_inventory_lockdown/README.rst +95 -0
- odoo/addons/stock_inventory_lockdown/__init__.py +1 -0
- odoo/addons/stock_inventory_lockdown/__manifest__.py +16 -0
- odoo/addons/stock_inventory_lockdown/i18n/ca.po +48 -0
- odoo/addons/stock_inventory_lockdown/i18n/cs_CZ.po +49 -0
- odoo/addons/stock_inventory_lockdown/i18n/de.po +48 -0
- odoo/addons/stock_inventory_lockdown/i18n/es.po +48 -0
- odoo/addons/stock_inventory_lockdown/i18n/es_ES.po +48 -0
- odoo/addons/stock_inventory_lockdown/i18n/es_MX.po +49 -0
- odoo/addons/stock_inventory_lockdown/i18n/fi.po +48 -0
- odoo/addons/stock_inventory_lockdown/i18n/fr.po +48 -0
- odoo/addons/stock_inventory_lockdown/i18n/gl.po +48 -0
- odoo/addons/stock_inventory_lockdown/i18n/hr.po +49 -0
- odoo/addons/stock_inventory_lockdown/i18n/it.po +48 -0
- odoo/addons/stock_inventory_lockdown/i18n/nl_NL.po +49 -0
- odoo/addons/stock_inventory_lockdown/i18n/pt.po +48 -0
- odoo/addons/stock_inventory_lockdown/i18n/pt_BR.po +52 -0
- odoo/addons/stock_inventory_lockdown/i18n/ro.po +49 -0
- odoo/addons/stock_inventory_lockdown/i18n/sl.po +49 -0
- odoo/addons/stock_inventory_lockdown/i18n/stock_inventory_lockdown.pot +45 -0
- odoo/addons/stock_inventory_lockdown/i18n/tr.po +48 -0
- odoo/addons/stock_inventory_lockdown/i18n/tr_TR.po +49 -0
- odoo/addons/stock_inventory_lockdown/i18n/vi_VN.po +49 -0
- odoo/addons/stock_inventory_lockdown/i18n/zh_CN.po +52 -0
- odoo/addons/stock_inventory_lockdown/models/__init__.py +3 -0
- odoo/addons/stock_inventory_lockdown/models/stock_inventory.py +43 -0
- odoo/addons/stock_inventory_lockdown/models/stock_location.py +26 -0
- odoo/addons/stock_inventory_lockdown/models/stock_move_line.py +44 -0
- odoo/addons/stock_inventory_lockdown/readme/CONTRIBUTORS.rst +8 -0
- odoo/addons/stock_inventory_lockdown/readme/DESCRIPTION.rst +1 -0
- odoo/addons/stock_inventory_lockdown/readme/USAGE.rst +7 -0
- odoo/addons/stock_inventory_lockdown/static/description/icon.png +0 -0
- odoo/addons/stock_inventory_lockdown/static/description/index.html +442 -0
- odoo/addons/stock_inventory_lockdown/static/images/move_error.png +0 -0
- odoo/addons/stock_inventory_lockdown/tests/__init__.py +1 -0
- odoo/addons/stock_inventory_lockdown/tests/test_stock_inventory_lockdown.py +166 -0
- odoo_addon_stock_inventory_lockdown-15.0.1.0.0.4.dist-info/METADATA +112 -0
- odoo_addon_stock_inventory_lockdown-15.0.1.0.0.4.dist-info/RECORD +40 -0
- odoo_addon_stock_inventory_lockdown-15.0.1.0.0.4.dist-info/WHEEL +5 -0
- odoo_addon_stock_inventory_lockdown-15.0.1.0.0.4.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
===================
|
|
2
|
+
Inventory Lock Down
|
|
3
|
+
===================
|
|
4
|
+
|
|
5
|
+
..
|
|
6
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
7
|
+
!! This file is generated by oca-gen-addon-readme !!
|
|
8
|
+
!! changes will be overwritten. !!
|
|
9
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
+
!! source digest: sha256:d2260a9994d247c2bc17d41f6c2e61390e016b5cf48b1dd871614c1a02824a1a
|
|
11
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
|
+
|
|
13
|
+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
14
|
+
:target: https://odoo-community.org/page/development-status
|
|
15
|
+
:alt: Beta
|
|
16
|
+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
|
|
17
|
+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
18
|
+
:alt: License: AGPL-3
|
|
19
|
+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github
|
|
20
|
+
:target: https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_inventory_lockdown
|
|
21
|
+
:alt: OCA/stock-logistics-warehouse
|
|
22
|
+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
23
|
+
:target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_inventory_lockdown
|
|
24
|
+
:alt: Translate me on Weblate
|
|
25
|
+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
26
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=15.0
|
|
27
|
+
:alt: Try me on Runboat
|
|
28
|
+
|
|
29
|
+
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
30
|
+
|
|
31
|
+
This module lets you lock down the locations during an inventory.
|
|
32
|
+
|
|
33
|
+
**Table of contents**
|
|
34
|
+
|
|
35
|
+
.. contents::
|
|
36
|
+
:local:
|
|
37
|
+
|
|
38
|
+
Usage
|
|
39
|
+
=====
|
|
40
|
+
|
|
41
|
+
While an inventory is in the state "In progress", no stock moves
|
|
42
|
+
can be recorded in/out of the inventory's location: users will get an error
|
|
43
|
+
message.
|
|
44
|
+
Creating or modifying locations is also forbidden.
|
|
45
|
+
|
|
46
|
+
.. figure:: https://raw.githubusercontent.com/OCA/stock-logistics-warehouse/15.0/stock_inventory_lockdown/static/images/move_error.png
|
|
47
|
+
:alt: Error message
|
|
48
|
+
|
|
49
|
+
Bug Tracker
|
|
50
|
+
===========
|
|
51
|
+
|
|
52
|
+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-warehouse/issues>`_.
|
|
53
|
+
In case of trouble, please check there if your issue has already been reported.
|
|
54
|
+
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
55
|
+
`feedback <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_inventory_lockdown%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
56
|
+
|
|
57
|
+
Do not contact contributors directly about support or help with technical issues.
|
|
58
|
+
|
|
59
|
+
Credits
|
|
60
|
+
=======
|
|
61
|
+
|
|
62
|
+
Authors
|
|
63
|
+
~~~~~~~
|
|
64
|
+
|
|
65
|
+
* Numérigraphe
|
|
66
|
+
* ForgeFlow
|
|
67
|
+
|
|
68
|
+
Contributors
|
|
69
|
+
~~~~~~~~~~~~
|
|
70
|
+
|
|
71
|
+
* Loïc Bellier (Numérigraphe) <lb@numerigraphe.com>
|
|
72
|
+
* Lionel Sausin (Numérigraphe) <ls@numerigraphe.com>
|
|
73
|
+
* Laetitia Gangloff (Acsone) <laetitia.gangloff@acsone.eu>
|
|
74
|
+
* Laurent Mignon (Acsone) <laurent.mignon@acsone.eu>
|
|
75
|
+
* Lois Rilo (ForgeFlow) <lois.rilo@forgeflow.com>
|
|
76
|
+
* Jordi Ballester (ForgeFlow) <jordi.ballester@forgeflow.com>
|
|
77
|
+
* Michael Allen <mallen@opensourceintegrators.com>
|
|
78
|
+
* Bhavesh Odedra <bodedra@opensourceintegrators.com>
|
|
79
|
+
|
|
80
|
+
Maintainers
|
|
81
|
+
~~~~~~~~~~~
|
|
82
|
+
|
|
83
|
+
This module is maintained by the OCA.
|
|
84
|
+
|
|
85
|
+
.. image:: https://odoo-community.org/logo.png
|
|
86
|
+
:alt: Odoo Community Association
|
|
87
|
+
:target: https://odoo-community.org
|
|
88
|
+
|
|
89
|
+
OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
90
|
+
mission is to support the collaborative development of Odoo features and
|
|
91
|
+
promote its widespread use.
|
|
92
|
+
|
|
93
|
+
This module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_inventory_lockdown>`_ project on GitHub.
|
|
94
|
+
|
|
95
|
+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from . import models
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# © 2013-2016 Numérigraphe SARL
|
|
2
|
+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
3
|
+
|
|
4
|
+
{
|
|
5
|
+
"name": "Inventory Lock Down",
|
|
6
|
+
"summary": "Lock down stock locations during inventories.",
|
|
7
|
+
"version": "15.0.1.0.0",
|
|
8
|
+
"development_status": "Beta",
|
|
9
|
+
"depends": ["stock", "stock_inventory"],
|
|
10
|
+
"author": "Numérigraphe, ForgeFlow, Odoo Community Association (OCA)",
|
|
11
|
+
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
12
|
+
"category": "Warehouse Management",
|
|
13
|
+
"images": ["images/move_error.png", "images/location_locked.png"],
|
|
14
|
+
"license": "AGPL-3",
|
|
15
|
+
"installable": True,
|
|
16
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Translation of Odoo Server.
|
|
2
|
+
# This file contains the translation of the following modules:
|
|
3
|
+
# * stock_inventory_lockdown
|
|
4
|
+
#
|
|
5
|
+
# Translators:
|
|
6
|
+
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
7
|
+
msgid ""
|
|
8
|
+
msgstr ""
|
|
9
|
+
"Project-Id-Version: Odoo Server 10.0\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: \n"
|
|
11
|
+
"POT-Creation-Date: 2017-11-30 03:53+0000\n"
|
|
12
|
+
"PO-Revision-Date: 2017-11-30 03:53+0000\n"
|
|
13
|
+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
14
|
+
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
|
|
15
|
+
"Language: ca\n"
|
|
16
|
+
"MIME-Version: 1.0\n"
|
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
|
+
"Content-Transfer-Encoding: \n"
|
|
19
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
20
|
+
|
|
21
|
+
#. module: stock_inventory_lockdown
|
|
22
|
+
#: code:addons/stock_inventory_lockdown/models/stock_move.py:0
|
|
23
|
+
#, python-format
|
|
24
|
+
msgid ""
|
|
25
|
+
"An inventory is being conducted at the following location(s):\n"
|
|
26
|
+
" - %s"
|
|
27
|
+
msgstr ""
|
|
28
|
+
|
|
29
|
+
#. module: stock_inventory_lockdown
|
|
30
|
+
#: code:addons/stock_inventory_lockdown/models/stock_location.py:0
|
|
31
|
+
#, python-format
|
|
32
|
+
msgid "An inventory is being conducted at this location"
|
|
33
|
+
msgstr ""
|
|
34
|
+
|
|
35
|
+
#. module: stock_inventory_lockdown
|
|
36
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_inventory
|
|
37
|
+
msgid "Inventory"
|
|
38
|
+
msgstr ""
|
|
39
|
+
|
|
40
|
+
#. module: stock_inventory_lockdown
|
|
41
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_location
|
|
42
|
+
msgid "Inventory Locations"
|
|
43
|
+
msgstr ""
|
|
44
|
+
|
|
45
|
+
#. module: stock_inventory_lockdown
|
|
46
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_move
|
|
47
|
+
msgid "Stock Move"
|
|
48
|
+
msgstr "Moviments d'estoc"
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# Translation of Odoo Server.
|
|
2
|
+
# This file contains the translation of the following modules:
|
|
3
|
+
# * stock_inventory_lockdown
|
|
4
|
+
#
|
|
5
|
+
# Translators:
|
|
6
|
+
# Lukáš Spurný <lukasspurny8@gmail.com>, 2018
|
|
7
|
+
msgid ""
|
|
8
|
+
msgstr ""
|
|
9
|
+
"Project-Id-Version: Odoo Server 10.0\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: \n"
|
|
11
|
+
"POT-Creation-Date: 2018-02-27 11:37+0000\n"
|
|
12
|
+
"PO-Revision-Date: 2018-02-27 11:37+0000\n"
|
|
13
|
+
"Last-Translator: Lukáš Spurný <lukasspurny8@gmail.com>, 2018\n"
|
|
14
|
+
"Language-Team: Czech (Czech Republic) (https://www.transifex.com/oca/"
|
|
15
|
+
"teams/23907/cs_CZ/)\n"
|
|
16
|
+
"Language: cs_CZ\n"
|
|
17
|
+
"MIME-Version: 1.0\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
"Content-Transfer-Encoding: \n"
|
|
20
|
+
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
|
21
|
+
|
|
22
|
+
#. module: stock_inventory_lockdown
|
|
23
|
+
#: code:addons/stock_inventory_lockdown/models/stock_move.py:0
|
|
24
|
+
#, fuzzy, python-format
|
|
25
|
+
msgid ""
|
|
26
|
+
"An inventory is being conducted at the following location(s):\n"
|
|
27
|
+
" - %s"
|
|
28
|
+
msgstr "Inventář se provádí na následujících místech: %s"
|
|
29
|
+
|
|
30
|
+
#. module: stock_inventory_lockdown
|
|
31
|
+
#: code:addons/stock_inventory_lockdown/models/stock_location.py:0
|
|
32
|
+
#, python-format
|
|
33
|
+
msgid "An inventory is being conducted at this location"
|
|
34
|
+
msgstr "Na tomto místě se provádí inventář"
|
|
35
|
+
|
|
36
|
+
#. module: stock_inventory_lockdown
|
|
37
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_inventory
|
|
38
|
+
msgid "Inventory"
|
|
39
|
+
msgstr "Inventář"
|
|
40
|
+
|
|
41
|
+
#. module: stock_inventory_lockdown
|
|
42
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_location
|
|
43
|
+
msgid "Inventory Locations"
|
|
44
|
+
msgstr "Umístění inventáře"
|
|
45
|
+
|
|
46
|
+
#. module: stock_inventory_lockdown
|
|
47
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_move
|
|
48
|
+
msgid "Stock Move"
|
|
49
|
+
msgstr "Přesunout zásoby"
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Translation of Odoo Server.
|
|
2
|
+
# This file contains the translation of the following modules:
|
|
3
|
+
# * stock_inventory_lockdown
|
|
4
|
+
#
|
|
5
|
+
# Translators:
|
|
6
|
+
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
7
|
+
msgid ""
|
|
8
|
+
msgstr ""
|
|
9
|
+
"Project-Id-Version: Odoo Server 10.0\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: \n"
|
|
11
|
+
"POT-Creation-Date: 2017-11-30 03:53+0000\n"
|
|
12
|
+
"PO-Revision-Date: 2017-11-30 03:53+0000\n"
|
|
13
|
+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
14
|
+
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
|
|
15
|
+
"Language: de\n"
|
|
16
|
+
"MIME-Version: 1.0\n"
|
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
|
+
"Content-Transfer-Encoding: \n"
|
|
19
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
20
|
+
|
|
21
|
+
#. module: stock_inventory_lockdown
|
|
22
|
+
#: code:addons/stock_inventory_lockdown/models/stock_move.py:0
|
|
23
|
+
#, python-format
|
|
24
|
+
msgid ""
|
|
25
|
+
"An inventory is being conducted at the following location(s):\n"
|
|
26
|
+
" - %s"
|
|
27
|
+
msgstr ""
|
|
28
|
+
|
|
29
|
+
#. module: stock_inventory_lockdown
|
|
30
|
+
#: code:addons/stock_inventory_lockdown/models/stock_location.py:0
|
|
31
|
+
#, python-format
|
|
32
|
+
msgid "An inventory is being conducted at this location"
|
|
33
|
+
msgstr ""
|
|
34
|
+
|
|
35
|
+
#. module: stock_inventory_lockdown
|
|
36
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_inventory
|
|
37
|
+
msgid "Inventory"
|
|
38
|
+
msgstr "Bestand"
|
|
39
|
+
|
|
40
|
+
#. module: stock_inventory_lockdown
|
|
41
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_location
|
|
42
|
+
msgid "Inventory Locations"
|
|
43
|
+
msgstr ""
|
|
44
|
+
|
|
45
|
+
#. module: stock_inventory_lockdown
|
|
46
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_move
|
|
47
|
+
msgid "Stock Move"
|
|
48
|
+
msgstr "Lagerbewegung"
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Translation of Odoo Server.
|
|
2
|
+
# This file contains the translation of the following modules:
|
|
3
|
+
# * stock_inventory_lockdown
|
|
4
|
+
#
|
|
5
|
+
# Translators:
|
|
6
|
+
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
7
|
+
msgid ""
|
|
8
|
+
msgstr ""
|
|
9
|
+
"Project-Id-Version: Odoo Server 10.0\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: \n"
|
|
11
|
+
"POT-Creation-Date: 2017-11-30 03:53+0000\n"
|
|
12
|
+
"PO-Revision-Date: 2017-11-30 03:53+0000\n"
|
|
13
|
+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
14
|
+
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
|
|
15
|
+
"Language: es\n"
|
|
16
|
+
"MIME-Version: 1.0\n"
|
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
|
+
"Content-Transfer-Encoding: \n"
|
|
19
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
20
|
+
|
|
21
|
+
#. module: stock_inventory_lockdown
|
|
22
|
+
#: code:addons/stock_inventory_lockdown/models/stock_move.py:0
|
|
23
|
+
#, python-format
|
|
24
|
+
msgid ""
|
|
25
|
+
"An inventory is being conducted at the following location(s):\n"
|
|
26
|
+
" - %s"
|
|
27
|
+
msgstr ""
|
|
28
|
+
|
|
29
|
+
#. module: stock_inventory_lockdown
|
|
30
|
+
#: code:addons/stock_inventory_lockdown/models/stock_location.py:0
|
|
31
|
+
#, python-format
|
|
32
|
+
msgid "An inventory is being conducted at this location"
|
|
33
|
+
msgstr ""
|
|
34
|
+
|
|
35
|
+
#. module: stock_inventory_lockdown
|
|
36
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_inventory
|
|
37
|
+
msgid "Inventory"
|
|
38
|
+
msgstr "Inventario"
|
|
39
|
+
|
|
40
|
+
#. module: stock_inventory_lockdown
|
|
41
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_location
|
|
42
|
+
msgid "Inventory Locations"
|
|
43
|
+
msgstr ""
|
|
44
|
+
|
|
45
|
+
#. module: stock_inventory_lockdown
|
|
46
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_move
|
|
47
|
+
msgid "Stock Move"
|
|
48
|
+
msgstr "Movimiento de existencias"
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Translation of Odoo Server.
|
|
2
|
+
# This file contains the translation of the following modules:
|
|
3
|
+
# * stock_inventory_lockdown
|
|
4
|
+
#
|
|
5
|
+
# Translators:
|
|
6
|
+
msgid ""
|
|
7
|
+
msgstr ""
|
|
8
|
+
"Project-Id-Version: stock-logistics-warehouse (8.0)\n"
|
|
9
|
+
"Report-Msgid-Bugs-To: \n"
|
|
10
|
+
"POT-Creation-Date: 2017-01-07 07:40+0000\n"
|
|
11
|
+
"PO-Revision-Date: 2016-04-14 14:47+0000\n"
|
|
12
|
+
"Last-Translator: <>\n"
|
|
13
|
+
"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-stock-"
|
|
14
|
+
"logistics-warehouse-8-0/language/es_ES/)\n"
|
|
15
|
+
"Language: es_ES\n"
|
|
16
|
+
"MIME-Version: 1.0\n"
|
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
|
+
"Content-Transfer-Encoding: \n"
|
|
19
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
20
|
+
|
|
21
|
+
#. module: stock_inventory_lockdown
|
|
22
|
+
#: code:addons/stock_inventory_lockdown/models/stock_move.py:0
|
|
23
|
+
#, python-format
|
|
24
|
+
msgid ""
|
|
25
|
+
"An inventory is being conducted at the following location(s):\n"
|
|
26
|
+
" - %s"
|
|
27
|
+
msgstr ""
|
|
28
|
+
|
|
29
|
+
#. module: stock_inventory_lockdown
|
|
30
|
+
#: code:addons/stock_inventory_lockdown/models/stock_location.py:0
|
|
31
|
+
#, python-format
|
|
32
|
+
msgid "An inventory is being conducted at this location"
|
|
33
|
+
msgstr ""
|
|
34
|
+
|
|
35
|
+
#. module: stock_inventory_lockdown
|
|
36
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_inventory
|
|
37
|
+
msgid "Inventory"
|
|
38
|
+
msgstr "Inventario"
|
|
39
|
+
|
|
40
|
+
#. module: stock_inventory_lockdown
|
|
41
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_location
|
|
42
|
+
msgid "Inventory Locations"
|
|
43
|
+
msgstr ""
|
|
44
|
+
|
|
45
|
+
#. module: stock_inventory_lockdown
|
|
46
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_move
|
|
47
|
+
msgid "Stock Move"
|
|
48
|
+
msgstr ""
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# Translation of Odoo Server.
|
|
2
|
+
# This file contains the translation of the following modules:
|
|
3
|
+
# * stock_inventory_lockdown
|
|
4
|
+
#
|
|
5
|
+
# Translators:
|
|
6
|
+
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
7
|
+
msgid ""
|
|
8
|
+
msgstr ""
|
|
9
|
+
"Project-Id-Version: Odoo Server 10.0\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: \n"
|
|
11
|
+
"POT-Creation-Date: 2017-11-30 03:53+0000\n"
|
|
12
|
+
"PO-Revision-Date: 2017-11-30 03:53+0000\n"
|
|
13
|
+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
14
|
+
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/"
|
|
15
|
+
"es_MX/)\n"
|
|
16
|
+
"Language: es_MX\n"
|
|
17
|
+
"MIME-Version: 1.0\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
"Content-Transfer-Encoding: \n"
|
|
20
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
21
|
+
|
|
22
|
+
#. module: stock_inventory_lockdown
|
|
23
|
+
#: code:addons/stock_inventory_lockdown/models/stock_move.py:0
|
|
24
|
+
#, python-format
|
|
25
|
+
msgid ""
|
|
26
|
+
"An inventory is being conducted at the following location(s):\n"
|
|
27
|
+
" - %s"
|
|
28
|
+
msgstr ""
|
|
29
|
+
|
|
30
|
+
#. module: stock_inventory_lockdown
|
|
31
|
+
#: code:addons/stock_inventory_lockdown/models/stock_location.py:0
|
|
32
|
+
#, python-format
|
|
33
|
+
msgid "An inventory is being conducted at this location"
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
#. module: stock_inventory_lockdown
|
|
37
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_inventory
|
|
38
|
+
msgid "Inventory"
|
|
39
|
+
msgstr ""
|
|
40
|
+
|
|
41
|
+
#. module: stock_inventory_lockdown
|
|
42
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_location
|
|
43
|
+
msgid "Inventory Locations"
|
|
44
|
+
msgstr ""
|
|
45
|
+
|
|
46
|
+
#. module: stock_inventory_lockdown
|
|
47
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_move
|
|
48
|
+
msgid "Stock Move"
|
|
49
|
+
msgstr "Movimiento bursátil"
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Translation of Odoo Server.
|
|
2
|
+
# This file contains the translation of the following modules:
|
|
3
|
+
# * stock_inventory_lockdown
|
|
4
|
+
#
|
|
5
|
+
# Translators:
|
|
6
|
+
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
7
|
+
msgid ""
|
|
8
|
+
msgstr ""
|
|
9
|
+
"Project-Id-Version: Odoo Server 10.0\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: \n"
|
|
11
|
+
"POT-Creation-Date: 2017-11-30 03:53+0000\n"
|
|
12
|
+
"PO-Revision-Date: 2017-11-30 03:53+0000\n"
|
|
13
|
+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
14
|
+
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
|
|
15
|
+
"Language: fi\n"
|
|
16
|
+
"MIME-Version: 1.0\n"
|
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
|
+
"Content-Transfer-Encoding: \n"
|
|
19
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
20
|
+
|
|
21
|
+
#. module: stock_inventory_lockdown
|
|
22
|
+
#: code:addons/stock_inventory_lockdown/models/stock_move.py:0
|
|
23
|
+
#, python-format
|
|
24
|
+
msgid ""
|
|
25
|
+
"An inventory is being conducted at the following location(s):\n"
|
|
26
|
+
" - %s"
|
|
27
|
+
msgstr ""
|
|
28
|
+
|
|
29
|
+
#. module: stock_inventory_lockdown
|
|
30
|
+
#: code:addons/stock_inventory_lockdown/models/stock_location.py:0
|
|
31
|
+
#, python-format
|
|
32
|
+
msgid "An inventory is being conducted at this location"
|
|
33
|
+
msgstr ""
|
|
34
|
+
|
|
35
|
+
#. module: stock_inventory_lockdown
|
|
36
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_inventory
|
|
37
|
+
msgid "Inventory"
|
|
38
|
+
msgstr ""
|
|
39
|
+
|
|
40
|
+
#. module: stock_inventory_lockdown
|
|
41
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_location
|
|
42
|
+
msgid "Inventory Locations"
|
|
43
|
+
msgstr ""
|
|
44
|
+
|
|
45
|
+
#. module: stock_inventory_lockdown
|
|
46
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_move
|
|
47
|
+
msgid "Stock Move"
|
|
48
|
+
msgstr "Varastosiirto"
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Translation of Odoo Server.
|
|
2
|
+
# This file contains the translation of the following modules:
|
|
3
|
+
# * stock_inventory_lockdown
|
|
4
|
+
#
|
|
5
|
+
# Translators:
|
|
6
|
+
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
7
|
+
msgid ""
|
|
8
|
+
msgstr ""
|
|
9
|
+
"Project-Id-Version: Odoo Server 10.0\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: \n"
|
|
11
|
+
"POT-Creation-Date: 2017-11-30 03:53+0000\n"
|
|
12
|
+
"PO-Revision-Date: 2017-11-30 03:53+0000\n"
|
|
13
|
+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
14
|
+
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
|
|
15
|
+
"Language: fr\n"
|
|
16
|
+
"MIME-Version: 1.0\n"
|
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
|
+
"Content-Transfer-Encoding: \n"
|
|
19
|
+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
20
|
+
|
|
21
|
+
#. module: stock_inventory_lockdown
|
|
22
|
+
#: code:addons/stock_inventory_lockdown/models/stock_move.py:0
|
|
23
|
+
#, python-format
|
|
24
|
+
msgid ""
|
|
25
|
+
"An inventory is being conducted at the following location(s):\n"
|
|
26
|
+
" - %s"
|
|
27
|
+
msgstr ""
|
|
28
|
+
|
|
29
|
+
#. module: stock_inventory_lockdown
|
|
30
|
+
#: code:addons/stock_inventory_lockdown/models/stock_location.py:0
|
|
31
|
+
#, python-format
|
|
32
|
+
msgid "An inventory is being conducted at this location"
|
|
33
|
+
msgstr ""
|
|
34
|
+
|
|
35
|
+
#. module: stock_inventory_lockdown
|
|
36
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_inventory
|
|
37
|
+
msgid "Inventory"
|
|
38
|
+
msgstr "Inventaire"
|
|
39
|
+
|
|
40
|
+
#. module: stock_inventory_lockdown
|
|
41
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_location
|
|
42
|
+
msgid "Inventory Locations"
|
|
43
|
+
msgstr ""
|
|
44
|
+
|
|
45
|
+
#. module: stock_inventory_lockdown
|
|
46
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_move
|
|
47
|
+
msgid "Stock Move"
|
|
48
|
+
msgstr "Mouvement de stock"
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Translation of Odoo Server.
|
|
2
|
+
# This file contains the translation of the following modules:
|
|
3
|
+
# * stock_inventory_lockdown
|
|
4
|
+
#
|
|
5
|
+
# Translators:
|
|
6
|
+
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
7
|
+
msgid ""
|
|
8
|
+
msgstr ""
|
|
9
|
+
"Project-Id-Version: Odoo Server 10.0\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: \n"
|
|
11
|
+
"POT-Creation-Date: 2017-11-30 03:53+0000\n"
|
|
12
|
+
"PO-Revision-Date: 2017-11-30 03:53+0000\n"
|
|
13
|
+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
14
|
+
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
|
|
15
|
+
"Language: gl\n"
|
|
16
|
+
"MIME-Version: 1.0\n"
|
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
|
+
"Content-Transfer-Encoding: \n"
|
|
19
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
20
|
+
|
|
21
|
+
#. module: stock_inventory_lockdown
|
|
22
|
+
#: code:addons/stock_inventory_lockdown/models/stock_move.py:0
|
|
23
|
+
#, python-format
|
|
24
|
+
msgid ""
|
|
25
|
+
"An inventory is being conducted at the following location(s):\n"
|
|
26
|
+
" - %s"
|
|
27
|
+
msgstr ""
|
|
28
|
+
|
|
29
|
+
#. module: stock_inventory_lockdown
|
|
30
|
+
#: code:addons/stock_inventory_lockdown/models/stock_location.py:0
|
|
31
|
+
#, python-format
|
|
32
|
+
msgid "An inventory is being conducted at this location"
|
|
33
|
+
msgstr ""
|
|
34
|
+
|
|
35
|
+
#. module: stock_inventory_lockdown
|
|
36
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_inventory
|
|
37
|
+
msgid "Inventory"
|
|
38
|
+
msgstr ""
|
|
39
|
+
|
|
40
|
+
#. module: stock_inventory_lockdown
|
|
41
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_location
|
|
42
|
+
msgid "Inventory Locations"
|
|
43
|
+
msgstr ""
|
|
44
|
+
|
|
45
|
+
#. module: stock_inventory_lockdown
|
|
46
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_move
|
|
47
|
+
msgid "Stock Move"
|
|
48
|
+
msgstr "Movemento de existencias"
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# Translation of Odoo Server.
|
|
2
|
+
# This file contains the translation of the following modules:
|
|
3
|
+
# * stock_inventory_lockdown
|
|
4
|
+
#
|
|
5
|
+
# Translators:
|
|
6
|
+
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
7
|
+
msgid ""
|
|
8
|
+
msgstr ""
|
|
9
|
+
"Project-Id-Version: Odoo Server 10.0\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: \n"
|
|
11
|
+
"POT-Creation-Date: 2017-11-30 03:53+0000\n"
|
|
12
|
+
"PO-Revision-Date: 2017-11-30 03:53+0000\n"
|
|
13
|
+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
14
|
+
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
|
|
15
|
+
"Language: hr\n"
|
|
16
|
+
"MIME-Version: 1.0\n"
|
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
|
+
"Content-Transfer-Encoding: \n"
|
|
19
|
+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
|
20
|
+
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
|
21
|
+
|
|
22
|
+
#. module: stock_inventory_lockdown
|
|
23
|
+
#: code:addons/stock_inventory_lockdown/models/stock_move.py:0
|
|
24
|
+
#, python-format
|
|
25
|
+
msgid ""
|
|
26
|
+
"An inventory is being conducted at the following location(s):\n"
|
|
27
|
+
" - %s"
|
|
28
|
+
msgstr ""
|
|
29
|
+
|
|
30
|
+
#. module: stock_inventory_lockdown
|
|
31
|
+
#: code:addons/stock_inventory_lockdown/models/stock_location.py:0
|
|
32
|
+
#, python-format
|
|
33
|
+
msgid "An inventory is being conducted at this location"
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
#. module: stock_inventory_lockdown
|
|
37
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_inventory
|
|
38
|
+
msgid "Inventory"
|
|
39
|
+
msgstr ""
|
|
40
|
+
|
|
41
|
+
#. module: stock_inventory_lockdown
|
|
42
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_location
|
|
43
|
+
msgid "Inventory Locations"
|
|
44
|
+
msgstr ""
|
|
45
|
+
|
|
46
|
+
#. module: stock_inventory_lockdown
|
|
47
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_move
|
|
48
|
+
msgid "Stock Move"
|
|
49
|
+
msgstr "Skladišni prenos"
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Translation of Odoo Server.
|
|
2
|
+
# This file contains the translation of the following modules:
|
|
3
|
+
# * stock_inventory_lockdown
|
|
4
|
+
#
|
|
5
|
+
# Translators:
|
|
6
|
+
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
7
|
+
msgid ""
|
|
8
|
+
msgstr ""
|
|
9
|
+
"Project-Id-Version: Odoo Server 10.0\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: \n"
|
|
11
|
+
"POT-Creation-Date: 2017-11-30 03:53+0000\n"
|
|
12
|
+
"PO-Revision-Date: 2017-11-30 03:53+0000\n"
|
|
13
|
+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
14
|
+
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
|
|
15
|
+
"Language: it\n"
|
|
16
|
+
"MIME-Version: 1.0\n"
|
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
|
+
"Content-Transfer-Encoding: \n"
|
|
19
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
20
|
+
|
|
21
|
+
#. module: stock_inventory_lockdown
|
|
22
|
+
#: code:addons/stock_inventory_lockdown/models/stock_move.py:0
|
|
23
|
+
#, python-format
|
|
24
|
+
msgid ""
|
|
25
|
+
"An inventory is being conducted at the following location(s):\n"
|
|
26
|
+
" - %s"
|
|
27
|
+
msgstr ""
|
|
28
|
+
|
|
29
|
+
#. module: stock_inventory_lockdown
|
|
30
|
+
#: code:addons/stock_inventory_lockdown/models/stock_location.py:0
|
|
31
|
+
#, python-format
|
|
32
|
+
msgid "An inventory is being conducted at this location"
|
|
33
|
+
msgstr ""
|
|
34
|
+
|
|
35
|
+
#. module: stock_inventory_lockdown
|
|
36
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_inventory
|
|
37
|
+
msgid "Inventory"
|
|
38
|
+
msgstr "Inventario"
|
|
39
|
+
|
|
40
|
+
#. module: stock_inventory_lockdown
|
|
41
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_location
|
|
42
|
+
msgid "Inventory Locations"
|
|
43
|
+
msgstr ""
|
|
44
|
+
|
|
45
|
+
#. module: stock_inventory_lockdown
|
|
46
|
+
#: model:ir.model,name:stock_inventory_lockdown.model_stock_move
|
|
47
|
+
msgid "Stock Move"
|
|
48
|
+
msgstr "Movimento di magazzino"
|