3

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

Nauman Sharif
  • 163
  • 11

1 Answers1

4
  1. Create a account in GitHub
  2. Create a repository with any title
  3. Create Two branches namely '10' and '11' enter image description here
  4. Push your code to the respective branches
  5. Login to Odoo apps with your credentials
  6. Go to My Dashboard and add your Git repository URL for both branches. Then click on scan now button. Both versions will be added enter image description here
  7. 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