Metadata-Version: 2.1
Name: odoo8-addon-account-invoice-supplierinfo-update
Version: 8.0.1.0.0.99.dev21
Summary: In the supplier invoice, automatically update all products whose unit price on the line is different from the supplier price
Home-page: http://akretion.com
Author: Akretion,GRAP,Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: AGPL-3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 8.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: ~=2.7
Requires-Dist: odoo (<9.0a,>=8.0a)

.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
   :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
   :alt: License: AGPL-3

=====================================================
Update Supplier Info of product from Supplier Invoice
=====================================================

This module allows in the supplier invoice, to automatically update all
products informations whose purchase informations on the line are different
from the supplier informations, defined on the product form.

It creates a new supplier information line if there is not or it updates the
first.

This module add an extra button 'Check Supplier Informations' on supplier
invoice form.

.. image:: /account_invoice_supplierinfo_update/static/description/supplier_invoice_form.png


When user click on it, he can see supplier informations changes, that will
be applied. Optionnaly, he can unselect some temporary changes, specially, if
supplier applied an exceptionnal price change.

.. image:: /account_invoice_supplierinfo_update/static/description/main_screenshot.png

* blue: Create a full new supplier info
* brown: Adding a partnerinfo line in a existing supplierinfo
* black: Updating a current setting, displaying price variation (%)

This module add an extra boolean field 'Supplier Informations Checked' in the
'Other Info' tab in the supplier invoice form, that indicates that the prices
have been checked, and supplierinfo updated, (or eventually that the 
changes have been ignored).

.. image:: /account_invoice_supplierinfo_update/static/description/supplier_invoice_form_other_info_tab.png

Usage
=====

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
   :alt: Try me on Runbot
   :target: https://runbot.odoo-community.org/runbot/142/8.0

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

Bugs are tracked on GitHub 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.

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

* This module does not manage correctly difference if
    * invoice line UoM are not the same as Supplierinfo UoM
    * invoice line taxes are not the same as products taxes. (If one is
      marked as tax included in the price and the other is marked as
      tax excluded in the price)

Credits
=======

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

* Chafique Delli <chafique.delli@akretion.com>
* Sylvain LE GAL (https://twitter.com/legalsylvain)

Maintainer
----------
 
.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://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 https://odoo-community.org.


