Skip to content

Commit

Permalink
[MIG] connector_ecommerce: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocabrerizo committed Oct 4, 2022
1 parent c73362d commit bc7ad39
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion connector_ecommerce/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "Connector for E-Commerce",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"category": "Hidden",
"author": "Camptocamp,Akretion,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/connector-ecommerce",
Expand Down
1 change: 1 addition & 0 deletions setup/connector_ecommerce/odoo/addons/connector_ecommerce
6 changes: 6 additions & 0 deletions setup/connector_ecommerce/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit bc7ad39

Please sign in to comment.