You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Adil Houmadi cd4d2508ee [ADD] : - add support for price with taxes, new option is introduced in the POS config to let the user show price with taxes in product widget. 9 years ago
..
demo [ADD] Some functional testing 10 years ago
models [ADD] : - add support for price with taxes, new option is introduced in the POS config to let the user show price with taxes in product widget. 9 years ago
static/src [ADD] : - add support for price with taxes, new option is introduced in the POS config to let the user show price with taxes in product widget. 9 years ago
test [FIX] : E302 expected 2 blank lines, found 1 10 years ago
views [ADD] : - add support for price with taxes, new option is introduced in the POS config to let the user show price with taxes in product widget. 9 years ago
README.rst [IMP] pos_pricelist: Improve README 10 years ago
__init__.py [ADD] : - add support for price with taxes, new option is introduced in the POS config to let the user show price with taxes in product widget. 9 years ago
__openerp__.py [ADD] : - add support for price with taxes, new option is introduced in the POS config to let the user show price with taxes in product widget. 9 years ago

README.rst

Dynamic Price for Odoo Point of Sale
====================================

Motivation
----------

Many issues report this feature. This why I took decision to start this module

Reported issues :

`odoo 8 POS price list discount has no effect. <https://github.com/odoo/odoo/issues/3579>`_

`ODOO POS Pricelist - Public Price & Discounted Price in Receipt. <https://github.com/odoo/odoo/issues/1758>`_

`V8.0 pos gives wrong price when using min qty in pos pricelist <https://github.com/odoo/odoo/issues/2297>`_

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
--------------------

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.

2. Fiscal Position of each partner will also be present so taxes will be correctly computed
(conforming to the fiscal position).

- Implemented Rules are :

1. (-1) : Rule based on other pricelist
2. (-2) : Rule based on supplierinfo
3. (default) : Any price type which is set on the product form

Missing features
----------------

* 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.