Metadata-Version: 2.0
Name: odoo10-addon-stock-ownership-by-move
Version: 10.0.0.1.0.99.dev2
Summary: Preserve Ownership of moves (not pickings) on reception.
Home-page: UNKNOWN
Author: Camptocamp,Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: AGPL-3
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Odoo
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Dist: odoo (<10.1dev,>=10.0)

Stock Ownership By Move
=======================

This module lets you use the ownership in each move of a picking when receiving
shipments. All other stock functionalities already use the owner in the move,
and not the one in the picking.

Configuration
=============

Installing this module, the setting to show owners will be enabled
automatically.

Usage
=====

- In a picking, you can set the owner on every line.
- When transferring a picking, lines with different owners will not be grouped.
- In the transfer details wizard, the owner of every line can be changed.
- After the transfer, the owner is also shown in the Operations tab.
- Generated quants have the selected owner.
- The "Owner" field is not shown anymore in the picking.

Known Issues / Roadmap
======================

- Show the owner also in the form and tree views of the move when not inside
  a picking.
- The "Owner" field in the move form view inside the picking is already added
  in the module stock_ownership_availability_rules. It could be added here
  instead.
- Check what happens when using the barcode interface.
- The original method tries to respect the order of moves when generating pack
  operations. We don't, because we use a dictionary which is unordered.


Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-workflow/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
`here <https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20stock_ownership_by_move%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.


Credits
=======

Contributors
------------

* Leonardo Pistone <leonardo.pistone@camptocamp.com>
* Cédric Pigeon <cedric.pigeon@acsone.eu>

Maintainer
----------

.. image:: http://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: http://odoo-community.org

This module is maintained by the OCA.

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.

To contribute to this module, please visit http://odoo-community.org.


