forked from OCA/stock-logistics-warehouse
-
Notifications
You must be signed in to change notification settings - Fork 1
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 JordiBForgeFlow
- Loading branch information
Showing
21 changed files
with
1,592 additions
and
0 deletions.
There are no files selected for viewing
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 |
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 @@ | ||
========================== | ||
Stock Inventory Adjustment | ||
========================== | ||
|
||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! 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-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/16.0/stock_inventory | ||
: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 | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/webui/builds.html?repo=OCA/stock-logistics-warehouse&target_branch=16.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module allows to group Inventory Adjustments and have a group traceability (like before Odoo 15.0). | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Usage | ||
===== | ||
|
||
Go to Inventory / Operations / Inventory Adjustments. Here you can see the list of Adjustment Grouped. | ||
If you create a new Group, you can choose 2 types of product selection: | ||
- All Products (all products from theselected locations). | ||
- Manual Selection (choose manually each product in location). | ||
- One Product (choose only one product in locations). | ||
- Lot Serial Number (choose one product, any lots and locations). | ||
- Product Category (choose one product category [childs also taken into account]). | ||
When you start the adjustment (only one at a time) clicking on adjustments gets you to the view where adjustments are made. | ||
From the group view, if you click on Stock Moves you can see the movements done (includes the 0 qty moves). | ||
|
||
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%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 | ||
~~~~~~~ | ||
|
||
* ForgeFlow | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* `ForgeFlow <https://www.forgeflow.com>`_: | ||
|
||
* David Jiménez <[email protected]> | ||
* Guillem Casassas <[email protected]> | ||
* Urvisha Desai <[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>`_ 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,20 @@ | ||
{ | ||
"name": "Stock Inventory Adjustment", | ||
"version": "16.0.1.0.0", | ||
"license": "LGPL-3", | ||
"maintainer": ["DavidJForgeFlow"], | ||
"development_status": "Beta", | ||
"category": "Inventory/Inventory", | ||
"summary": "Allows to do an easier follow up of the Inventory Adjustments", | ||
"author": "ForgeFlow, Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/stock-logistics-warehouse", | ||
"depends": ["stock"], | ||
"data": [ | ||
"security/ir.model.access.csv", | ||
"views/stock_inventory.xml", | ||
"views/stock_quant.xml", | ||
"views/stock_move_line.xml", | ||
], | ||
"installable": True, | ||
"application": False, | ||
} |
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,233 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * stock_inventory | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 15.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__count_stock_quants | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__count_stock_quants_string | ||
msgid "Adjustments" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields.selection,name:stock_inventory.selection__stock_inventory__product_selection__all | ||
msgid "All Products" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model_terms:ir.ui.view,arch_db:stock_inventory.view_inventory_group_form | ||
msgid "Back to Draft" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model_terms:ir.ui.view,arch_db:stock_inventory.view_inventory_group_form | ||
msgid "Begin Adjustments" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__create_uid | ||
msgid "Created by" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__create_date | ||
msgid "Created on" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__date | ||
msgid "Date" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields.selection,name:stock_inventory.selection__stock_inventory__state__done | ||
msgid "Done" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields.selection,name:stock_inventory.selection__stock_inventory__state__draft | ||
msgid "Draft" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields.selection,name:stock_inventory.selection__stock_inventory__state__in_progress | ||
msgid "In Progress" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__stock_quant_ids | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_move_line__inventory_adjustment_id | ||
msgid "Inventory Adjustment" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.actions.act_window,name:stock_inventory.action_view_inventory_group_form | ||
#: model:ir.model,name:stock_inventory.model_stock_inventory | ||
msgid "Inventory Adjustment Group" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.ui.menu,name:stock_inventory.menu_action_inventory_tree | ||
msgid "Inventory Adjustments" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__stock_move_ids | ||
msgid "Inventory Adjustments Done" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__name | ||
msgid "Inventory Reference" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory____last_update | ||
msgid "Last Modified on" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__write_uid | ||
msgid "Last Updated by" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__write_date | ||
msgid "Last Updated on" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__location_ids | ||
#: model_terms:ir.ui.view,arch_db:stock_inventory.view_inventory_group_form | ||
msgid "Locations" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields.selection,name:stock_inventory.selection__stock_inventory__product_selection__lot | ||
msgid "Lot/Serial Number" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__lot_ids | ||
msgid "Lot/Serial Numbers" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields.selection,name:stock_inventory.selection__stock_inventory__product_selection__manual | ||
msgid "Manual Selection" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields.selection,name:stock_inventory.selection__stock_inventory__product_selection__one | ||
msgid "One Product" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__owner_id | ||
msgid "Owner" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__category_id | ||
#: model:ir.model.fields.selection,name:stock_inventory.selection__stock_inventory__product_selection__category | ||
msgid "Product Category" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model,name:stock_inventory.model_stock_move_line | ||
msgid "Product Moves (Stock Move Line)" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__product_selection | ||
msgid "Product Selection" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__product_ids | ||
msgid "Products" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model,name:stock_inventory.model_stock_quant | ||
msgid "Quants" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model_terms:ir.ui.view,arch_db:stock_inventory.view_inventory_group_form | ||
msgid "Set to Done" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__state | ||
msgid "State" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.actions.act_window,name:stock_inventory.action_view_stock_move_line_inventory_tree | ||
msgid "Stock Move Lines" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__count_stock_moves | ||
msgid "Stock Moves Lines" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: code:addons/stock_inventory/models/stock_inventory.py:0 | ||
#, python-format | ||
msgid "" | ||
"There's already an Adjustment in Process using one requested Location: %s" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,help:stock_inventory.field_stock_inventory__owner_id | ||
msgid "This is the owner of the inventory adjustment" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model:ir.model.fields,field_description:stock_inventory.field_stock_quant__to_do | ||
#: model_terms:ir.ui.view,arch_db:stock_inventory.view_stock_quant_search_not_done | ||
msgid "To Do" | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: code:addons/stock_inventory/models/stock_inventory.py:0 | ||
#, python-format | ||
msgid "" | ||
"When 'Product Selection: Lot Serial Number' is selected you are only able to" | ||
" add one product." | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: code:addons/stock_inventory/models/stock_inventory.py:0 | ||
#, python-format | ||
msgid "" | ||
"When 'Product Selection: One Product' is selected you are only able to add " | ||
"one product." | ||
msgstr "" | ||
|
||
#. module: stock_inventory | ||
#: model_terms:ir.ui.view,arch_db:stock_inventory.view_inventory_group_form | ||
msgid "e.g. Annual inventory" | ||
msgstr "" |
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,3 @@ | ||
from . import stock_inventory | ||
from . import stock_quant | ||
from . import stock_move_line |
Oops, something went wrong.