Ammar Officewala
6ad64421d3
Merge c40de4fa58
into 050828d7a0
4 years ago
OCA-git-bot
050828d7a0
pos_timeout 13.0.1.0.1
4 years ago
OCA-git-bot
f0d234f580
[ADD] setup.py
4 years ago
OCA-git-bot
96aabbb1a5
[UPD] README.rst
4 years ago
oca-travis
20f2edc9e2
[UPD] Update pos_timeout.pot
4 years ago
OCA-git-bot
ff948db919
Merge PR #528 into 13.0
Signed-off-by legalsylvain
4 years ago
François Honoré
cbf7a1a19b
[MIG] pos_timeout: Migration to 13.0
4 years ago
François Honoré
12b959279d
[IMP] pos_timeout: black, isort, prettier
4 years ago
OCA Transbot
61e85d9f73
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: pos-10.0/pos-10.0-pos_timeout
Translate-URL: https://translation.odoo-community.org/projects/pos-10-0/pos-10-0-pos_timeout/
4 years ago
OCA Transbot
5b1a4c600e
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: pos-10.0/pos-10.0-pos_timeout
Translate-URL: https://translation.odoo-community.org/projects/pos-10-0/pos-10-0-pos_timeout/
5 years ago
oca-travis
3199ca4d26
[UPD] Update pos_timeout.pot
5 years ago
Nils Hamerlinck
3108178336
[IMP] documentation
5 years ago
Nils Hamerlinck
0ab919a318
[FIX] pos_timeout: effective timeout should depend on the number of orders
5 years ago
oca-travis
671cc1c3dc
[UPD] Update pos_timeout.pot
6 years ago
OCA Transbot
2e61b3c562
OCA Transbot updated translations from Transifex
7 years ago
Sylvain LE GAL
041dbc0fe5
[ADD] new module pos_timeout
7 years ago
OCA-git-bot
78ad741bb7
[UPD] pin flake8 version [ci skip]
5 years ago
OCA-git-bot
227a25f454
pre-commit update [ci skip]
5 years ago
OCA Bot
de6fa1a861
[UPD] .travis.yml: Use verbose colored pre-commit [skip ci]
5 years ago
OCA-git-bot
d523611cb3
[ADD] .editorconfig [ci skip]
5 years ago
OCA-git-bot
88146786b1
pre-commit, black, isort [ci skip]
5 years ago
AmmarOfficewala
c40de4fa58
[MIG] pos_order_mgmt: Migration to 13.0
5 years ago
OCA Transbot
4dc3c6926d
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: pos-12.0/pos-12.0-pos_order_mgmt
Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_order_mgmt/
5 years ago
OCA-git-bot
4f719ff288
pos_order_mgmt 12.0.1.0.3
5 years ago
oca-travis
6bf994f544
[UPD] Update pos_order_mgmt.pot
5 years ago
Iván Todorovich
b6db97af7e
[IMP] Keep table from breaking when customer name is too long, align-right the amount and make it's header take less space
5 years ago
Iván Todorovich
9f303bca5a
[IMP] add orderlist-screen css class to limit selectors
5 years ago
Iván Todorovich
7701a2ab07
IMP Improve configuration page. Allow to disable order mgmt easily.
5 years ago
OCA-git-bot
70d5911c41
[UPD] README.rst
5 years ago
OCA Transbot
93cee15822
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: pos-12.0/pos-12.0-pos_order_mgmt
Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_order_mgmt/
5 years ago
OCA-git-bot
40a71e817d
pos_order_mgmt 12.0.1.0.2
5 years ago
oca-travis
d09aa7879c
[UPD] Update pos_order_mgmt.pot
5 years ago
Iván Todorovich
865b6038b3
IMP: Print the invoice, but also the ticket..
5 years ago
Iván Todorovich
fdad2d0297
IMP action_print: Print invoice instead of ticket, if the order has one
5 years ago
Iván Todorovich
9568a02e34
IMP destroy order after printing. Fixes a bug where, after printing an order, if the user refreshes the browser the order will load again. And this will happen for every previously printed order in the session.
5 years ago
OCA Transbot
3bc67fe422
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: pos-12.0/pos-12.0-pos_order_mgmt
Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_order_mgmt/
5 years ago
OCA-git-bot
9676f45872
[UPD] README.rst
5 years ago
oca-travis
f08f3b7a84
[UPD] Update pos_order_mgmt.pot
5 years ago
Sylvain LE GAL
8d1e5020e0
[FIX] loaded orders date to local https://github.com/OCA/pos/pull/361 cortesy @chienandalu
[FIX] compatibility with pos_restaurant https://github.com/OCA/pos/pull/339 cortesy @carlosDomatix
[FIX] add _compute_refund_order_qty
[ADD] pos order view form. Add links to original returned order and refund orders.
[IMP] when refunding an order via the 'Refund' button in back office, set the correct returned_order_id.
[IMP] Add helper on each button
[ADD] python test
[REF] JS remove useless code
[REF] Python remove useless code
[FIX] remove bad oldname
[FIX] remove gap in bill display, when it is a refund
[FIX] when reprinting a bill, the returned order name is displayed, if any
[FIX] JS lint, with OCA eslint file
[ADD] french translation
5 years ago
Iván Todorovich
d5ba6317ab
- Make search_query a property
- Fix search clear button
- Refactor load_order and actions
This refactors load_data into two functions: load_order_data and load_order_from_data.
Also, when executing actions, instead of sending the order as an argument, only the order_data will be sent.
The action method is responsible for generating the order data (if that's what it needs)
All the refund logic has been extracted from the various methods, and it's now in action_return.
Now, returns have a specific 'Refund XXXX' name.
- IMP Allow to duplicate done orders from the POS
- IMP filter by customer name, too, when searching
6 years ago
Pierrick Brun
c56fface23
[IMP] allow srucharge of orderlines loading
6 years ago
Pierrick Brun
ac59bb6d4d
[IMP] Add Duplicate info on reprinted receipt
6 years ago
Pierrick Brun
bd829ed721
[IMP] configure reprint and return separately
6 years ago
Pierrick Brun
85574f77b2
[MIG] 12.0 with integration of pos_return
6 years ago
OCA Transbot
c5a6b27e3a
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: pos-11.0/pos-11.0-pos_order_mgmt
Translate-URL: https://translation.odoo-community.org/projects/pos-11-0/pos-11-0-pos_order_mgmt/
6 years ago
Marta Vázquez Rodríguez
531a299d5b
Translated using Weblate (Spanish)
Currently translated at 100.0% (20 of 20 strings)
Translation: pos-11.0/pos-11.0-pos_order_mgmt
Translate-URL: https://translation.odoo-community.org/projects/pos-11-0/pos-11-0-pos_order_mgmt/es/
6 years ago
oca-travis
85e8b22377
[UPD] Update pos_order_mgmt.pot
6 years ago
David
80c07cd530
[FIX] pos_order_mgmt: reprint tickets with fp
When the PoS is using fiscal positions it can lead to errors when
computing the reprinted ticket value because the tax mapping function
computes them from the current order instead of from the one belonging
to the line. So we set our loaded order temporarily as the selected one
just to bring it back to the current one after it's printed.
6 years ago
oca-travis
f03bacb07f
[UPD] Update pos_order_mgmt.pot
6 years ago
OCA-git-bot
88040865ee
[UPD] README.rst
6 years ago