tivisse / odooplants

Support material for the Odoo Experience presentations about building a plant nursery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plant Nursery Module

This module is a simple usecase to present the Odoo framework during the Odoodays 2019.

See the commit history to follow the evolution of the module.

See the full presentations here

Note: To be able to install the module nursery_plant_data, either you have to create the following untracked files and add your credentials to test the mail and sms gateways, or to comment the import in the __manifest__.py file.

  • 'data/mail_data.xml', # to define manually
  • 'data/contact_private_data.xml', # to define manually
  • 'data/sms_private_data.xml', # to define manually
  • 'data/gateway_private_data.xml', # to define manually
  • 'data/contact_private_demo.xml', # to define manually

About

Support material for the Odoo Experience presentations about building a plant nursery

License:MIT License


Languages

Language:Python 88.8%Language:JavaScript 7.0%Language:CSS 4.3%