Browse Source

Jul 17 : [UPDT] Code Updated

pull/280/head
AjmalCybro 2 years ago
parent
commit
a7670603a2
  1. 2
      advanced_pos_reports/models/pos_sale_report.py
  2. 2
      advanced_pos_reports/wizard/pos_sale_details.py
  3. 2
      advanced_pos_reports/wizard/top_selling.py
  4. 2
      openai_odoo_base/__init__.py
  5. 2
      openai_odoo_base/__manifest__.py
  6. 2
      openai_odoo_base/models/__init__.py
  7. 2
      openai_odoo_base/models/res_config_settings.py
  8. 2
      openai_website_product_media/__init__.py
  9. 2
      openai_website_product_media/__manifest__.py
  10. 2
      openai_website_product_media/models/__init__.py
  11. 2
      openai_website_product_media/models/dalle_image_suggestion.py

2
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

2
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, _

2
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, _

2
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.

2
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.

2
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.

2
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.

2
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.

2
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.

2
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.

2
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.

Loading…
Cancel
Save