Skip to content

Commit

Permalink
Merge pull request #1362 from OCA/16.0
Browse files Browse the repository at this point in the history
Syncing from upstream OCA/stock-logistics-warehouse (16.0)
  • Loading branch information
bt-admin authored Mar 15, 2024
2 parents 3b8dfe3 + 2afd892 commit 4d0a047
Show file tree
Hide file tree
Showing 122 changed files with 6,889 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ addon | version | maintainers | summary
[stock_inventory_count_to_zero](stock_inventory_count_to_zero/) | 16.0.1.0.0 | | Request an inventory count filling the quantities to zero as default
[stock_inventory_discrepancy](stock_inventory_discrepancy/) | 16.0.1.0.0 | | Adds the capability to show the discrepancy of every line in an inventory and to block the inventory validation when the discrepancy is over a user defined threshold.
[stock_inventory_justification](stock_inventory_justification/) | 16.0.1.0.0 | [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) [![ThomasBinsfeld](https://github.com/ThomasBinsfeld.png?size=30px)](https://github.com/ThomasBinsfeld) | This module allows to set justification on inventories
[stock_inventory_preparation_filter](stock_inventory_preparation_filter/) | 16.0.1.0.0 | | More filters for inventory adjustments
[stock_location_lockdown](stock_location_lockdown/) | 16.0.1.0.1 | | Prevent to add stock on locked locations
[stock_location_position](stock_location_position/) | 16.0.1.0.0 | | Add coordinate attributes on stock location.
[stock_location_product_restriction](stock_location_product_restriction/) | 16.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) | Prevent to mix different products into the same stock location
Expand All @@ -48,6 +49,7 @@ addon | version | maintainers | summary
[stock_picking_commercial_partner](stock_picking_commercial_partner/) | 16.0.1.0.0 | | Add Commercial Partner on the Stock Picking
[stock_picking_procure_method](stock_picking_procure_method/) | 16.0.1.0.0 | | Allows to force the procurement method from the picking
[stock_picking_product_interchangeable](stock_picking_product_interchangeable/) | 16.0.1.0.0 | [![CetmixGitDrone](https://github.com/CetmixGitDrone.png?size=30px)](https://github.com/CetmixGitDrone) | Stock Picking Product Interchangeable
[stock_picking_show_linked](stock_picking_show_linked/) | 16.0.1.0.0 | | This addon allows to easily access related pickings (in the case of chained routes) through a button in the parent picking view.
[stock_picking_volume](stock_picking_volume/) | 16.0.1.0.3 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Compute volume information on stock moves and pickings
[stock_picking_volume_packaging](stock_picking_volume_packaging/) | 16.0.1.0.1 | | Use volume information on potential product packaging to compute the volume of a stock.move
[stock_product_qty_by_packaging](stock_product_qty_by_packaging/) | 16.0.1.0.0 | | Compute product quantity to pick by packaging
Expand All @@ -59,6 +61,7 @@ addon | version | maintainers | summary
[stock_route_mto](stock_route_mto/) | 16.0.1.0.0 | | Allows to identify MTO routes through a checkbox and availability to filter them.
[stock_search_supplierinfo_code](stock_search_supplierinfo_code/) | 16.0.1.0.1 | | Allows to search for picking from supplierinfo code
[stock_storage_category_capacity_name](stock_storage_category_capacity_name/) | 16.0.1.0.0 | | Allows to have a better display name for Stock Storage Category Capacity model
[stock_valuation_layer_accounting_date](stock_valuation_layer_accounting_date/) | 16.0.1.0.0 | | Stock Valuation Layer Accounting Date
[stock_warehouse_calendar](stock_warehouse_calendar/) | 16.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Adds a calendar to the Warehouse


Expand Down
2 changes: 1 addition & 1 deletion setup/_metapackage/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.0.20240309.1
16.0.20240314.2
3 changes: 3 additions & 0 deletions setup/_metapackage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
'odoo-addon-stock_inventory_count_to_zero>=16.0dev,<16.1dev',
'odoo-addon-stock_inventory_discrepancy>=16.0dev,<16.1dev',
'odoo-addon-stock_inventory_justification>=16.0dev,<16.1dev',
'odoo-addon-stock_inventory_preparation_filter>=16.0dev,<16.1dev',
'odoo-addon-stock_location_lockdown>=16.0dev,<16.1dev',
'odoo-addon-stock_location_position>=16.0dev,<16.1dev',
'odoo-addon-stock_location_product_restriction>=16.0dev,<16.1dev',
Expand All @@ -35,6 +36,7 @@
'odoo-addon-stock_picking_commercial_partner>=16.0dev,<16.1dev',
'odoo-addon-stock_picking_procure_method>=16.0dev,<16.1dev',
'odoo-addon-stock_picking_product_interchangeable>=16.0dev,<16.1dev',
'odoo-addon-stock_picking_show_linked>=16.0dev,<16.1dev',
'odoo-addon-stock_picking_volume>=16.0dev,<16.1dev',
'odoo-addon-stock_picking_volume_packaging>=16.0dev,<16.1dev',
'odoo-addon-stock_product_qty_by_packaging>=16.0dev,<16.1dev',
Expand All @@ -46,6 +48,7 @@
'odoo-addon-stock_route_mto>=16.0dev,<16.1dev',
'odoo-addon-stock_search_supplierinfo_code>=16.0dev,<16.1dev',
'odoo-addon-stock_storage_category_capacity_name>=16.0dev,<16.1dev',
'odoo-addon-stock_valuation_layer_accounting_date>=16.0dev,<16.1dev',
'odoo-addon-stock_warehouse_calendar>=16.0dev,<16.1dev',
],
classifiers=[
Expand Down
6 changes: 6 additions & 0 deletions setup/stock_inventory_preparation_filter/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,
)
6 changes: 6 additions & 0 deletions setup/stock_picking_show_linked/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,
)
6 changes: 6 additions & 0 deletions setup/stock_valuation_layer_accounting_date/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,
)
90 changes: 90 additions & 0 deletions stock_inventory_preparation_filter/README.rst
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:8c18824c9a3e2b66e948d70f89a671cf911b58eb54a022fe851e2b628b3058a6
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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/16.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-16-0/stock-logistics-warehouse-16-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=16.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:%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
~~~~~~~

* 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/16.0/stock_inventory_preparation_filter>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions stock_inventory_preparation_filter/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
17 changes: 17 additions & 0 deletions stock_inventory_preparation_filter/__manifest__.py
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",
}
54 changes: 54 additions & 0 deletions stock_inventory_preparation_filter/i18n/am.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# 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
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__product_domain
msgid "Domain"
msgstr ""

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields.selection,name:stock_inventory_preparation_filter.selection__stock_inventory__product_selection__domain
msgid "Filtered Products"
msgstr ""

#. module: stock_inventory_preparation_filter
#: model:ir.model,name:stock_inventory_preparation_filter.model_stock_inventory
msgid "Inventory Adjustment Group"
msgstr ""

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__product_selection
msgid "Product Selection"
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"
61 changes: 61 additions & 0 deletions stock_inventory_preparation_filter/i18n/ar.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# 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
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__product_domain
msgid "Domain"
msgstr ""

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields.selection,name:stock_inventory_preparation_filter.selection__stock_inventory__product_selection__domain
msgid "Filtered Products"
msgstr ""

#. module: stock_inventory_preparation_filter
#: model:ir.model,name:stock_inventory_preparation_filter.model_stock_inventory
msgid "Inventory Adjustment Group"
msgstr ""

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__product_selection
msgid "Product Selection"
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 "آخر تحديث في"
60 changes: 60 additions & 0 deletions stock_inventory_preparation_filter/i18n/bg.po
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_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: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
"Language: bg\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__product_domain
msgid "Domain"
msgstr ""

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields.selection,name:stock_inventory_preparation_filter.selection__stock_inventory__product_selection__domain
msgid "Filtered Products"
msgstr ""

#. module: stock_inventory_preparation_filter
#: model:ir.model,name:stock_inventory_preparation_filter.model_stock_inventory
msgid "Inventory Adjustment Group"
msgstr ""

#. module: stock_inventory_preparation_filter
#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__product_selection
msgid "Product Selection"
msgstr ""

#~ msgid "Created by"
#~ msgstr "Създадено от"

#~ msgid "Created on"
#~ msgstr "Създадено на"

#~ msgid "Display Name"
#~ msgstr "Име за Показване"

#~ msgid "ID"
#~ msgstr "ID"

#~ msgid "Last Modified on"
#~ msgstr "Последно обновено на"

#~ msgid "Last Updated by"
#~ msgstr "Последно обновено от"

#~ msgid "Last Updated on"
#~ msgstr "Последно обновено на"
Loading

0 comments on commit 4d0a047

Please sign in to comment.