Skip to content

Commit

Permalink
[16.0][MIG] connector_base_product: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asierneiradev committed Feb 23, 2023
1 parent d90b477 commit e2b2e33
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion connector_base_product/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Connector Base Product",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"author": "Openerp Connector Core Editors, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/connector",
"license": "LGPL-3",
Expand Down
2 changes: 1 addition & 1 deletion connector_base_product/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<meta name="generator" content="Docutils 0.16.1: http://docutils.sourceforge.net/" />
<title>Connector Base Product</title>
<style type="text/css">

Expand Down
6 changes: 6 additions & 0 deletions setup/connector_base_product/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 e2b2e33

Please sign in to comment.