Metadata-Version: 2.1
Name: odoo-addon-product_lst_price_calculate
Version: 15.0.1.0.0.3
Requires-Python: >=3.8
Requires-Dist: odoo>=15.0a,<15.1dev
Summary: Calculate product sales price according to cost and expected margin
Home-page: https://github.com/sygel-technology/sy-product-attribute
License: AGPL-3
Author: Sygel
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 15.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3

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

===========================
Product Lst Price Calculate
===========================

This module allows to calculate at which price a product should be sold according to its cost and expected profit margin.


Installation
============

To install this module, you need to:

#. Only install


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

To configure this module, you need to:

#. Go to Sales > Configuration > Settings > Pricing and activate the "Apply Product Min. Margin" option when the product profit margin needs to be equal or greater than a given value.
#. Go to Sales > Configuration > Settings > Pricing and set a value in the "Product Margin Calculation Default (%)" field to use this rate as the default calculation rate.


Usage
=====

To use this module, you need to:

#. Go to a product template or variant form view.

#. Modify the followin values in order to calculate the price at which the product should be sold:
    #. Sale Price Calculation
    #. Vendor Price Calculation
    #. Vendor Discount Calculation
    #. Theorical Margin Calculation (%)

#. Click on the 'Transfer' button next to the 'Sale Price Calculation' value to set this value as the product sales price.

#. In case the company has the "Apply Product Min. Margin" option activated, it will be checked whether the Theorical Margin Calculation rate is equal or greater than the set value.


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

Bugs and errors are managed in `issues of GitHub <https://github.com/sygel-technology/sy-product-attribute/issues>`_.
In case of problems, please check if your problem has already been
reported. If you are the first to discover it, help us solving it by indicating
a detailed description `here <https://github.com/sygel-technology/sy-product-attribute/issues/new>`_.

Do not contact contributors directly about support or help with technical issues.


Credits
=======

Authors
~~~~~~~

* Sygel, Odoo Community Association (OCA)


Contributors
~~~~~~~~~~~~

* Manuel Regidor <manuel.regidor@sygel.es>


Maintainer
~~~~~~~~~~

This module is maintained by Sygel.

.. image:: https://www.sygel.es/logo.png
   :alt: Sygel
   :target: https://www.sygel.es

This module is part of the `Sygel/sy-product-attribute <https://github.com/sygel-technology/sy-product-attribute>`_.

To contribute to this module, please visit https://github.com/sygel-technology.
