Browse Source

[IMP] pos_pricelist: Improve README

pull/13/head
Pedro M. Baeza 9 years ago
parent
commit
d0fd71a65a
  1. 26
      pos_pricelist/README.rst

26
pos_pricelist/README.rst

@ -1,9 +1,8 @@
Dynamic Price for Odoo Point of Sale
------------------------------------
====================================
*************
Motivation :
*************
Motivation
----------
Many issues report this feature. This why I took decision to start this module
@ -15,16 +14,14 @@ Reported issues :
`V8.0 pos gives wrong price when using min qty in pos pricelist <https://github.com/odoo/odoo/issues/2297>`_
********************
Goal of the module :
********************
Goal of the module
------------------
The goal of this module is to bring the pricelist computation engine to the POS.
This module loads all the necessary data into the POS in order to have a coherent behaviour (offline/online/backend).
**********************
Implemented features :
**********************
Implemented features
--------------------
1. Attached pricelist on partner will take effect on the POS, which means that if we attach a pricelist to a partner.
The POS will recognize it and will compute the price according to the rule defined.
@ -38,8 +35,9 @@ The POS will recognize it and will compute the price according to the rule defin
2. (-2) : Rule based on supplierinfo
3. (default) : Any price type which is set on the product form
******************
Missing features :
******************
Missing features
----------------
- As you may know, product template is not fully implemented in the POS, so I decided to drop it from this module.
* As you may know, product template is not fully implemented in the POS, so I decided to drop it from this module.
* When there are more than one price depending on the quantity, only the price
for first interval is shown.
Loading…
Cancel
Save