-
-
Notifications
You must be signed in to change notification settings - Fork 581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
11.0 pos addons merge from 10.0 #1173
base: 11.0
Are you sure you want to change the base?
11.0 pos addons merge from 10.0 #1173
Conversation
🚑 Added event handler for numpad-click;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3 installable modules are updated:
├─ pos_debt_notebook/
| ├─ README.rst
| ├─ __manifest__.py
| ├─ doc/
| | └─ changelog.rst
| ├─ models.py
| └─ tests/
| └─ test_pos_debt.py
├─ pos_invoice_postponed/
| ├─ __manifest__.py
| ├─ doc/
| | └─ changelog.rst
| ├─ models/
| | └─ models.py
| └─ tests/
| └─ test_default.py
└─ pos_journal_pin/
├─ README.rst
├─ __manifest__.py
├─ doc/
| └─ changelog.rst
├─ models/
| └─ models.py
├─ static/
| └─ src/
| └─ js/
| └─ main.js
└─ tests/
└─ test_journal_pin.py
Not installable modules remain unchanged.
sent by ✌️ Odoo Review Bot
------- | ||
|
||
- **FIX:** with installed pos_journal_pin, pos_invoice_postponed demo-user can't create pos-session | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍
------- | ||
|
||
- **Fix:** Creating of session by non-administrators | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍
|
||
- **Fix:** Adding first payment line by clicking numpad button, without asking manager's PIN, if first payment method in list require manager's PIN | ||
- **Fix:** Creating sessions by non-administrators | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Tests
`1.0.1` | ||
------- | ||
|
||
- **Fix:** Adding first payment line by clicking numpad button, without asking manager's PIN, if first payment method in list require manager's PIN |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was already fixed in 11.0 during merging
it-projects-llc/pos-addons@dcae4c3
No description provided.