-
-
Notifications
You must be signed in to change notification settings - Fork 729
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by dreispt
- Loading branch information
Showing
85 changed files
with
7,990 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
setup/stock_inventory_preparation_filter/odoo/addons/stock_inventory_preparation_filter
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 @@ | ||
../../../../stock_inventory_preparation_filter |
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,6 @@ | ||
import setuptools | ||
|
||
setuptools.setup( | ||
setup_requires=['setuptools-odoo'], | ||
odoo_addon=True, | ||
) |
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,90 @@ | ||
====================================== | ||
Extended Inventory Preparation Filters | ||
====================================== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:691e399e7f9a42d4e555036daa1cd255484a300bd4501edf91278a115dc90953 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |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-AGPL--3-blue.png | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-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/14.0/stock_inventory_preparation_filter | ||
: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-14-0/stock-logistics-warehouse-14-0-stock_inventory_preparation_filter | ||
: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=14.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
Includes more options for making an inventory out of: | ||
|
||
* Products filtered by a domain. | ||
* Products of a category. | ||
* Multiple lots | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
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_inventory_preparation_filter%0Aversion:%2014.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 | ||
~~~~~~~ | ||
|
||
* AvanzOSC | ||
* Tecnativa | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* Oihane Crucelaegui <[email protected]> | ||
* `Tecnativa <https://www.tecnativa.com>`__: | ||
|
||
* Pedro M. Baeza | ||
* David Vidal | ||
* Sergio Teruel | ||
* Carlos Roca | ||
|
||
* Xavier Jimenez <[email protected]> | ||
* Iván Todorovich <[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. | ||
|
||
This module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_inventory_preparation_filter>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
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 @@ | ||
from . import models |
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,17 @@ | ||
# Copyright 2015 AvanzOSC - Oihane Crucelaegi | ||
# Copyright 2015 Tecnativa - Pedro M. Baeza | ||
# Copyright 2017 Tecnativa - David Vidal | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
{ | ||
"name": "Extended Inventory Preparation Filters", | ||
"version": "16.0.1.0.0", | ||
"depends": ["stock", "stock_inventory"], | ||
"author": "AvanzOSC," "Tecnativa," "Odoo Community Association (OCA)", | ||
"category": "Inventory, Logistic, Storage", | ||
"website": "https://github.com/OCA/stock-logistics-warehouse", | ||
"summary": "More filters for inventory adjustments", | ||
"data": ["views/stock_inventory_view.xml"], | ||
"installable": True, | ||
"license": "AGPL-3", | ||
} |
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,94 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * stock_inventory_preparation_filter | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2018 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-02-27 11:37+0000\n" | ||
"PO-Revision-Date: 2018-02-27 11:37+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2018\n" | ||
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" | ||
"Language: am\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" | ||
|
||
#. module: stock_inventory_preparation_filter | ||
#: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:0 | ||
#, python-format | ||
msgid "All products" | ||
msgstr "" | ||
|
||
#. module: stock_inventory_preparation_filter | ||
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__categ_ids | ||
msgid "Categories" | ||
msgstr "" | ||
|
||
#. module: stock_inventory_preparation_filter | ||
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__product_domain | ||
msgid "Domain" | ||
msgstr "" | ||
|
||
#. module: stock_inventory_preparation_filter | ||
#: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:0 | ||
#, python-format | ||
msgid "Filtered Products" | ||
msgstr "" | ||
|
||
#. module: stock_inventory_preparation_filter | ||
#: model:ir.model.fields,help:stock_inventory_preparation_filter.field_stock_inventory__filter | ||
msgid "" | ||
"If you do an entire inventory, you can choose 'All Products' and it will " | ||
"prefill the inventory with the current stock. If you only do some products " | ||
"(e.g. Cycle Counting) you can choose 'Manual Selection of Products' and the " | ||
"system won't propose anything. You can also let the system propose for a " | ||
"single product / lot /... " | ||
msgstr "" | ||
|
||
#. module: stock_inventory_preparation_filter | ||
#: model:ir.model,name:stock_inventory_preparation_filter.model_stock_inventory | ||
msgid "Inventory" | ||
msgstr "" | ||
|
||
#. module: stock_inventory_preparation_filter | ||
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__filter | ||
#: model_terms:ir.ui.view,arch_db:stock_inventory_preparation_filter.view_inventory_form | ||
msgid "Inventory of" | ||
msgstr "" | ||
|
||
#. module: stock_inventory_preparation_filter | ||
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__lot_ids | ||
msgid "Lots" | ||
msgstr "" | ||
|
||
#. module: stock_inventory_preparation_filter | ||
#: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:0 | ||
#, python-format | ||
msgid "Selected Categories" | ||
msgstr "" | ||
|
||
#. module: stock_inventory_preparation_filter | ||
#: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:0 | ||
#, python-format | ||
msgid "Selected Lots" | ||
msgstr "" | ||
|
||
#~ msgid "Created by" | ||
#~ msgstr "Creado por" | ||
|
||
#~ msgid "Created on" | ||
#~ msgstr "Creado en" | ||
|
||
#~ msgid "ID" | ||
#~ msgstr "ID" | ||
|
||
#~ msgid "Last Updated by" | ||
#~ msgstr "Última actualización por" | ||
|
||
#~ msgid "Last Updated on" | ||
#~ msgstr "Última actualización en" |
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,101 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * stock_inventory_preparation_filter | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2018 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-02-27 11:37+0000\n" | ||
"PO-Revision-Date: 2018-02-27 11:37+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2018\n" | ||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" | ||
"Language: ar\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " | ||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" | ||
|
||
#. module: stock_inventory_preparation_filter | ||
#: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:0 | ||
#, python-format | ||
msgid "All products" | ||
msgstr "" | ||
|
||
#. module: stock_inventory_preparation_filter | ||
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__categ_ids | ||
msgid "Categories" | ||
msgstr "" | ||
|
||
#. module: stock_inventory_preparation_filter | ||
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__product_domain | ||
msgid "Domain" | ||
msgstr "" | ||
|
||
#. module: stock_inventory_preparation_filter | ||
#: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:0 | ||
#, python-format | ||
msgid "Filtered Products" | ||
msgstr "" | ||
|
||
#. module: stock_inventory_preparation_filter | ||
#: model:ir.model.fields,help:stock_inventory_preparation_filter.field_stock_inventory__filter | ||
msgid "" | ||
"If you do an entire inventory, you can choose 'All Products' and it will " | ||
"prefill the inventory with the current stock. If you only do some products " | ||
"(e.g. Cycle Counting) you can choose 'Manual Selection of Products' and the " | ||
"system won't propose anything. You can also let the system propose for a " | ||
"single product / lot /... " | ||
msgstr "" | ||
|
||
#. module: stock_inventory_preparation_filter | ||
#: model:ir.model,name:stock_inventory_preparation_filter.model_stock_inventory | ||
msgid "Inventory" | ||
msgstr "" | ||
|
||
#. module: stock_inventory_preparation_filter | ||
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__filter | ||
#: model_terms:ir.ui.view,arch_db:stock_inventory_preparation_filter.view_inventory_form | ||
msgid "Inventory of" | ||
msgstr "" | ||
|
||
#. module: stock_inventory_preparation_filter | ||
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__lot_ids | ||
msgid "Lots" | ||
msgstr "" | ||
|
||
#. module: stock_inventory_preparation_filter | ||
#: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:0 | ||
#, python-format | ||
msgid "Selected Categories" | ||
msgstr "" | ||
|
||
#. module: stock_inventory_preparation_filter | ||
#: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:0 | ||
#, python-format | ||
msgid "Selected Lots" | ||
msgstr "" | ||
|
||
#~ msgid "Created by" | ||
#~ msgstr "أنشئ بواسطة" | ||
|
||
#~ msgid "Created on" | ||
#~ msgstr "أنشئ في" | ||
|
||
#~ msgid "Display Name" | ||
#~ msgstr "اسم العرض" | ||
|
||
#~ msgid "ID" | ||
#~ msgstr "المعرف" | ||
|
||
#~ msgid "Last Modified on" | ||
#~ msgstr "آخر تعديل في" | ||
|
||
#~ msgid "Last Updated by" | ||
#~ msgstr "آخر تحديث بواسطة" | ||
|
||
#~ msgid "Last Updated on" | ||
#~ msgstr "آخر تحديث في" |
Oops, something went wrong.