Browse Source

Jul 17 : [UPDT] Code Updated

pull/266/head
AjmalCybro 2 years ago
parent
commit
dd0d90d1d4
  1. 2
      age_restricted_product_pos/__init__.py
  2. 2
      age_restricted_product_pos/__manifest__.py
  3. 2
      age_restricted_product_pos/models/__init__.py
  4. 2
      age_restricted_product_pos/models/age_restrict_products.py
  5. 2
      age_restricted_product_pos/models/pos_session_load.py
  6. 2
      base_accounting_kit/report/account_asset_report.py
  7. 2
      employee_purchase_requisition/__init__.py
  8. 2
      employee_purchase_requisition/__manifest__.py
  9. 2
      employee_purchase_requisition/models/__init__.py
  10. 2
      employee_purchase_requisition/models/hr_department.py
  11. 2
      employee_purchase_requisition/models/hr_employee.py
  12. 2
      employee_purchase_requisition/models/purchase_order.py
  13. 2
      employee_purchase_requisition/models/purchase_requisition.py
  14. 2
      employee_purchase_requisition/models/stock_picking.py
  15. 2
      openai_odoo_base/__init__.py
  16. 2
      openai_odoo_base/__manifest__.py
  17. 2
      openai_odoo_base/models/__init__.py
  18. 2
      openai_odoo_base/models/res_config_settings.py
  19. 2
      openai_website_product_media/__init__.py
  20. 2
      openai_website_product_media/__manifest__.py
  21. 2
      openai_website_product_media/model/__init__.py
  22. 2
      openai_website_product_media/model/dalle_image_suggestion.py
  23. 2
      pos_sync_orders/__init__.py
  24. 2
      pos_sync_orders/__manifest__.py
  25. 2
      user_password_strength/__init__.py
  26. 2
      user_password_strength/__manifest__.py
  27. 2
      user_password_strength/controllers/__init__.py
  28. 2
      user_password_strength/controllers/main.py
  29. 2
      user_password_strength/models/__init__.py
  30. 2
      user_password_strength/models/restrict_password.py

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

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

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

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

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

2
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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save