Loïc Faure-Lacroix
e8b5508fa4
[Fix][8.0] Fix the way pricelists are selected when a template_id is set as rule of pricelist ( #100 )
Added a method to match rules.
It can be inherited which allow other modules to extend the way the
pricelists are chosen.
Also a rule in the while loop could be removed as it duplicated
one of the tests when choosing the available pricelists.
7 years ago
OCA Transbot
50f15280fb
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
08081deb75
[UPD] addons table in README.md
7 years ago
Sylvain LE GAL
8cdb3efb90
[REF] bump version
7 years ago
Sylvain LE GAL
38a37fd843
[FIX] remove unrelated code to pos_pricelist and fix #128
7 years ago
OCA Transbot
ae5785dc2a
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
51bbe1ef4e
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
2a640359dd
[ADD] setup.py
7 years ago
OCA Git Bot
befbfcde56
[UPD] addons table in README.md
7 years ago
Quentin Dupont
a8cd4e6731
[ADD] new module pos_to_weight_by_product_uom
7 years ago
OCA Transbot
6e97075239
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
44c263fb6e
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
c72621dd1b
[UPD] addons table in README.md
7 years ago
Alexis de Lattre
3c552338da
[8.0] hw_telium_payment_terminal: Update to newer pycountry API ( #222 )
* hw_telium_payment_terminal: Update to newer pycountry API
7 years ago
OCA Transbot
122d4fb69b
OCA Transbot updated translations from Transifex
7 years ago
Alexis de Lattre
22199fd8a0
Display relevant info on LCD when Qty/price/discount is forced via the buttons of the POS frontend
7 years ago
Stefan Rijnhart
dc921e686b
[FIX] API confusion on override monkeypatched method
7 years ago
OCA Transbot
38fd3ac5df
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
c08dcb6f05
[UPD] addons table in README.md
7 years ago
Stefan Rijnhart (Opener)
09bcf32fa1
Merge pull request #205 from OCA/revert-201-8.0_REM_pos_remove_category
Revert "[REM][8.0] remove pos_remove_pos_category Fix : #200"
7 years ago
Sylvain LE GAL
1bf9eba882
Revert "[REM][8.0] remove pos_remove_pos_category Fix : #200"
7 years ago
OCA Git Bot
a5ef36ab8b
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
2930351c09
Merge pull request #201 from grap/8.0_REM_pos_remove_category
[REM][8.0] remove pos_remove_pos_category Fix : #200
7 years ago
Sylvain LE GAL
2d4b510834
[REM] remove pos_remove_pos_category Fix : #200
7 years ago
Stefan Rijnhart
b577ca4dc7
[IMP] API consistency
7 years ago
Stefan Rijnhart (Opener)
8040208fa0
Merge pull request #199 from grap/8.0_FIX_pos_pricelist_use_all_taxes
[8.0][FIX] pos_pricelist : allow to use taxes type 'all'
7 years ago
Sylvain LE GAL
3ba1710f2a
[FIX] allow to use taxes type 'all'
7 years ago
OCA Transbot
e0a5cbf622
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
b2cfb73c71
OCA Transbot updated translations from Transifex
7 years ago
Stefan Rijnhart
9ead5e645f
[IMP] Link new picking to original sale order
[ADD] Tests
7 years ago
OCA Transbot
46eb7e8661
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
c368bb5559
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
3e6c4e21f2
Merge pull request #191 from StefanRijnhart/8.0-pos_picking_load_pos_session
[ADD] Make pos session available when selecting pickings
7 years ago
Stefan Rijnhart
a817c6e5c1
[ADD] Make pos session available when selecting pickings
7 years ago
OCA Transbot
5864802365
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
9325a23250
[ADD] setup.py
7 years ago
OCA Git Bot
8bcc8dbedf
[UPD] addons table in README.md
7 years ago
Sylvain LE GAL
027e6f056e
[ADD] new module pos_picking_load ( #183 )
[ADD] new module pos_picking_load
7 years ago
OCA Transbot
1335af1a5a
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
027984730d
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
7ad6f553d4
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
0d7f69379b
[ADD] setup.py
8 years ago
OCA Git Bot
0cb3ec841a
[UPD] addons table in README.md
8 years ago
Ronald Portier
1652963d79
[8.0][FIX] Make sure module pos_default_empty_image correctly and completely loaded. ( #167 )
* [FIX] Make sure inherit on product.template really loaded.
* [FIX] Changes according to remark by Sylvain Le Gal.
8 years ago
Ronald Portier
2097776649
[8.0][ADD] New module to only load specific customers in POS. ( #168 )
* [ADD] New module to only load specific customers in POS.
* [FIX] Changes after review - renamed module to pos_restricted_customer_list.
8 years ago
Rafael Blasco
d467577f91
Merge pull request #99 from StefanRijnhart/8.0-pos_pricelist_improve_fiscal_position
[FIX] Honour mapped taxes when creating move lines
8 years ago
Rafael Blasco
b4c620fa89
Merge pull request #96 from acsone/8.0-add-pos_cash_move_reason-ape
[ADD] Add pos_cash_move_reason module
8 years ago
Rafael Blasco
c1bd08196e
Merge pull request #70 from acsone/8.0-add-pos-globalization-ape
[ADD] Add pos_payment_entries_globalization module
8 years ago
Sylvain LE GAL
8a32f9af08
[ADD] new module pos_store_draft_order ( #49 )
* [ADD] new module pos_slate;
* [REF] change file headers according to the new name of the module;
* [FIX] bad terminology;
* [REF] Oca convention;
* [REF] remove useless headers in init files, to reduce the size of the cloud;
* [REF] use new API;
[REF] move documentation from openerp manifest file to readme rst file;
[ADD] screenshot images and some sentences to describe the module;
* [FIX] bad folder for images;
* [FIX] readme file;
* [REF] improve description;
* [FIX] description;
* [REF] rename module and improve tests;
* [FIX] flake8
8 years ago
OCA Transbot
ba698bf4ce
OCA Transbot updated translations from Transifex
8 years ago