Skip to content

Commit

Permalink
Fix invalid development_status (accepted value is Production/Stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
guewen committed Nov 2, 2020
1 parent 66704ae commit 14712ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base_import_async/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"data": ["data/queue_job_function_data.xml", "views/base_import_async.xml"],
"qweb": ["static/src/xml/import.xml"],
"installable": True,
"development_status": "Stable",
"development_status": "Production/Stable",
}
2 changes: 1 addition & 1 deletion test_base_import_async/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"depends": ["base_import_async", "account"],
"data": [],
"installable": True,
"development_status": "Stable",
"development_status": "Production/Stable",
}

0 comments on commit 14712ca

Please sign in to comment.