Skip to content

Commit

Permalink
[FIX] *: fix license typo in manifests
Browse files Browse the repository at this point in the history
Replace 'licence' with 'license' in manifests that have the typo.
  • Loading branch information
CLaurelB committed Jan 31, 2024
1 parent f128c00 commit 4b24b2c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion custom_list_view/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
]
},
'images': ['static/description/banner.png'],
'licence': 'LGPL-3',
'license': 'LGPL-3',
'installable': True,
'auto_install': False,
'application': False
Expand Down
2 changes: 1 addition & 1 deletion delivery_slot/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
],
},
'images': ['static/description/banner.jpg'],
'licence': 'AGPL-3',
'license': 'AGPL-3',
'installable': True,
'auto_install': False,
'application': False,
Expand Down
2 changes: 1 addition & 1 deletion hide_chatter/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
},
'images': ['static/description/banner.jpg'],
'licence': 'AGPL-3',
'license': 'AGPL-3',
'installable': True,
'auto_install': False,
'application': False,
Expand Down
2 changes: 1 addition & 1 deletion odoo_picking_order_line_views/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'maintainer': 'Cybrosys Techno Solutions',
'website': "https://www.cybrosys.com",
'category': 'Sales',
'licence': 'LGPL-3',
'license': 'LGPL-3',
'depends': ['base', 'sale', 'stock', 'sale_management', 'purchase'],
'data': [
'views/in_operation_line_views.xml',
Expand Down
2 changes: 1 addition & 1 deletion odoo_sale_order_line_views/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'maintainer': 'Cybrosys Techno Solutions',
'website': "https://www.cybrosys.com",
'category': 'Sales',
'licence': 'LGPL-3',
'license': 'LGPL-3',
'depends': ['sale_management'],
'data': [
'views/quotation_line_views.xml',
Expand Down
2 changes: 1 addition & 1 deletion package_split/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
'views/res_config_settings_views.xml',
],
'images': ['static/description/banner.jpg'],
'licence': 'AGPL-3',
'license': 'AGPL-3',
'installable': True,
'auto_install': False,
'application': False,
Expand Down
2 changes: 1 addition & 1 deletion pos_custom_message/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
],
},
'images': ['static/description/banner.jpg'],
'licence': 'AGPL-3',
'license': 'AGPL-3',
'installable': True,
'auto_install': False,
'application': False,
Expand Down
2 changes: 1 addition & 1 deletion website_pre_loader_style/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
]
},
'images': ['static/description/banner.jpg'],
'licence': 'AGPL-3',
'license': 'AGPL-3',
'installable': True,
'auto_install': False,
'application': False,
Expand Down
2 changes: 1 addition & 1 deletion website_social_media_icon_style/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
],
},
'images': ['static/description/banner.jpg'],
'licence': 'AGPL-3',
'license': 'AGPL-3',
'installable': True,
'auto_install': False,
'application': False,
Expand Down

0 comments on commit 4b24b2c

Please sign in to comment.