Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4b24b2c

Browse files
committedJan 31, 2024
[FIX] *: fix license typo in manifests
Replace 'licence' with 'license' in manifests that have the typo.
1 parent f128c00 commit 4b24b2c

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed
 

‎custom_list_view/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
]
4646
},
4747
'images': ['static/description/banner.png'],
48-
'licence': 'LGPL-3',
48+
'license': 'LGPL-3',
4949
'installable': True,
5050
'auto_install': False,
5151
'application': False

‎delivery_slot/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
],
5252
},
5353
'images': ['static/description/banner.jpg'],
54-
'licence': 'AGPL-3',
54+
'license': 'AGPL-3',
5555
'installable': True,
5656
'auto_install': False,
5757
'application': False,

‎hide_chatter/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
},
4343
'images': ['static/description/banner.jpg'],
44-
'licence': 'AGPL-3',
44+
'license': 'AGPL-3',
4545
'installable': True,
4646
'auto_install': False,
4747
'application': False,

‎odoo_picking_order_line_views/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'maintainer': 'Cybrosys Techno Solutions',
2828
'website': "https://www.cybrosys.com",
2929
'category': 'Sales',
30-
'licence': 'LGPL-3',
30+
'license': 'LGPL-3',
3131
'depends': ['base', 'sale', 'stock', 'sale_management', 'purchase'],
3232
'data': [
3333
'views/in_operation_line_views.xml',

‎odoo_sale_order_line_views/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'maintainer': 'Cybrosys Techno Solutions',
2828
'website': "https://www.cybrosys.com",
2929
'category': 'Sales',
30-
'licence': 'LGPL-3',
30+
'license': 'LGPL-3',
3131
'depends': ['sale_management'],
3232
'data': [
3333
'views/quotation_line_views.xml',

‎package_split/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'views/res_config_settings_views.xml',
3939
],
4040
'images': ['static/description/banner.jpg'],
41-
'licence': 'AGPL-3',
41+
'license': 'AGPL-3',
4242
'installable': True,
4343
'auto_install': False,
4444
'application': False,

‎pos_custom_message/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
],
4747
},
4848
'images': ['static/description/banner.jpg'],
49-
'licence': 'AGPL-3',
49+
'license': 'AGPL-3',
5050
'installable': True,
5151
'auto_install': False,
5252
'application': False,

‎website_pre_loader_style/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
]
4848
},
4949
'images': ['static/description/banner.jpg'],
50-
'licence': 'AGPL-3',
50+
'license': 'AGPL-3',
5151
'installable': True,
5252
'auto_install': False,
5353
'application': False,

‎website_social_media_icon_style/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
],
4545
},
4646
'images': ['static/description/banner.jpg'],
47-
'licence': 'AGPL-3',
47+
'license': 'AGPL-3',
4848
'installable': True,
4949
'auto_install': False,
5050
'application': False,

0 commit comments

Comments
 (0)
Please sign in to comment.