[IMP] various things, cortesy @MeetKD and @chienandalu
[REF] rename files [UPD] update description imagespull/387/head
-
4pos_check_session_state/__manifest__.py
-
35pos_check_session_state/i18n/fr.po
-
2pos_check_session_state/models/pos_config.py
-
15pos_check_session_state/readme/DESCRIPTION.rst
-
BINpos_check_session_state/static/description/error_message.png
-
BINpos_check_session_state/static/description/pos_config_form.png
-
46pos_check_session_state/static/src/js/chrome.js
-
34pos_check_session_state/static/src/xml/pos_check_session_state.xml
-
2pos_check_session_state/views/templates.xml
-
17pos_check_session_state/views/view_pos_config.xml
Before Width: 599 | Height: 490 | Size: 50 KiB After Width: 493 | Height: 396 | Size: 20 KiB |
Before Width: 780 | Height: 472 | Size: 41 KiB After Width: 1085 | Height: 383 | Size: 38 KiB |
@ -1,34 +0,0 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!-- |
|||
Copyright (C) 2015-Today GRAP (http://www.grap.coop) |
|||
@author: Sylvain LE GAL (https://twitter.com/legalsylvain) |
|||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
--> |
|||
<templates id="template" xml:space="preserve"> |
|||
|
|||
<t t-name="ErrorClosedSessionPopupWidget"> |
|||
<div role="cialog" class="modal-dialog"> |
|||
<div class="popup popup-error"> |
|||
<p class="title"><t t-esc="widget.pos.pos_session.name" /></p> |
|||
<t t-if="widget.options.session_state === 'closing_control'"> |
|||
<p class="body"> |
|||
The session you're working on is in closing control. |
|||
</p> |
|||
</t> |
|||
<t t-if="widget.options.session_state === 'closed'"> |
|||
<p class="body"> |
|||
The session you're working on is closed. |
|||
</p> |
|||
</t> |
|||
|
|||
<p class="body"> |
|||
Please close the current Point Of Sale Window and open it again to use a correct session. |
|||
</p> |
|||
</div> |
|||
</div> |
|||
</t> |
|||
|
|||
</templates> |
|||
|
|||
|
|||
|