Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
5 Respostas
5369 Visualizações

I am working with the POS module in odoo. Is it possible to save an order on the POS screen without taking payment?
, add payments after, and how to make this work ?

Avatar
Cancelar

Kindly explain a bit more on your query so that i can expedite the same

Autor Melhor resposta

thanx Nilim for your reply,so I found a customized module for this feature named pos_transfer on Github and which only works with the updated point of sale module and not with the POS default module because of a problem on create_from_ui, but my question is why it's not working for me using odoo 9 is it something about this new version?

for all people interested in saving unpaid orders here is the link :

https://github.com/TheCloneMaster/point_of_sale.git 

it contains all uploaded POS related modules in addition of course to the pos_transfer and the updated point of sale moduleso I hope it works for you 

Avatar
Cancelar
Melhor resposta

Hi Par Amina,

Currently by default in Odoo POS, it is not possible to save an order on POS Screen without making payment. We can invoice an order, but we cannot save an order without taking payment.

For this we need to have customized module wherein we can save an order.

Hope this helps

 Cheers!

Avatar
Cancelar
Melhor resposta

you can use this module as entry point to achieve your goal 

https://apps.openerp.com/apps/modules/7.0/pos_backup_draft_orders/

Avatar
Cancelar
Autor

thank you Belal for your reply hope it helps me