I developed an app that support odoo 10 and odoo 11 both and I want to deploy this app under one deployment. Mean If I visit my odoo apps I should see one app not two apps and when I select version from drop down, it should show me app of the respective version. like this app/module magento odoo 10 If I search this module in odoo apps it shows me only one entry there but when I change odoo version it show this as two modules both for odoo 10 and odoo 11 with different prices magento odoo 11
Asked
Active
Viewed 317 times
1 Answers
4
- Create a account in GitHub
- Create a repository with any title
- Create Two branches namely '10' and '11'
- Push your code to the respective branches
- Login to Odoo apps with your credentials
- Go to My Dashboard and add your Git repository URL for both branches. Then click on scan now button. Both versions will be added
- Then add the necessary details for the module. You will be able to see both versions of your module.

sfx
- 1,793
- 17
- 24
-
Thanks. I had already created branches as 10.0 and 11.0. I used different name for modules(folder) in both branches. It came up that module folder name should be same in both branches. – Nauman Sharif Jul 17 '18 at 11:40