Skip to content

Commit deaa595

Browse files
Update version numbers and add license information in manifest files
1 parent 74fb6c3 commit deaa595

File tree

9 files changed

+9
-4
lines changed

9 files changed

+9
-4
lines changed

addons/account_payment/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,6 @@
6565
],
6666
'installable': True,
6767
'auto_install': False,
68+
'license': 'LGPL-3',
6869
}
6970
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

addons/im_odoo_support/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
'name' : 'Odoo Live Support',
33
'author': 'OpenERP SA',
4-
'version': '1.0',
4+
'version': '8.0.1.0',
55
'summary': 'Chat with the Odoo collaborators',
66
'category': 'Tools',
77
'complexity': 'medium',

addons/l10n_cn/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
##############################################################################
2323
{
2424
'name': '中国会计科目表',
25-
'version': '1.8',
25+
'version': '8.0.1.8',
2626
'category': 'Localization/Account Charts',
2727
'author': 'www.openerp-china.org',
2828
'maintainer':'jeff@osbzr.com',

addons/pos_discount/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
'installable': True,
4444
'website': 'https://www.odoo.com/page/point-of-sale',
4545
'auto_install': False,
46+
'license': 'LGPL-3',
4647
}
4748

4849
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

addons/procurement_jit/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@
4646
'test': ['test/procurement_jit.yml'],
4747
'installable': True,
4848
'auto_install': False,
49+
'license': 'LGPL-3',
4950
}
5051
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

addons/sale_journal/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,6 @@
6060
'test': [ ],
6161
'installable': True,
6262
'auto_install': False,
63+
'license': 'LGPL-3',
6364
}
6465
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

addons/sale_stock/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
{
2323
'name': 'Sales and Warehouse Management',
24-
'version': '1.0',
24+
'version': '8.0.1.0',
2525
'category': 'Hidden',
2626
'summary': 'Quotation, Sale Orders, Delivery & Invoicing Control',
2727
'description': """

addons/website_event_track/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@
3333
'data/website_event_track_demo.xml'
3434
],
3535
'installable': True,
36+
'license': 'LGPL-3',
3637
}

records_management/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
{
33
'name': 'Records Management',
4-
'version': '18.0.1.0.0',
4+
'version': '18.0.1.0',
55
'license': 'OPL-1',
66
'depends': [
77
'base',

0 commit comments

Comments
 (0)