David Monnom

Results 10 issues of David Monnom

Before this PR, the user was not sure that the sending of mail / printing of the ticket was done because no animation was triggered when the button was clicked....

RD

### Commit 1: [REF] event_booth_sale,event_sale,event_product: extract product Before product integration was directly managed in event_sale module. This commit extract product management in a new module event_product. ### Commit 2: [ADD]...

RD

*: pos_online_payment_self_order, pos_restaurant, pos_self_order, pos_self_order_epson_printer, pos_self_order_sale, pos_self_order_stripe Like in `point_of_sale` we introduce related_models in `pos_self_order` to handle relation between models in the frontend. This will allow to use the same...

RD

Before this commit when a product have attribute in instantly mode, the product was duplicated in the list of products as many times as there were possible combinations. Now, the...

RD

Before, related fields were included in the frontend order dict, which caused an error when trying to save the order. This commit removes the related fields from the frontend order...

RD

### Commit 1: [IMP] point_of_sale, pos_self_order: category hour avaibility Add a method inside the category model to know when its available. This allow us to reuse the methods directly from...

RD

Before, it was not possible to edit the payment_ids of a pos_order when the order was paid but not posted. Now, we allow editing the payment_ids of a pos_order when...

RD

Remove `selectedOrder` getter to use `get_order()` instead. taskId: 4141914

RD

Before this commit, the build error view was not displaying the version of versions that was buggy. This commit adds the version in the build error view.

Historically, the point of sale module used the product.product model to represent products cards in PoS. A workaround has been done to handle variants, attributes and pricelist. Now the fact...

RD