Skip to content

Commit

Permalink
Merge pull request #601 from QubiQ/12.0-mig-stock_inventory_preparati…
Browse files Browse the repository at this point in the history
…on_filter

[12.0][MIG] stock_inventory_preparation_filter
  • Loading branch information
pedrobaeza committed May 28, 2019
2 parents 6993cd6 + 469dc53 commit 45c6852
Show file tree
Hide file tree
Showing 84 changed files with 9,478 additions and 0 deletions.
87 changes: 87 additions & 0 deletions stock_inventory_preparation_filter/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
======================================
Extended Inventory Preparation Filters
======================================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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-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/11.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-11-0/stock-logistics-warehouse-11-0-stock_inventory_preparation_filter
: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/11.0
:alt: Try me on Runbot

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

Includes more options for making an inventory out of:

* Multiple products.
* Products of a category.
* Multiple lots

It also allows to make an inventory based on scanned products, adding a line
with product code and quantity.

**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 smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_inventory_preparation_filter%0Aversion:%2011.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 <oihanecrucelaegi@avanzosc.es>
* `Tecnativa <https://www.tecnativa.com>`__:

* Pedro M. Baeza
* David Vidal

* Xavier Jimenez <xavier.jimenez@qubiq.es>

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/11.0/stock_inventory_preparation_filter>`_ 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_inventory_preparation_filter/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

from . import models
24 changes: 24 additions & 0 deletions stock_inventory_preparation_filter/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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": "12.0.1.0.0",
"depends": [
"stock",
],
"author": "AvanzOSC,"
"Tecnativa,"
"Odoo Community Association (OCA)",
"category": "Inventory, Logistic, Storage",
"website": "http://github.com/OCA/stock-logistics-warehouse",
"summary": "More filters for inventory adjustments",
"data": [
"views/stock_inventory_view.xml",
"security/ir.model.access.csv",
],
'installable': True,
"license": 'AGPL-3',
}
120 changes: 120 additions & 0 deletions stock_inventory_preparation_filter/i18n/am.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_inventory_preparation_filter
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_empty_line_ids
#: model:ir.ui.view,arch_db:stock_inventory_preparation_filter.stock_inventory_form
msgid "Capture Lines"
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_line_empty_create_uid
msgid "Created by"
msgstr "Creado por"

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_line_empty_create_date
msgid "Created on"
msgstr "Creado en"

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_line_empty_display_name
msgid "Display Name"
msgstr ""

#. module: stock_inventory_preparation_filter
#: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:47
#, python-format
msgid "Empty list"
msgstr ""

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_line_empty_id
msgid "ID"
msgstr "ID"

#. module: stock_inventory_preparation_filter
#: model:ir.model,name:stock_inventory_preparation_filter.model_stock_inventory
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_line_empty_inventory_id
msgid "Inventory"
msgstr ""

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_line_empty___last_update
msgid "Last Modified on"
msgstr ""

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_line_empty_write_uid
msgid "Last Updated by"
msgstr "Última actualización por"

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_line_empty_write_date
msgid "Last Updated on"
msgstr "Última actualización en"

#. 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
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_line_empty_product_code
msgid "Product Code"
msgstr ""

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_product_ids
msgid "Products"
msgstr ""

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_line_empty_product_qty
msgid "Quantity"
msgstr ""

#. module: stock_inventory_preparation_filter
#: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:41
#, python-format
msgid "Selected Categories"
msgstr ""

#. module: stock_inventory_preparation_filter
#: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:45
#, python-format
msgid "Selected Lots"
msgstr ""

#. module: stock_inventory_preparation_filter
#: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:42
#, python-format
msgid "Selected Products"
msgstr ""

#. module: stock_inventory_preparation_filter
#: model:ir.model,name:stock_inventory_preparation_filter.model_stock_inventory_line_empty
msgid "stock.inventory.line.empty"
msgstr ""
121 changes: 121 additions & 0 deletions stock_inventory_preparation_filter/i18n/ar.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_inventory_preparation_filter
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_empty_line_ids
#: model:ir.ui.view,arch_db:stock_inventory_preparation_filter.stock_inventory_form
msgid "Capture Lines"
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_line_empty_create_uid
msgid "Created by"
msgstr "أنشئ بواسطة"

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_line_empty_create_date
msgid "Created on"
msgstr "أنشئ في"

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_line_empty_display_name
msgid "Display Name"
msgstr "اسم العرض"

#. module: stock_inventory_preparation_filter
#: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:47
#, python-format
msgid "Empty list"
msgstr ""

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_line_empty_id
msgid "ID"
msgstr "المعرف"

#. module: stock_inventory_preparation_filter
#: model:ir.model,name:stock_inventory_preparation_filter.model_stock_inventory
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_line_empty_inventory_id
msgid "Inventory"
msgstr ""

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_line_empty___last_update
msgid "Last Modified on"
msgstr "آخر تعديل في"

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_line_empty_write_uid
msgid "Last Updated by"
msgstr "آخر تحديث بواسطة"

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_line_empty_write_date
msgid "Last Updated on"
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
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_line_empty_product_code
msgid "Product Code"
msgstr ""

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_product_ids
msgid "Products"
msgstr ""

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory_line_empty_product_qty
msgid "Quantity"
msgstr ""

#. module: stock_inventory_preparation_filter
#: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:41
#, python-format
msgid "Selected Categories"
msgstr ""

#. module: stock_inventory_preparation_filter
#: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:45
#, python-format
msgid "Selected Lots"
msgstr ""

#. module: stock_inventory_preparation_filter
#: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:42
#, python-format
msgid "Selected Products"
msgstr ""

#. module: stock_inventory_preparation_filter
#: model:ir.model,name:stock_inventory_preparation_filter.model_stock_inventory_line_empty
msgid "stock.inventory.line.empty"
msgstr ""

0 comments on commit 45c6852

Please sign in to comment.