Skip to content

Commit

Permalink
[15.0][FIX] Pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Murtaza-OSI committed Jan 7, 2022
1 parent ab36b52 commit 648ef47
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fieldservice_stage_server_action/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "FSM Stage Server Action",
"summary": "Execute server actions when reaching a Field Service stage",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"category": "Field Service",
"author": "Open Source Integrators, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/field-service",
Expand Down
6 changes: 6 additions & 0 deletions setup/fieldservice_stage_server_action/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 648ef47

Please sign in to comment.