-
- Downloads
[IMP] point_of_sale,*pos*: configure pos from general settings
Purpose:
- Move PoS settings in general settings to be consistent with the rest
of Odoo (PoS being the only app where settings are split in two locations)
- Clean settings by enabling obvious settings or dropping unnecessary ones.
closes odoo/odoo#84719
Task-id: 2753430
Related: odoo/upgrade#3260
Related: odoo/enterprise#24425
Signed-off-by:
Masereel Pierre <pim@odoo.com>
Showing
- addons/l10n_co_pos/__manifest__.py 1 addition, 1 deletionaddons/l10n_co_pos/__manifest__.py
- addons/l10n_co_pos/views/res_config_settings_views.xml 18 additions, 0 deletionsaddons/l10n_co_pos/views/res_config_settings_views.xml
- addons/point_of_sale/__manifest__.py 2 additions, 2 deletionsaddons/point_of_sale/__manifest__.py
- addons/point_of_sale/models/pos_category.py 9 additions, 0 deletionsaddons/point_of_sale/models/pos_category.py
- addons/point_of_sale/models/pos_config.py 37 additions, 111 deletionsaddons/point_of_sale/models/pos_config.py
- addons/point_of_sale/models/pos_order.py 0 additions, 1 deletionaddons/point_of_sale/models/pos_order.py
- addons/point_of_sale/models/pos_session.py 6 additions, 4 deletionsaddons/point_of_sale/models/pos_session.py
- addons/point_of_sale/models/res_config_settings.py 292 additions, 1 deletionaddons/point_of_sale/models/res_config_settings.py
- addons/point_of_sale/static/src/backend/web_overrides/res_config_settings.js 46 additions, 0 deletions...e/static/src/backend/web_overrides/res_config_settings.js
- addons/point_of_sale/static/src/js/Chrome.js 1 addition, 1 deletionaddons/point_of_sale/static/src/js/Chrome.js
- addons/point_of_sale/static/src/js/ControlButtonsMixin.js 1 addition, 1 deletionaddons/point_of_sale/static/src/js/ControlButtonsMixin.js
- addons/point_of_sale/static/src/js/Screens/ProductScreen/ControlButtons/OrderlineCustomerNoteButton.js 0 additions, 3 deletions...oductScreen/ControlButtons/OrderlineCustomerNoteButton.js
- addons/point_of_sale/static/src/js/Screens/ProductScreen/ControlButtons/ProductInfoButton.js 0 additions, 1 deletion...Screens/ProductScreen/ControlButtons/ProductInfoButton.js
- addons/point_of_sale/static/src/js/Screens/ProductScreen/ProductScreen.js 1 addition, 1 deletion...sale/static/src/js/Screens/ProductScreen/ProductScreen.js
- addons/point_of_sale/static/src/js/Screens/ProductScreen/ProductsWidgetControlPanel.js 1 addition, 1 deletion...rc/js/Screens/ProductScreen/ProductsWidgetControlPanel.js
- addons/point_of_sale/static/src/xml/Screens/PaymentScreen/PaymentScreen.xml 1 addition, 1 deletion...le/static/src/xml/Screens/PaymentScreen/PaymentScreen.xml
- addons/point_of_sale/static/src/xml/Screens/TicketScreen/TicketScreen.xml 1 addition, 1 deletion...sale/static/src/xml/Screens/TicketScreen/TicketScreen.xml
- addons/point_of_sale/tests/__init__.py 1 addition, 0 deletionsaddons/point_of_sale/tests/__init__.py
- addons/point_of_sale/tests/common.py 16 additions, 21 deletionsaddons/point_of_sale/tests/common.py
- addons/point_of_sale/tests/test_anglo_saxon.py 0 additions, 1 deletionaddons/point_of_sale/tests/test_anglo_saxon.py
Loading
Please register or sign in to comment