[IMP] point_of_sale, pos_self_order: handle preset in self - #191814
Closed
davidmonnom wants to merge 1 commit into
Closed
[IMP] point_of_sale, pos_self_order: handle preset in self#191814davidmonnom wants to merge 1 commit into
davidmonnom wants to merge 1 commit into
Conversation
Contributor
C3POdoo
requested review from
a team and
caburj
and removed request for
a team
December 26, 2024 14:07
davidmonnom
force-pushed
the
saas-18.1-handle_preset_self-moda
branch
2 times, most recently
from
December 26, 2024 14:20
604c19a to
cf8fa54
Compare
davidmonnom
force-pushed
the
saas-18.1-handle_preset_self-moda
branch
7 times, most recently
from
January 2, 2025 10:55
00d487a to
1a151da
Compare
davidmonnom
force-pushed
the
saas-18.1-handle_preset_self-moda
branch
6 times, most recently
from
January 13, 2025 13:58
6cdda9b to
09c5e8e
Compare
davidmonnom
force-pushed
the
saas-18.1-handle_preset_self-moda
branch
from
January 16, 2025 09:31
09c5e8e to
f0c7074
Compare
caburj
reviewed
Jan 16, 2025
caburj
reviewed
Jan 16, 2025
davidmonnom
force-pushed
the
saas-18.1-handle_preset_self-moda
branch
from
January 16, 2025 11:17
f0c7074 to
88ed5e4
Compare
caburj
reviewed
Jan 16, 2025
caburj
reviewed
Jan 16, 2025
caburj
reviewed
Jan 16, 2025
davidmonnom
force-pushed
the
saas-18.1-handle_preset_self-moda
branch
3 times, most recently
from
January 17, 2025 10:16
02cb3b1 to
9c7d380
Compare
Added the possibility of having a customer on the order. This will make it possible to manage deliveries and order collection. Once the user has placed an order and added his information. This information will be kept in the cache so that it can be reused. The order cache system is no longer managed by the localStorage but by the indexedDB. taskId: 4423621
davidmonnom
force-pushed
the
saas-18.1-handle_preset_self-moda
branch
from
January 17, 2025 11:52
9c7d380 to
2b06c0c
Compare
Contributor
|
robodoo r+ |
robodoo
pushed a commit
that referenced
this pull request
Jan 17, 2025
Added the possibility of having a customer on the order. This will make it possible to manage deliveries and order collection. Once the user has placed an order and added his information. This information will be kept in the cache so that it can be reused. The order cache system is no longer managed by the localStorage but by the indexedDB. closes #191814 Taskid: 4423621 Signed-off-by: Joseph Caburnay (jcb) <jcb@odoo.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Added the possibility of having a customer on the order.
This will make it possible to manage deliveries and order collection.
Once the user has placed an order and added his information.
This information will be kept in the cache so that it can be reused.
The order cache system is no longer managed by the localStorage but by
the indexedDB.
taskId: 4423621