-
- Downloads
[IMP] point_of_sale: restore proper sales of the day report
The previous report was a workaround to avoid changing the model in the stable version using a custom widget. Replace by a proper wizard.
Showing
- addons/point_of_sale/__manifest__.py 1 addition, 0 deletionsaddons/point_of_sale/__manifest__.py
- addons/point_of_sale/models/pos_order.py 13 additions, 9 deletionsaddons/point_of_sale/models/pos_order.py
- addons/point_of_sale/static/src/js/report.js 0 additions, 63 deletionsaddons/point_of_sale/static/src/js/report.js
- addons/point_of_sale/static/src/xml/pos.xml 0 additions, 24 deletionsaddons/point_of_sale/static/src/xml/pos.xml
- addons/point_of_sale/views/point_of_sale_template.xml 0 additions, 1 deletionaddons/point_of_sale/views/point_of_sale_template.xml
- addons/point_of_sale/views/pos_order_report_view.xml 5 additions, 2 deletionsaddons/point_of_sale/views/pos_order_report_view.xml
- addons/point_of_sale/wizard/__init__.py 1 addition, 0 deletionsaddons/point_of_sale/wizard/__init__.py
- addons/point_of_sale/wizard/pos_details.py 33 additions, 0 deletionsaddons/point_of_sale/wizard/pos_details.py
- addons/point_of_sale/wizard/pos_details.xml 23 additions, 0 deletionsaddons/point_of_sale/wizard/pos_details.xml
Loading
Please register or sign in to comment