How to publish on the official application market odoo

1. Register an account

4. Go to the menu: My Apps Dashboard


Then enter Repositories

3. Enter the address of the application modules to be published on the github

Note "# 12.0" to indicate you this application is based on odoo12.0, in front of a github address.
For example, my application modules accountcore, based odoo12.0 development, the warehouse on github address is:
HTTPS: // github. com / antdesigner / accountcore.git
would enter:
https://github.com/antdesigner/accountcore.git#12.0

Root directory on github must file an application module folder, I have here is accountcore

4. The synchronize warehouse on github, and publish

Edit: Re-edit Address
Scan: If there are changes to the application, click Sync application github repository contents immediately on
the gear symbol: red eject button indicates the application market from top to bottom rack, and the other represents publish applications to market

5. After the release, the official market of third-party applications can search for published applications. Users can also click on the menu

App | registered View

6. Add the application icon

icon.png under the description file will be loaded by default icon for the application
at the same time need to register _manifest_.py file

7. Additional information Applications Home show


Homepage image:
the image name must end with _screenshot, and on the 'images' first list

Open source agreement:
Add 'license' in __mainifest__.py file

Details
index.html folder content description is to add detail

accountcore address on odoo official application market:
https://apps.odoo.com/apps/modules/12.0/accountcore/
accountcore focused on the accounting, China is the best practice accounting
commercial support qq group: 161 455 531

Guess you like

Origin www.cnblogs.com/antDesigner/p/11876900.html