ssaid
b294fd2540
[8.0] [IMP] pos_pricelist: Only retrieve the pricelists that are needed and not all ( #260 )
* [ADD] Filter pricelist by pos
* [MOD] Send the pos_config_id by context
* [MOD] Domain in js instead of query in search_read
* [FIX] Pylint details
7 years ago
Adil Houmadi
7537c254ae
[FIX] : E302 expected 2 blank lines, found 1
9 years ago
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.
- the UI is updated when we change the customer in order to adapt the prices
- the computation take in account the pricelist and the fiscal position of the customer
9 years ago
Adil Houmadi
91fc78d2ab
[CHG] : Rename README to README.rst ( https://github.com/OCA/pos/pull/6#issuecomment-66383621 )
[CHG] : Rename module to pos_pricelist instead of the old one
[FIX] : Fix typo mentioned on this comments :
- https://github.com/OCA/pos/pull/6#discussion_r21574900
- https://github.com/OCA/pos/pull/6#commitcomment-9012800
[IMP] : Recover a missed feature while setting a price for an orderline https://github.com/OCA/pos/pull/6#discussion_r21575474
[IMP] : Switch to while loop while iterating over an array
[REM] : Avoid bad practice on Object Class : https://github.com/OCA/pos/pull/6#commitcomment-9012727
10 years ago
Adil Houmadi
978c7412fb
[FIX] Flake8
10 years ago
Adil Houmadi
af03649502
Revert "[FIX] flask8"
This reverts commit 7040fe9eea
.
10 years ago
Adil Houmadi
7040fe9eea
[FIX] flask8
10 years ago
Adil Houmadi
d71e9f2f8c
flake8 is not happy :)
10 years ago
Adil Houmadi
d8b5fce657
[ADD] : Dynamic Price for POS
10 years ago