Browse Source

Jul 17 : [UPDT] Code Updated

pull/275/head
AjmalCybro 2 years ago
parent
commit
764c988fc5
  1. 2
      base_accounting_kit/report/account_asset_report.py
  2. 2
      openai_odoo_base/__init__.py
  3. 2
      openai_odoo_base/__manifest__.py
  4. 2
      openai_odoo_base/models/__init__.py
  5. 2
      openai_odoo_base/models/res_config_settings.py
  6. 2
      support_package/models/package_template.py
  7. 2
      support_package/models/support_client.py
  8. 2
      support_package/models/support_package.py
  9. 2
      support_package/report/support_report.py

2
base_accounting_kit/report/account_asset_report.py

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import api, fields, models, tools from odoo import api, fields, models, tools

2
openai_odoo_base/__init__.py

@ -1,6 +1,6 @@
"""Module helps to give Openai API""" """Module helps to give Openai API"""
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
############################################################################# #############################################################################
# #
# Cybrosys Technologies Pvt. Ltd. # Cybrosys Technologies Pvt. Ltd.

2
openai_odoo_base/__manifest__.py

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
############################################################################# #############################################################################
# #
# Cybrosys Technologies Pvt. Ltd. # Cybrosys Technologies Pvt. Ltd.

2
openai_odoo_base/models/__init__.py

@ -1,6 +1,6 @@
"""Module helps to give Openai API""" """Module helps to give Openai API"""
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
############################################################################# #############################################################################
# #
# Cybrosys Technologies Pvt. Ltd. # Cybrosys Technologies Pvt. Ltd.

2
openai_odoo_base/models/res_config_settings.py

@ -1,6 +1,6 @@
"""Module helps to give Openai API""" """Module helps to give Openai API"""
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
############################################################################# #############################################################################
# #
# Cybrosys Technologies Pvt. Ltd. # Cybrosys Technologies Pvt. Ltd.

2
support_package/models/package_template.py

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import api, models, fields from odoo import api, models, fields

2
support_package/models/support_client.py

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
import datetime import datetime
import math import math

2
support_package/models/support_package.py

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import api, models, fields from odoo import api, models, fields

2
support_package/report/support_report.py

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import fields, models from odoo import fields, models

Loading…
Cancel
Save