diff --git a/age_restricted_product_pos/__init__.py b/age_restricted_product_pos/__init__.py index 8b43a1d64..85d298e04 100644 --- a/age_restricted_product_pos/__init__.py +++ b/age_restricted_product_pos/__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/age_restricted_product_pos/__manifest__.py b/age_restricted_product_pos/__manifest__.py index 2d643696b..534d85622 100644 --- a/age_restricted_product_pos/__manifest__.py +++ b/age_restricted_product_pos/__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/age_restricted_product_pos/models/__init__.py b/age_restricted_product_pos/models/__init__.py index 030fd69a4..b7834759a 100644 --- a/age_restricted_product_pos/models/__init__.py +++ b/age_restricted_product_pos/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/age_restricted_product_pos/models/age_restrict_products.py b/age_restricted_product_pos/models/age_restrict_products.py index 2e19ce05d..98139a20d 100644 --- a/age_restricted_product_pos/models/age_restrict_products.py +++ b/age_restricted_product_pos/models/age_restrict_products.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/age_restricted_product_pos/models/pos_session_load.py b/age_restricted_product_pos/models/pos_session_load.py index d58954b13..d6829edff 100644 --- a/age_restricted_product_pos/models/pos_session_load.py +++ b/age_restricted_product_pos/models/pos_session_load.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/base_accounting_kit/report/account_asset_report.py b/base_accounting_kit/report/account_asset_report.py index 7917958c5..87ee11790 100644 --- a/base_accounting_kit/report/account_asset_report.py +++ b/base_accounting_kit/report/account_asset_report.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, tools diff --git a/employee_purchase_requisition/__init__.py b/employee_purchase_requisition/__init__.py index 4566510af..22ac9fbe1 100644 --- a/employee_purchase_requisition/__init__.py +++ b/employee_purchase_requisition/__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/employee_purchase_requisition/__manifest__.py b/employee_purchase_requisition/__manifest__.py index f61354a33..1662de034 100644 --- a/employee_purchase_requisition/__manifest__.py +++ b/employee_purchase_requisition/__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/employee_purchase_requisition/models/__init__.py b/employee_purchase_requisition/models/__init__.py index 13a4e012c..07ababd47 100644 --- a/employee_purchase_requisition/models/__init__.py +++ b/employee_purchase_requisition/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/employee_purchase_requisition/models/hr_department.py b/employee_purchase_requisition/models/hr_department.py index 20cdde5eb..018fc25ce 100644 --- a/employee_purchase_requisition/models/hr_department.py +++ b/employee_purchase_requisition/models/hr_department.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/employee_purchase_requisition/models/hr_employee.py b/employee_purchase_requisition/models/hr_employee.py index c71947fa9..d44db6f1f 100644 --- a/employee_purchase_requisition/models/hr_employee.py +++ b/employee_purchase_requisition/models/hr_employee.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/employee_purchase_requisition/models/purchase_order.py b/employee_purchase_requisition/models/purchase_order.py index ed9e5f22c..8ab5e03f1 100644 --- a/employee_purchase_requisition/models/purchase_order.py +++ b/employee_purchase_requisition/models/purchase_order.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/employee_purchase_requisition/models/purchase_requisition.py b/employee_purchase_requisition/models/purchase_requisition.py index 375bb1eff..b21e38708 100644 --- a/employee_purchase_requisition/models/purchase_requisition.py +++ b/employee_purchase_requisition/models/purchase_requisition.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/employee_purchase_requisition/models/stock_picking.py b/employee_purchase_requisition/models/stock_picking.py index 87d449941..42efb6f2c 100644 --- a/employee_purchase_requisition/models/stock_picking.py +++ b/employee_purchase_requisition/models/stock_picking.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/__init__.py b/openai_odoo_base/__init__.py index a85dad153..567300ff4 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 e4203f3a2..93cc2aa62 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 6e443aae4..813d37156 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 041aaa2c6..4a129cc30 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 156a62293..37c577558 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 591722925..e2c1dd739 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/model/__init__.py b/openai_website_product_media/model/__init__.py index cff2fbe1f..ed2be79ea 100644 --- a/openai_website_product_media/model/__init__.py +++ b/openai_website_product_media/model/__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/model/dalle_image_suggestion.py b/openai_website_product_media/model/dalle_image_suggestion.py index 254d48043..0d465c804 100644 --- a/openai_website_product_media/model/dalle_image_suggestion.py +++ b/openai_website_product_media/model/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. diff --git a/pos_sync_orders/__init__.py b/pos_sync_orders/__init__.py index aa68542e6..7eac43278 100644 --- a/pos_sync_orders/__init__.py +++ b/pos_sync_orders/__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/pos_sync_orders/__manifest__.py b/pos_sync_orders/__manifest__.py index e48305152..5a493e696 100644 --- a/pos_sync_orders/__manifest__.py +++ b/pos_sync_orders/__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/user_password_strength/__init__.py b/user_password_strength/__init__.py index 66f658a12..9086cb10b 100644 --- a/user_password_strength/__init__.py +++ b/user_password_strength/__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/user_password_strength/__manifest__.py b/user_password_strength/__manifest__.py index 142c2c9e5..7858aa3e1 100644 --- a/user_password_strength/__manifest__.py +++ b/user_password_strength/__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/user_password_strength/controllers/__init__.py b/user_password_strength/controllers/__init__.py index 0a86e1ffc..0aa7eb5ae 100644 --- a/user_password_strength/controllers/__init__.py +++ b/user_password_strength/controllers/__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/user_password_strength/controllers/main.py b/user_password_strength/controllers/main.py index 69c156081..3b38af7f7 100644 --- a/user_password_strength/controllers/main.py +++ b/user_password_strength/controllers/main.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/user_password_strength/models/__init__.py b/user_password_strength/models/__init__.py index 4d463c66a..d43da1ef2 100644 --- a/user_password_strength/models/__init__.py +++ b/user_password_strength/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/user_password_strength/models/restrict_password.py b/user_password_strength/models/restrict_password.py index b13440dbc..c2b19be6f 100644 --- a/user_password_strength/models/restrict_password.py +++ b/user_password_strength/models/restrict_password.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. + ############################################################################# # # Cybrosys Technologies Pvt. Ltd.