Skip to content

Commit

Permalink
[MIG] fieldservice_stage_validation: Migration to 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brian10048 committed Oct 27, 2020
1 parent 5168f7a commit dd521a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fieldservice_stage_validation/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "FSM Stage Validation",
"summary": "Validate input data when reaching a Field Service stage",
"version": "12.0.0.2.0",
"version": "13.0.1.0.0",
"category": "Field Service",
"author": "Brian McMaster, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/field-service",
Expand Down
6 changes: 6 additions & 0 deletions setup/fieldservice_stage_validation/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 dd521a8

Please sign in to comment.