Table of Contents
Can I resell Odoo?
Yes, you can resell Odoo ERP as a SaaS service. Saas, Software as a service, is a budding concept and a trend that is soaring since 2019.
How do I sell my Odoo app?
It is possible to sell your own module on our Apps platform. You can start selling your modules very easily by adding a price and a currency keys in your module manifest like ‘price’: 49.99, and ‘currency’: ‘EUR’, for example. Supported currencies are EUR and USD.
Who created Odoo ERP?
Fabien Pinckaers
In 2005, Fabien Pinckaers, the founder and current CEO of Odoo, started to develop his first software product, TinyERP.
How do I publish Odoo app?
To publish your modules on Odoo App platform, they need to be allowed to read from your repository. If you are on Github, you can simply authorize Odoo user online-odoo on your repository. If you are on Bitbucket, you can simply authorize Odoo user OdooApps on your repository.
What is the source installation of Odoo?
The source “installation” really is about not installing Odoo, and running it directly from source instead. This can be more convenient for module developers as the Odoo source is more easily accessible than using packaged installation (for information or to build this documentation and have it available offline).
Can I resell Odoo ERP as a SaaS service?
Odoo can be considered as an all-in-one integrated and versatile yet flexible business management software. Th Yes, you can resell Odoo ERP as a SaaS service. Saas, Software as a service, is a budding concept and a trend that is soaring since 2019. Reselling Odoo ERP as a SaaS can be quite an interesting prospect.
Why choose openodoo ERP for your business?
Odoo’s advantage is its highly flexible modular design. By offering a wide selection of modules and applications, you can essentially tailor the system specifically to your business requirements. This means that your ERP system can also handle processes covering accounting, marketing automation, inventory, CRM and eCommerce.
How to declare a Python module in Odoo?
An Odoo module is declared by its manifest. See the manifest documentationinformation about it. A module is also a Python packagewith a __init__.pyfile, containing import instructions for various Python files in the module. For instance, if the module has a single mymodule.pyfile __init__.pymight contain: