File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" ,
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
You can’t perform that action at this time.
0 commit comments