Skip to content

Commit

Permalink
[REM] Removed copyrights and license from the py files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirag-OSI committed Feb 22, 2024
1 parent b00ae70 commit def9f8e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions product_configurator_sale/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# Copyright (C) 2021 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models
from . import wizard
2 changes: 0 additions & 2 deletions product_configurator_sale/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Copyright (C) 2021 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Product Configurator Sale",
"version": "17.0.1.0.0",
Expand Down
3 changes: 0 additions & 3 deletions product_configurator_sale/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# Copyright (C) 2021 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import sale
3 changes: 0 additions & 3 deletions product_configurator_sale/models/sale.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (C) 2021 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo import api, fields, models


Expand Down

0 comments on commit def9f8e

Please sign in to comment.