diff --git a/advanced_pos_reports/models/pos_sale_report.py b/advanced_pos_reports/models/pos_sale_report.py index 0030d8c6f..23b971ed5 100644 --- a/advanced_pos_reports/models/pos_sale_report.py +++ b/advanced_pos_reports/models/pos_sale_report.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. + import logging from datetime import timedelta from functools import partial diff --git a/advanced_pos_reports/wizard/pos_sale_details.py b/advanced_pos_reports/wizard/pos_sale_details.py index 5c670665e..088b220e4 100644 --- a/advanced_pos_reports/wizard/pos_sale_details.py +++ b/advanced_pos_reports/wizard/pos_sale_details.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. + from odoo import api, fields, models, _ diff --git a/advanced_pos_reports/wizard/top_selling.py b/advanced_pos_reports/wizard/top_selling.py index 3f881205e..ec7f4076d 100644 --- a/advanced_pos_reports/wizard/top_selling.py +++ b/advanced_pos_reports/wizard/top_selling.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. + from odoo import api, fields, models, _ diff --git a/openai_odoo_base/__init__.py b/openai_odoo_base/__init__.py index 97435f25c..28869e567 100644 --- a/openai_odoo_base/__init__.py +++ b/openai_odoo_base/__init__.py @@ -1,6 +1,6 @@ """Module helps to give Openai API""" # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. + ############################################################################# # # Cybrosys Technologies Pvt. Ltd. diff --git a/openai_odoo_base/__manifest__.py b/openai_odoo_base/__manifest__.py index 18ee6ae67..c92397f35 100644 --- a/openai_odoo_base/__manifest__.py +++ b/openai_odoo_base/__manifest__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. + ############################################################################# # # Cybrosys Technologies Pvt. Ltd. diff --git a/openai_odoo_base/models/__init__.py b/openai_odoo_base/models/__init__.py index 815605f16..60545c4bc 100644 --- a/openai_odoo_base/models/__init__.py +++ b/openai_odoo_base/models/__init__.py @@ -1,6 +1,6 @@ """Module helps to give Openai API""" # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. + ############################################################################# # # Cybrosys Technologies Pvt. Ltd. diff --git a/openai_odoo_base/models/res_config_settings.py b/openai_odoo_base/models/res_config_settings.py index ffa95efb1..fcbd1770a 100644 --- a/openai_odoo_base/models/res_config_settings.py +++ b/openai_odoo_base/models/res_config_settings.py @@ -1,6 +1,6 @@ """Module helps to give Openai API""" # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. + ############################################################################# # # Cybrosys Technologies Pvt. Ltd. diff --git a/openai_website_product_media/__init__.py b/openai_website_product_media/__init__.py index 09cbeb917..56da0cc19 100644 --- a/openai_website_product_media/__init__.py +++ b/openai_website_product_media/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. + ############################################################################# # # Cybrosys Technologies Pvt. Ltd. diff --git a/openai_website_product_media/__manifest__.py b/openai_website_product_media/__manifest__.py index aa1c63ccf..feb6a059d 100644 --- a/openai_website_product_media/__manifest__.py +++ b/openai_website_product_media/__manifest__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. + ############################################################################# # # Cybrosys Technologies Pvt. Ltd. diff --git a/openai_website_product_media/models/__init__.py b/openai_website_product_media/models/__init__.py index 85291d879..cf2b34707 100644 --- a/openai_website_product_media/models/__init__.py +++ b/openai_website_product_media/models/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. + ############################################################################# # # Cybrosys Technologies Pvt. Ltd. diff --git a/openai_website_product_media/models/dalle_image_suggestion.py b/openai_website_product_media/models/dalle_image_suggestion.py index b82b0e9b4..3aadbe21e 100644 --- a/openai_website_product_media/models/dalle_image_suggestion.py +++ b/openai_website_product_media/models/dalle_image_suggestion.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. + ############################################################################# # # Cybrosys Technologies Pvt. Ltd.