New Odoo Apps store: How to use it -...

Post on 06-Feb-2018

220 views 1 download

transcript

New Odoo Apps store: How to use it

David Monjoie

SUMMARY

Introduction1

How to publish your apps2

Guidelines for published apps3

How to get paid for apps sales4

Good examples5

What is Odoo Apps ?

INTRODUCTION

ODOO APPS

Where the community can share, sell and download modules

ODOO APPS FOR THEMES

Where the community can share, sell and download themes

From a Git repository to Odoo Apps

HOW TO PUBLISH YOUR APPS

STEP 1: SETUP YOUR REPOSITORY

Setup your repositoryo One folder per module

o Branch name matches seriesEx: branch 8.0 for 8.0 series

For paid moduleso Add price and currency keys

to the module manifestEx:'price': 199,Ex:'currency': 'EUR',

For themeso Add live_test_url key to the

module manifestEx:'live_test_url': 'https://theme-test.mycompany.com/',

Setup Register Validate Authorize

STEP 2: AUTHORIZE YOUR REPOSITORY

Authorize your repository

o Only required for private repositories

o Give ourGithub user read access to your repository

o Odoo Apps can now readyour repository contentusing the SSH clone URL of your repository

Setup Register Validate Authorize

Register your repository

o Click on “Submit Your Apps”

o Sign in on Odoo Apps

STEP 3: REGISTER YOUR REPOSITORY

Setup Validate Authorize Register

Register your repository

o Enter your repository SSHclone URL followed by a “#”and the target branch name

Example :git@github.com:dmo-odoo/odoo-apps-demo#8.0

STEP 3: REGISTER YOUR REPOSITORY (2)

Setup Validate Authorize Register

STEP 4: VALIDATE YOUR REPOSITORY

Validate your repository

o Repositories are created as draft

o Click on “Validate”

Setup Authorize Register Validate

How to make your module attractive

GUIDELINES FOR PUBLISHED APPS

IconMain imageDescriptionLive Preview for Themes

Required Recommended

DocumentationSupport e-mail addressLicense

GUIDELINES FOR PUBLISHED APPS

o Automatically loaded from your module folder

o For 8.0 and above : static/description/icon.png

o For 7.0 : static/src/img/icon.png

MODULE ICON

MODULE MAIN IMAGE

Loaded from the images key in the module manifest:Ex: 'images': ['images/main_screenshot.png'],

MODULE DESCRIPTION

o Static description page automatically loadedfrom your module folder :static/description/index.html

o Use our own as template

o Images paths are relative to the description folderEx:<img src='img/pic.png'/> will load the picture from static/description/img/pic.png

Where is my money ?

HOW TO GET PAID FOR APPS SALES

o Accessed from the portal on Odoo Apps

o Graph view on module purchases

o Monitor your different modules sales

MODULE PURCHASES STATISTICS

o You will get 70% of module sales

o Mail or e-mail us an invoiceche@odoo.com

o Limitations

o max. 1 invoice / user / month

o min. 400 euros

INVOICING PROCESS

In need of inspiration ?

GOOD EXAMPLES

GOOD EXAMPLES

Odoo sales@odoo.com+32 (0) 2 290 34 90www.odoo.com

R&D and services officeChaussée de Namur 40B-1367 Grand Rosière

Odoo Appsapps@odoo.comwww.odoo.com/apps

Sales officeAvenue Van Nieuwenhuyse 5B-1160 Brussels

Thank YouQuestions ?