22
New Odoo Apps store: How to use it David Monjoie

New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

  • Upload
    hatram

  • View
    224

  • Download
    1

Embed Size (px)

Citation preview

Page 1: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

New Odoo Apps store: How to use it

David Monjoie

Page 2: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

SUMMARY

Introduction1

How to publish your apps2

Guidelines for published apps3

How to get paid for apps sales4

Good examples5

Page 3: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

What is Odoo Apps ?

INTRODUCTION

Page 4: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

ODOO APPS

Where the community can share, sell and download modules

Page 5: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

ODOO APPS FOR THEMES

Where the community can share, sell and download themes

Page 6: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

From a Git repository to Odoo Apps

HOW TO PUBLISH YOUR APPS

Page 7: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

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

Page 8: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

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

Page 9: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

Register your repository

o Click on “Submit Your Apps”

o Sign in on Odoo Apps

STEP 3: REGISTER YOUR REPOSITORY

Setup Validate Authorize Register

Page 10: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

Register your repository

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

Example :[email protected]:dmo-odoo/odoo-apps-demo#8.0

STEP 3: REGISTER YOUR REPOSITORY (2)

Setup Validate Authorize Register

Page 11: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

STEP 4: VALIDATE YOUR REPOSITORY

Validate your repository

o Repositories are created as draft

o Click on “Validate”

Setup Authorize Register Validate

Page 12: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

How to make your module attractive

GUIDELINES FOR PUBLISHED APPS

Page 13: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

IconMain imageDescriptionLive Preview for Themes

Required Recommended

DocumentationSupport e-mail addressLicense

GUIDELINES FOR PUBLISHED APPS

Page 14: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

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

Page 15: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

MODULE MAIN IMAGE

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

Page 16: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

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

Page 17: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

Where is my money ?

HOW TO GET PAID FOR APPS SALES

Page 18: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

o Accessed from the portal on Odoo Apps

o Graph view on module purchases

o Monitor your different modules sales

MODULE PURCHASES STATISTICS

Page 19: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

o You will get 70% of module sales

o Mail or e-mail us an [email protected]

o Limitations

o max. 1 invoice / user / month

o min. 400 euros

INVOICING PROCESS

Page 20: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

In need of inspiration ?

GOOD EXAMPLES

Page 21: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

GOOD EXAMPLES

Page 22: New Odoo Apps store: How to use it - docs.huihoo.comdocs.huihoo.com/odoo/training/reference-material/new-odoo-apps... · ODOO APPS FOR THEMES Where the community can share, sell and

Odoo [email protected]+32 (0) 2 290 34 90www.odoo.com

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

Odoo [email protected]/apps

Sales officeAvenue Van Nieuwenhuyse 5B-1160 Brussels

Thank YouQuestions ?