[16.0][ADD] new module pos_check_accounting_settings to avoid launching new PoS session with incorrect configuration.#1209
Conversation
53073b9 to
8dee546
Compare
|
/ocabot rebase |
|
@legalsylvain The rebase process failed, because command |
5590eae to
6b112e4
Compare
|
@legalsylvain could you rebase please? |
6b112e4 to
314719c
Compare
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
|
any chance to rebase @legalsylvain ? |
… PoS session with incorrect configuration.
…ble with pos_check_accounting_settings_company module
314719c to
9224c3e
Compare
|
@miquelalzanillas, @flotho : done ! |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
|
Very useful module. yakafodon as we say in french |
|
And also |
|
superseded by #1575 |
This module extends the functionnality of Odoo PoS adding extra checks, when opening session, to ensure that accounting configation is correct.
Use case 1
When we create a payment method and if :
if we use the payment method in the Point of sale, it is not possible to close the session after.
As it not possible to change a payment method when a session is not closed, this bad configuration has to be fixed by SQL.
This module adds a check when opening session, to avoid such situation.