Skip to content

Commit c38e2e0

Browse files
author
Guewen Baconnier
committed
Fix invalid development_status (accepted value is Production/Stable)
1 parent 101521e commit c38e2e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

base_import_async/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"data": ["data/queue_job_function_data.xml", "views/base_import_async.xml"],
1515
"qweb": ["static/src/xml/import.xml"],
1616
"installable": True,
17-
"development_status": "Stable",
17+
"development_status": "Production/Stable",
1818
}

test_base_import_async/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"depends": ["base_import_async", "account"],
1717
"data": [],
1818
"installable": True,
19-
"development_status": "Stable",
19+
"development_status": "Production/Stable",
2020
}

0 commit comments

Comments
 (0)