diff --git a/custom_list_view/__manifest__.py b/custom_list_view/__manifest__.py index f27abb25a..be1d06b10 100644 --- a/custom_list_view/__manifest__.py +++ b/custom_list_view/__manifest__.py @@ -45,7 +45,7 @@ ] }, 'images': ['static/description/banner.png'], - 'licence': 'LGPL-3', + 'license': 'LGPL-3', 'installable': True, 'auto_install': False, 'application': False diff --git a/delivery_slot/__manifest__.py b/delivery_slot/__manifest__.py index 7ed7ff383..28d83f26c 100644 --- a/delivery_slot/__manifest__.py +++ b/delivery_slot/__manifest__.py @@ -51,7 +51,7 @@ ], }, 'images': ['static/description/banner.jpg'], - 'licence': 'AGPL-3', + 'license': 'AGPL-3', 'installable': True, 'auto_install': False, 'application': False, diff --git a/hide_chatter/__manifest__.py b/hide_chatter/__manifest__.py index 4ccf0374c..4f79cd875 100644 --- a/hide_chatter/__manifest__.py +++ b/hide_chatter/__manifest__.py @@ -41,7 +41,7 @@ ], }, 'images': ['static/description/banner.jpg'], - 'licence': 'AGPL-3', + 'license': 'AGPL-3', 'installable': True, 'auto_install': False, 'application': False, diff --git a/odoo_picking_order_line_views/__manifest__.py b/odoo_picking_order_line_views/__manifest__.py index 96bb4ba09..4b608e832 100644 --- a/odoo_picking_order_line_views/__manifest__.py +++ b/odoo_picking_order_line_views/__manifest__.py @@ -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', diff --git a/odoo_sale_order_line_views/__manifest__.py b/odoo_sale_order_line_views/__manifest__.py index b6cd5608a..151588993 100644 --- a/odoo_sale_order_line_views/__manifest__.py +++ b/odoo_sale_order_line_views/__manifest__.py @@ -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', diff --git a/package_split/__manifest__.py b/package_split/__manifest__.py index 2da2a3ccb..a5d795f1e 100644 --- a/package_split/__manifest__.py +++ b/package_split/__manifest__.py @@ -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, diff --git a/pos_custom_message/__manifest__.py b/pos_custom_message/__manifest__.py index 99bb1bbbc..e7d054800 100644 --- a/pos_custom_message/__manifest__.py +++ b/pos_custom_message/__manifest__.py @@ -46,7 +46,7 @@ ], }, 'images': ['static/description/banner.jpg'], - 'licence': 'AGPL-3', + 'license': 'AGPL-3', 'installable': True, 'auto_install': False, 'application': False, diff --git a/website_pre_loader_style/__manifest__.py b/website_pre_loader_style/__manifest__.py index 996ee8633..5caab14e0 100644 --- a/website_pre_loader_style/__manifest__.py +++ b/website_pre_loader_style/__manifest__.py @@ -47,7 +47,7 @@ ] }, 'images': ['static/description/banner.jpg'], - 'licence': 'AGPL-3', + 'license': 'AGPL-3', 'installable': True, 'auto_install': False, 'application': False, diff --git a/website_social_media_icon_style/__manifest__.py b/website_social_media_icon_style/__manifest__.py index 46a96c307..b5979c2fe 100644 --- a/website_social_media_icon_style/__manifest__.py +++ b/website_social_media_icon_style/__manifest__.py @@ -44,7 +44,7 @@ ], }, 'images': ['static/description/banner.jpg'], - 'licence': 'AGPL-3', + 'license': 'AGPL-3', 'installable': True, 'auto_install': False, 'application': False,