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
Antonio Espinosa
0115a87574
[FIX] Fixes commented by @pablocm-aserti
9 years ago
Antonio Espinosa
5c33dbf8df
[IMP] Show aggregated taxes detail in pos.order and when printing ticket
9 years ago
PabloCM
1bd3fe9574
[FIX] Removed commented garbage
9 years ago
PabloCM
2fbf539564
[FIX] The backend now handles properly the fiscal position conversion of taxes applied on the frontend
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
2092500fea
[ADD] Some functional testing
10 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