Skip to content

Commit

Permalink
[IMP] calendar_event_link_base: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cvinh committed May 26, 2024
1 parent 1794398 commit 65c0dfe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions calendar_event_link_base/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
any model to calendar events""",
"version": "12.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV,"
"Odoo Community Association (OCA)",
"author": "ACSONE SA/NV," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/calendar",
"depends": ["calendar"],
}
6 changes: 6 additions & 0 deletions setup/calendar_event_link_base/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 65c0dfe

Please sign in to comment.