Skip to content

Simple example of a book store back-end with odoo for a flutter app with an API controller. I'm writing a medium blog post it will be out soon

Notifications You must be signed in to change notification settings

3mrdevs/odoo_flutter_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

186 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Logo Odoo Logo

Odoo Flutter Backend Example

Maintenance GitHub issues Hex.pm GitHub release (latest by date including pre-releases) GitHub repo size

This Odoo Flutter Backend is a simple example of a book store back-end with Odoo for a flutter app with an API controller.

Step by step commits so you can get aboard easily

Odoo Backend API

Books Route

http://localhost:8080/api/books

Books Route Output

{
   "success":true,
   "data":[
      {
         "name":"Book name",
         "description":"dfsdf",
         "state":"draft",
         "publish_date":"2020-05-18",
         "language":"en",
         "isbn":"23234324",
         "price":20.0,
         "author":"Ahmed",
         "publisher":"Dar",
         "categories":[
            "Arabic / \u0627\u0644\u0652\u0639\u064e\u0631\u064e\u0628\u064a\u0651\u0629"
         ]
      }
   ]
}

Odoo Backend Screen shots

Books create example

Books

Books actions example

Books

Books search example

Books

Authors (CRUD)

Authors

Publishers (CRUD)

Publishers

Categories (CRUD)

Categories

About

Simple example of a book store back-end with odoo for a flutter app with an API controller. I'm writing a medium blog post it will be out soon

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages