Skip to content

Commit

Permalink
[LICENSE-AGPL] ssi_work_log_mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevhe18 committed Jan 17, 2024
1 parent f0ea78f commit 9762b91
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ssi_service_quotation_lead/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ Maintainer

.. image:: https://simetri-sinergi.id/logo.png
:alt: PT. Simetri Sinergi Indonesia
:target: https://simetri-sinergi.id.com
:target: https://simetri-sinergi.id

This module is maintained by the PT. Simetri Sinergi Indonesia.
6 changes: 3 additions & 3 deletions ssi_service_quotation_work_log/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3

========================================
Service Quotation - Work Log Integration
Expand Down
2 changes: 1 addition & 1 deletion ssi_service_quotation_work_log/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2023 OpenSynergy Indonesia
# Copyright 2023 PT. Simetri Sinergi Indonesia
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0-standalone.html).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0-standalone.html).
from . import (
models,
)
4 changes: 2 additions & 2 deletions ssi_service_quotation_work_log/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 2023 OpenSynergy Indonesia
# Copyright 2023 PT. Simetri Sinergi Indonesia
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0-standalone.html).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0-standalone.html).
{
"name": "Service Quotation - Work Log Integration",
"version": "14.0.1.0.0",
"website": "https://simetri-sinergi.id",
"author": "OpenSynergy Indonesia, PT. Simetri Sinergi Indonesia",
"license": "LGPL-3",
"license": "AGPL-3",
"installable": True,
"depends": [
"ssi_service_quotation",
Expand Down
2 changes: 1 addition & 1 deletion ssi_service_quotation_work_log/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2023 OpenSynergy Indonesia
# Copyright 2023 PT. Simetri Sinergi Indonesia
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0-standalone.html).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0-standalone.html).
from . import (
service_quotation,
)
2 changes: 1 addition & 1 deletion ssi_service_quotation_work_log/models/service_quotation.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2022 OpenSynergy Indonesia
# Copyright 2022 PT. Simetri Sinergi Indonesia
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0-standalone.html).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0-standalone.html).

from odoo import models

Expand Down

0 comments on commit 9762b91

Please sign in to comment.