Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

POS rescue session errors

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
posrecoveryodoov10
1 Rispondi
14128 Visualizzazioni
Avatar
Jim Tambling

Hi,


I still have an issue with a POS session that I do not know how to fix. When I open the POS session it shows that 90 transactions are waiting to be committed to the back end and I get this error on screen:

Traceback (most recent call last):
  File "/odoo/odoo-server/odoo/http.py", line 638, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/odoo/odoo-server/odoo/http.py", line 675, in dispatch
    result = self._call_function(**self.params)
  File "/odoo/odoo-server/odoo/http.py", line 331, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/odoo/odoo-server/odoo/service/model.py", line 119, in wrapper
    return f(dbname, *args, **kwargs)
  File "/odoo/odoo-server/odoo/http.py", line 324, in checked_call
    result = self.endpoint(*a, **kw)
  File "/odoo/odoo-server/odoo/http.py", line 933, in __call__
    return self.method(*args, **kw)
  File "/odoo/odoo-server/odoo/http.py", line 504, in response_wrap
    response = f(*args, **kw)
  File "/odoo/odoo-server/addons/web/controllers/main.py", line 878, in call_kw
    return self._call_kw(model, method, args, kwargs)
  File "/odoo/odoo-server/addons/web/controllers/main.py", line 870, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "/odoo/odoo-server/odoo/api.py", line 679, in call_kw
    return call_kw_model(method, model, args, kwargs)
  File "/odoo/odoo-server/odoo/api.py", line 664, in call_kw_model
    result = method(recs, *args, **kwargs)
  File "/odoo/odoo-server/addons/point_of_sale/models/pos_order.py", line 512, in create_from_ui
    pos_order = self._process_order(order)
  File "/odoo/odoo-server/addons/point_of_sale/models/pos_order.py", line 102, in _process_order
    pos_order['pos_session_id'] = self._get_valid_session(pos_order).id
  File "/odoo/odoo-server/addons/point_of_sale/models/pos_order.py", line 73, in _get_valid_session
    'rescue': True,    # avoid conflict with live sessions
  File "/odoo/odoo-server/addons/point_of_sale/models/pos_session.py", line 194, in create
    res = super(PosSession, self.with_context(ctx).sudo(uid)).create(values)
  File "/odoo/odoo-server/odoo/models.py", line 3821, in create
    record = self.browse(self._create(old_vals))
  File "/odoo/odoo-server/odoo/models.py", line 3984, in _create
    self._validate_fields(vals)
  File "/odoo/odoo-server/odoo/models.py", line 1070, in _validate_fields
    check(self)
  File "/odoo/odoo-server/addons/point_of_sale/models/pos_session.py", line 135, in _check_pos_config
    raise ValidationError(_("You cannot create two active sessions related to the same point of sale!"))
ValidationError: (u'You cannot create two active sessions related to the same point of sale!', None)


When I  "OK" the error, I start seeing this in the logs:

 5001 WARNING testepos odoo.addons.point_of_sale.models.pos_order:
session POS/2017/03/12/163 (ID: 163) was closed but received order Order 00163-001-0024 (total: 0.7) belonging to
it

 

WARNING testepos odoo.addons.point_of_sale.models.pos_order: attempting to create recovery session for saving order Order 00163-001-0024

 

5001 WARNING testepos odoo.models: pos.session.create() includes unknown fields: rescue

The user OK'd the error also and continued selling, so none if the transactions for the new session got committed. It seems that the new transactions are not been committed due to that one order from the previous session.

Is there anyway I can reopen session ID 163 as I'm sure that is what's stopping the other transactions from being recovered.

Also the "unknown fields: rescue" is throwing me. Any help would be appreciated.


Jim



1
Avatar
Abbandona
Avatar
Samdy Lonh
Risposta migliore

Hi


I have exactly the same issues. anyone here would help please?

Jim Tabling, you got solution or any fix yet?


---------------- I found solution for this-----------------------------------

Hi,

Now i am be able to get back to green light connection. to do it you may try follow this steps

1. Login as Administrator

2. Activate Developer Mode

3. Go to POS --> Start Session

4. you will notice on the right side there are some message in black box

5. you click on Delete Unpaid Order --> message popup and ask you if you want to remove offline data --> click yes

6. you click on Delete Paid Order --> message popup and ask you if you want to remove offline data --> click yes

7. you will see the green light  back.

8. log out from system and login again.


you are good to go now. remember that all your offline transaction will be lost with this method.


let me know if this method work.

--------------------------------------------------------end--------------------------------------------------


Thanks

Samdy

0
Avatar
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
Odoo 10 POS not working after DB restore
pos odoov10
Avatar
Avatar
1
feb 22
2763
Really slow or stuck pos loading with large number of product Risolto
pos Point Of Sale odoov10
Avatar
Avatar
Avatar
2
feb 22
18182
Purchase Order variations
pos purchase_order odoov10
Avatar
Avatar
1
dic 17
4449
ODOO 10 Enterprise - POS Ticket From Sales Order?
pos sale.order odoov10
Avatar
0
nov 17
3259
what is cashier on Odoo10c
pos cashier odoov10
Avatar
Avatar
1
mar 17
4501
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now