| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Website (website) • eCommerce (website_sale) • Invoicing (account) • Discuss (mail) • Inventory (stock) |
| Lines of code | 821 |
| Technical Name |
mealshift_delivery_provider |
| License | LGPL-3 |
| Website | https://www.digizilla.net |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Website (website) • eCommerce (website_sale) • Invoicing (account) • Discuss (mail) • Inventory (stock) |
| Lines of code | 821 |
| Technical Name |
mealshift_delivery_provider |
| License | LGPL-3 |
| Website | https://www.digizilla.net |
Mealshift Delivery Connector
Integration between Odoo modules (website, pos) and (Mealshift) delivery provider
Features
- request shipping price from mealshift based on address
- request shipping price from mealshift based on (latitude and longitude) values
- publish orders to mealshift
- cancel orders in mealshift
- create multiple shipping methods belongs to mealshift provider
- shipping methods can be now used in POS (mealshift) ones and other ones
Benefits
- POS has the ability of using shipping methods
- integrate your shippings with Mealshift
How to use
- install mealshift_delivery_provider addon from the Apps
- From (POS configuration menu or Website configuration menu) access shipping methods
- Select mealshift shipping method and set your proper configurations (partner, id, secret)
- Set (available on pos) field to True if you want to use this shipping method in the POS module
- To use the mealshift inside the POS you will need to go the product that
mealshift_delivery_provider
creates
which is called (Mealshift Delivery Product) go to (sale) tab and then select a category for
that
product so it can be
used in the pos.
- Go to POS or Website and make you can now select mealshift shipping method
- Retrieve the pricing from the shipping method based on your address or your latitude and
longitude
address values
- POS publish order: in pos the order is published to mealshift once the order is validated
- POS cancel order: in pos the order is canceled if you click on the "Cancel Delivery" button the
pos.order form view
- Website publish order: in website the order is published into mealshift once you click on the
"confirm" button the sale.order form view
- Website cancel order: in website the order is canceled once you click on the "cancel" button in
the
sale.order form view
Technical details
- Each webiste/pos have its unique mealshift identifier to be used in the âPartner IDâ field of
the
mealshift integration settings
the website/pos identifier is calculated as:
- if website: w + website_id
- if pos: p + pos_config_id
- Please when using inside POS module don't forget to select a category for the delivery product
- Publish the delivery method from it's form view to be available in the website
- You can change the default base url if you are using test or prdouction enviroment
- Please don't forget to set your (partner, id, secret) values
Please log in to comment on this module