Skip to content

Commit

Permalink
[ssi_account_amortization] Change License To AGPL-3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevhe18 committed Aug 14, 2023
1 parent 1709be8 commit 6f54469
Show file tree
Hide file tree
Showing 22 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions ssi_account_amortization/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

=====================
Account Voucher Mixin
Expand Down
2 changes: 1 addition & 1 deletion ssi_account_amortization/__init__.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 . import (
models,
Expand Down
4 changes: 2 additions & 2 deletions ssi_account_amortization/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 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).
# pylint: disable=locally-disabled, manifest-required-author
{
"name": "Account Amortization",
"version": "14.0.2.0.2",
"category": "Accounting",
"website": "https://simetri-sinergi.id",
"author": "OpenSynergy Indonesia, PT. Simetri Sinergi Indonesia",
"license": "LGPL-3",
"license": "AGPL-3",
"installable": True,
"external_dependencies": {
"python": [
Expand Down
2 changes: 1 addition & 1 deletion ssi_account_amortization/data/approval_template_data.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- 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). -->
<odoo>
<data noupdate="1">
<record id="approval_template1" model="approval.template">
Expand Down
2 changes: 1 addition & 1 deletion ssi_account_amortization/data/base_automation_data.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<odoo>
<!-- Copyright 2022 OpenSynergy Indonesia
Copyright 2022 PT. Simetri Sinergi Indonesia
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<data>
<record id="amortization_open_2_done" model="base.automation">
<field
Expand Down
2 changes: 1 addition & 1 deletion ssi_account_amortization/data/ir_actions_server_data.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<odoo>
<!-- Copyright 2022 OpenSynergy Indonesia
Copyright 2022 PT. Simetri Sinergi Indonesia
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<data>
<record id="amortization_action_done" model="ir.actions.server">
<field name="name">Action Done</field>
Expand Down
2 changes: 1 addition & 1 deletion ssi_account_amortization/data/ir_sequence_data.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!-- Copyright 2022 OpenSynergy Indonesia
Copyright 2022 PT. Simetri Sinergi Indonesia
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0) -->
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0) -->
<odoo>
<data noupdate="1">
<record id="sequence_amortization" model="ir.sequence">
Expand Down
2 changes: 1 addition & 1 deletion ssi_account_amortization/data/policy_template_data.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- 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). -->
<odoo>
<data noupdate="0">
<record id="policy_template" model="policy.template">
Expand Down
2 changes: 1 addition & 1 deletion ssi_account_amortization/data/sequence_template_data.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- 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). -->
<odoo>
<data noupdate="1">
<record id="sequence_template_amortization" model="sequence.template">
Expand Down
2 changes: 1 addition & 1 deletion ssi_account_amortization/demo/account_account_demo.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2022 OpenSynergy Indonesia
Copyright 2022 PT. Simetri Sinergi Indonesia
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<record id="demo_account1" model="account.account">
<field name="name">Prepaid Insurance - (test)</field>
Expand Down
2 changes: 1 addition & 1 deletion ssi_account_amortization/demo/account_journal_demo.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2022 OpenSynergy Indonesia
Copyright 2022 PT. Simetri Sinergi Indonesia
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<!-- Loan Out -->
<record id="demo_journal1" model="account.journal">
Expand Down
2 changes: 1 addition & 1 deletion ssi_account_amortization/demo/amortization_type_demo.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2022 OpenSynergy Indonesia
Copyright 2022 PT. Simetri Sinergi Indonesia
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<record id="demo_amortization_type1" model="account.amortization_type">
<field name="name">Prepaid Insurance Amortization - (test)</field>
Expand Down
2 changes: 1 addition & 1 deletion ssi_account_amortization/models/__init__.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 . import (
res_company,
Expand Down
2 changes: 1 addition & 1 deletion ssi_account_amortization/models/account_amortization.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).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

import logging

Expand Down
2 changes: 1 addition & 1 deletion ssi_account_amortization/models/amortization_type.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).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).


from odoo import fields, models
Expand Down
2 changes: 1 addition & 1 deletion ssi_account_amortization/models/res_company.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).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo import models

Expand Down
2 changes: 1 addition & 1 deletion ssi_account_amortization/models/res_config_settings.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).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo import fields, models

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2022 OpenSynergy Indonesia
Copyright 2022 PT. Simetri Sinergi Indonesia
License LGPL-4.0 or later (http://www.gnu.org/licenses/lgpl). -->
License AGPL-4.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<!-- Workflow -->
<record id="amortization_module_category" model="ir.module.category">
Expand Down
2 changes: 1 addition & 1 deletion ssi_account_amortization/security/res_group_data.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2022 OpenSynergy Indonesia
Copyright 2022 PT. Simetri Sinergi Indonesia
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<!-- Configurator -->
<record id="amortization_type_group" model="res.groups">
Expand Down
2 changes: 1 addition & 1 deletion ssi_account_amortization/views/amortization_type_views.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2022 OpenSynergy Indonesia
Copyright 2022 PT. Simetri Sinergi Indonesia
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<record id="account_amortization_type_view_search" model="ir.ui.view">
<field name="name">account.amortization_type - search</field>
Expand Down
2 changes: 1 addition & 1 deletion ssi_account_amortization/views/amortization_views.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2022 OpenSynergy Indonesia
Copyright 2022 PT. Simetri Sinergi Indonesia
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<record id="amortization_view_search" model="ir.ui.view">
<field name="name">account.amortization - search</field>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2022 OpenSynergy Indonesia
Copyright 2022 PT. Simetri Sinergi Indonesia
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<record id="res_config_settings_view_form" model="ir.ui.view">
<field name="name">res.config.settings form - Psychology</field>
Expand Down

0 comments on commit 6f54469

Please sign in to comment.