I have existing PoS that has been used for a while in a few restaurants. Now I would like to import the sales into Odoo 10.
My expected results are below:
1. Customer payment amount and method (cash, bank) are imported
2. Based on each order line, the bill of materials are deducted (I am aware I have to setup the BoM for each product)
My initial plan was to perform import on point of sale module, however point of sale module does not allow import. Thus I have to import through sale order module.
My current steps
1. Import sales csv from the PoS as sales order
2. I check all sales order and perform multiple confirm sale orders (theres free addon for confirm multiple sale order that I am using)
3. Check all sales order and perform create invoice orders
4. Check all invoices and perform confirm draft invoices
5. Check all open invoices and register payment
6. Perform manual delivery order for each sale order
Problems:
1. I need to perform delivery orders manually for each sale order. How I perform bulk delivery order ?
2. The process seems to be lengthy.
Is there better way ?