Skip to content

Commit

Permalink
[MIG] medical_terminology: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luisDIXMIT committed May 21, 2024
1 parent 76977fc commit b0d71da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion medical_terminology/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Medical Terminology",
"summary": "Medical terminology base",
"version": "14.0.1.0.0",
"version": "16.0.1.0.0",
"author": "CreuBlanca, ForgeFlow, Odoo Community Association (OCA), Tegin",
"category": "Medical",
"website": "https://github.com/tegin/medical-fhir",
Expand Down
1 change: 1 addition & 0 deletions setup/medical_terminology/odoo/addons/medical_terminology
6 changes: 6 additions & 0 deletions setup/medical_terminology/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 b0d71da

Please sign in to comment.