Skip to content

Commit 8580718

Browse files
committed
update
1 parent a64ea7e commit 8580718

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nxt_restful_api/__manifest__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# -*- coding: utf-8 -*-
22
{
3-
'name': "nxt_restful_api",
3+
'name': "nxt restful api",
44

55
'summary': """
6-
This module provide RESTful API (json) access to Odoo models.
6+
This module provide RESTful API access to Odoo models.
77
""",
88

99
'description': """
10-
This module provide RESTful API (json) access to Odoo models.
10+
This module provide RESTful API access to Odoo models.
1111
""",
1212

1313
'author': "Appnxt",
@@ -16,7 +16,7 @@
1616
# Categories can be used to filter modules in modules listing
1717
# Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
1818
# for the full list
19-
'category': 'Uncategorized',
19+
'category': 'Tools',
2020
'version': '0.1',
2121

2222
# any module necessary for this one to work correctly

0 commit comments

Comments
 (0)