-
- Downloads
[IMP] point_of_sale,pos_*: top bar improvements and ticket list
The following changes are made in this task:
1. Remove order tabs and replace with ticket list.
2. Top bar color change.
3. Search bar in the product screen is moved in the top bar.
4. List of sub-categories are now in the same line as the category
breadcrumbs.
closes odoo/odoo#55100
Task-id: 2276678
Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
Showing
- addons/point_of_sale/__manifest__.py 3 additions, 1 deletionaddons/point_of_sale/__manifest__.py
- addons/point_of_sale/models/pos_order.py 2 additions, 0 deletionsaddons/point_of_sale/models/pos_order.py
- addons/point_of_sale/static/src/css/pos.css 375 additions, 42 deletionsaddons/point_of_sale/static/src/css/pos.css
- addons/point_of_sale/static/src/js/Chrome.js 6 additions, 2 deletionsaddons/point_of_sale/static/src/js/Chrome.js
- addons/point_of_sale/static/src/js/ChromeWidgets/OrderSelector.js 0 additions, 56 deletions...oint_of_sale/static/src/js/ChromeWidgets/OrderSelector.js
- addons/point_of_sale/static/src/js/ChromeWidgets/TicketButton.js 41 additions, 0 deletions...point_of_sale/static/src/js/ChromeWidgets/TicketButton.js
- addons/point_of_sale/static/src/js/Misc/IndependentToOrderScreen.js 10 additions, 5 deletions...nt_of_sale/static/src/js/Misc/IndependentToOrderScreen.js
- addons/point_of_sale/static/src/js/Misc/SearchBar.js 115 additions, 0 deletionsaddons/point_of_sale/static/src/js/Misc/SearchBar.js
- addons/point_of_sale/static/src/js/Screens/OrderManagementScreen/OrderManagementScreen.js 1 addition, 2 deletions...js/Screens/OrderManagementScreen/OrderManagementScreen.js
- addons/point_of_sale/static/src/js/Screens/PaymentScreen/PaymentScreen.js 2 additions, 2 deletions...sale/static/src/js/Screens/PaymentScreen/PaymentScreen.js
- addons/point_of_sale/static/src/js/Screens/ProductScreen/ProductsWidget.js 3 additions, 0 deletions...ale/static/src/js/Screens/ProductScreen/ProductsWidget.js
- addons/point_of_sale/static/src/js/Screens/TicketScreen/TicketScreen.js 181 additions, 0 deletions...f_sale/static/src/js/Screens/TicketScreen/TicketScreen.js
- addons/point_of_sale/static/src/js/main.js 2 additions, 0 deletionsaddons/point_of_sale/static/src/js/main.js
- addons/point_of_sale/static/src/js/models.js 27 additions, 17 deletionsaddons/point_of_sale/static/src/js/models.js
- addons/point_of_sale/static/src/js/utils.js 3 additions, 1 deletionaddons/point_of_sale/static/src/js/utils.js
- addons/point_of_sale/static/src/xml/Chrome.xml 16 additions, 9 deletionsaddons/point_of_sale/static/src/xml/Chrome.xml
- addons/point_of_sale/static/src/xml/ChromeWidgets/OrderSelector.xml 0 additions, 34 deletions...nt_of_sale/static/src/xml/ChromeWidgets/OrderSelector.xml
- addons/point_of_sale/static/src/xml/ChromeWidgets/TicketButton.xml 13 additions, 0 deletions...int_of_sale/static/src/xml/ChromeWidgets/TicketButton.xml
- addons/point_of_sale/static/src/xml/Misc/SearchBar.xml 44 additions, 0 deletionsaddons/point_of_sale/static/src/xml/Misc/SearchBar.xml
- addons/point_of_sale/static/src/xml/Screens/ProductScreen/ProductsWidget.xml 3 additions, 3 deletions...e/static/src/xml/Screens/ProductScreen/ProductsWidget.xml
Loading
Please register or sign in to comment