Giter Site home page Giter Site logo

quentindupont / odoo-eshop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from grap/odoo-eshop

0.0 2.0 0.0 1.12 MB

POC for a Flask Website Shop that communicate with Odoo

License: GNU Affero General Public License v3.0

Python 37.47% CSS 2.50% JavaScript 8.69% HTML 51.33%

odoo-eshop's Introduction

.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png :target: https://www.gnu.org/licenses/agpl :alt: License: AGPL-3

============== {module_title}

This app is a Flask Website that communicate with Odoo, to provide a light eShop.

Main Features

Customer can:

  • log in / log out
  • see products in a kanban view, group by "eshop categories"
  • see products in a list view
  • create a sale order
  • confirm sale order, selecting a date / a place
  • see old orders
  • see old invoices
  • see / change his data.

Technical caracteristics

  • Do not host database, datas are requested on the fly to the odoo instance.
  • Cache with Redis, to reduce Odoo call.

Installation

eshop Installation

pip install -r requirements.txt

apt-get install redis-server

Odoo Installation

This version is compatible with an Odoo 7.0 with the following modules installed :

mandatory modules

  • sale_eshop (mandatory)

Optional modules

  • sale_food
  • sale_recovery_moment

Note, you should change somes controlers and templates, if you don't want to install this modules.

Roadmap / Know Issues

  • controller_technical.py
    • l'url d'image renvoie un fichier à télécharger, plutot qu'une image a afficher;
    • IMPORTANT le code est toujours 200, et devrait être 304 pour alléger la charge serveur + réduire le transfert;

Credits

Contributors

Do not contact contributors directly about support or help with technical issues.

Funders

The development of this module has been financially supported by:

odoo-eshop's People

Contributors

legalsylvain avatar arthru avatar

Watchers

James Cloos avatar Quentin Dupont avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.