-
- Downloads
[IMP] point_of_sale: Product configurator
Configure products with create_variants = 'never' from the POS
closes odoo/odoo#54956
Taskid: 208205
Related: odoo/upgrade#1522
Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
Showing
- addons/point_of_sale/__manifest__.py 1 addition, 0 deletionsaddons/point_of_sale/__manifest__.py
- addons/point_of_sale/data/point_of_sale_demo.xml 63 additions, 0 deletionsaddons/point_of_sale/data/point_of_sale_demo.xml
- addons/point_of_sale/models/pos_config.py 1 addition, 0 deletionsaddons/point_of_sale/models/pos_config.py
- addons/point_of_sale/models/pos_order.py 1 addition, 0 deletionsaddons/point_of_sale/models/pos_order.py
- addons/point_of_sale/security/ir.model.access.csv 6 additions, 0 deletionsaddons/point_of_sale/security/ir.model.access.csv
- addons/point_of_sale/static/src/css/pos.css 123 additions, 3 deletionsaddons/point_of_sale/static/src/css/pos.css
- addons/point_of_sale/static/src/js/Popups/ProductConfiguratorPopup.js 89 additions, 0 deletions..._of_sale/static/src/js/Popups/ProductConfiguratorPopup.js
- addons/point_of_sale/static/src/js/Screens/OrderManagementScreen/OrderlineDetails.js 1 addition, 1 deletion.../src/js/Screens/OrderManagementScreen/OrderlineDetails.js
- addons/point_of_sale/static/src/js/Screens/ProductScreen/ProductScreen.js 20 additions, 1 deletion...sale/static/src/js/Screens/ProductScreen/ProductScreen.js
- addons/point_of_sale/static/src/js/models.js 87 additions, 5 deletionsaddons/point_of_sale/static/src/js/models.js
- addons/point_of_sale/static/src/xml/Chrome.xml 1 addition, 1 deletionaddons/point_of_sale/static/src/xml/Chrome.xml
- addons/point_of_sale/static/src/xml/Popups/ProductConfiguratorPopup.xml 90 additions, 0 deletions...f_sale/static/src/xml/Popups/ProductConfiguratorPopup.xml
- addons/point_of_sale/static/src/xml/Screens/ProductScreen/Orderline.xml 1 addition, 1 deletion...f_sale/static/src/xml/Screens/ProductScreen/Orderline.xml
- addons/point_of_sale/static/tests/tours/ProductConfigurator.tour.js 66 additions, 0 deletions...nt_of_sale/static/tests/tours/ProductConfigurator.tour.js
- addons/point_of_sale/static/tests/tours/helpers/ProductConfiguratorTourMethods.js 77 additions, 0 deletions...tic/tests/tours/helpers/ProductConfiguratorTourMethods.js
- addons/point_of_sale/tests/test_frontend.py 73 additions, 0 deletionsaddons/point_of_sale/tests/test_frontend.py
- addons/point_of_sale/views/pos_assets_common.xml 1 addition, 0 deletionsaddons/point_of_sale/views/pos_assets_common.xml
- addons/point_of_sale/views/pos_assets_index.xml 2 additions, 0 deletionsaddons/point_of_sale/views/pos_assets_index.xml
- addons/point_of_sale/views/pos_config_view.xml 11 additions, 0 deletionsaddons/point_of_sale/views/pos_config_view.xml
- addons/point_of_sale/views/pos_order_view.xml 2 additions, 2 deletionsaddons/point_of_sale/views/pos_order_view.xml
Loading
Please register or sign in to comment