Walid Sahli
Walid Sahli
in this pr i followed the training of owl basics
This PR should add the real estate app to the product (for the purpose of training)
Problem: The current date in the kiosk view remains static, as `now` is initialized when the component is rendered and does not update. The date should dynamically refresh by calling...
Problem: In the PoS interface, searching for products using the `default_code` (internal reference) does not return any results, while this functionality was available in version 17.0. Steps to reproduce: -...
Problem: When editing images, the company context is not respected during operations such as `get_image_info` and `modify_image`. This occurs because we use `self._clean_context()` during creating of attachment which was introduced...