From df786d7305a6ddac987769cc49ecc717efcf5a06 Mon Sep 17 00:00:00 2001 From: Aungkokolin1997 Date: Fri, 24 Mar 2023 10:18:08 +0630 Subject: [PATCH] [UPD] license --- purchase_received_qty_adj/__manifest__.py | 4 ++-- purchase_received_qty_adj/models/purchase_order_line.py | 2 +- sale_order_line_serial_number/__manifest__.py | 4 ++-- .../models/account_invoice_line.py | 2 +- sale_order_line_serial_number/models/mrp_production.py | 2 +- sale_order_line_serial_number/models/procurement_order.py | 2 +- sale_order_line_serial_number/models/sale_order_line.py | 2 +- sale_order_line_tree_view/__manifest__.py | 4 ++-- sale_order_line_tree_view/models/sale_order.py | 2 +- sale_order_line_tree_view/models/sale_order_line.py | 2 +- sale_pricelist_auto_update/README.rst | 6 +++--- sale_pricelist_auto_update/__manifest__.py | 4 ++-- sale_pricelist_auto_update/models/date_range.py | 2 +- sale_pricelist_auto_update/models/date_range_type.py | 2 +- sale_pricelist_auto_update/models/partner_yearly_sales.py | 2 +- sale_pricelist_auto_update/models/product_pricelist.py | 2 +- .../models/product_pricelist_group.py | 2 +- sale_pricelist_auto_update/models/product_template.py | 2 +- sale_pricelist_auto_update/models/res_partner.py | 2 +- sale_pricelist_auto_update/models/sale_order.py | 2 +- sale_pricelist_auto_update/static/description/index.html | 4 ++-- .../tests/test_sale_pricelist_auto_update.py | 2 +- .../wizard/update_pricelist_wizard.py | 2 +- stock_serial_number/__init__.py | 2 +- stock_serial_number/__manifest__.py | 4 ++-- stock_serial_number/models/__init__.py | 2 +- stock_serial_number/models/account_invoice_line.py | 2 +- stock_serial_number/models/sale_order.py | 2 +- stock_serial_number/models/sale_order_line.py | 2 +- stock_serial_number/models/stock_body.py | 2 +- stock_serial_number/models/stock_model.py | 2 +- stock_serial_number/models/stock_neck.py | 2 +- stock_serial_number/models/stock_pickguard.py | 2 +- stock_serial_number/models/stock_production_lot.py | 2 +- stock_serial_number/models/stock_shop.py | 2 +- 35 files changed, 43 insertions(+), 43 deletions(-) diff --git a/purchase_received_qty_adj/__manifest__.py b/purchase_received_qty_adj/__manifest__.py index d0f13094..6b16d25c 100644 --- a/purchase_received_qty_adj/__manifest__.py +++ b/purchase_received_qty_adj/__manifest__.py @@ -1,13 +1,13 @@ # -*- coding: utf-8 -*- # Copyright 2017 Quartile Limited -# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Showing actual received quantity of Purchase Order', 'version': '10.0.1.0.0', 'author': 'Quartile Limited', 'website': 'https://www.quartile.co', 'category': 'Purchase', - 'license': "LGPL-3", + 'license': "AGPL-3", 'description': """ - Add new field qty_received_net - Computes the actual quantity received that excluding the quantity in diff --git a/purchase_received_qty_adj/models/purchase_order_line.py b/purchase_received_qty_adj/models/purchase_order_line.py index 70f00779..99bb4734 100644 --- a/purchase_received_qty_adj/models/purchase_order_line.py +++ b/purchase_received_qty_adj/models/purchase_order_line.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2017 Quartile Limited -# 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, fields, api import odoo.addons.decimal_precision as dp diff --git a/sale_order_line_serial_number/__manifest__.py b/sale_order_line_serial_number/__manifest__.py index d7c45d5f..3d157f56 100644 --- a/sale_order_line_serial_number/__manifest__.py +++ b/sale_order_line_serial_number/__manifest__.py @@ -1,13 +1,13 @@ # -*- coding: utf-8 -*- # Copyright 2019 Quartile Limited -# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Serial Number for Sales Order Line', 'version': '10.0.1.0.0', 'author': 'Quartile Limited', 'website': 'https://www.quartile.co', 'category': 'Sales', - 'license': "LGPL-3", + 'license': "AGPL-3", 'description': """ Add "Serial Number" field to sales order line, the field will be passed to invoice and manufacturing order. diff --git a/sale_order_line_serial_number/models/account_invoice_line.py b/sale_order_line_serial_number/models/account_invoice_line.py index d6422de2..602d37e2 100644 --- a/sale_order_line_serial_number/models/account_invoice_line.py +++ b/sale_order_line_serial_number/models/account_invoice_line.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2019 Quartile Limited -# 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, fields, api diff --git a/sale_order_line_serial_number/models/mrp_production.py b/sale_order_line_serial_number/models/mrp_production.py index e978a659..cce32b50 100644 --- a/sale_order_line_serial_number/models/mrp_production.py +++ b/sale_order_line_serial_number/models/mrp_production.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2019 Quartile Limited -# 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, fields diff --git a/sale_order_line_serial_number/models/procurement_order.py b/sale_order_line_serial_number/models/procurement_order.py index c4e632b0..6d41b877 100644 --- a/sale_order_line_serial_number/models/procurement_order.py +++ b/sale_order_line_serial_number/models/procurement_order.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2019 Quartile Limited -# 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 diff --git a/sale_order_line_serial_number/models/sale_order_line.py b/sale_order_line_serial_number/models/sale_order_line.py index 2bdd86ad..e9d87baf 100644 --- a/sale_order_line_serial_number/models/sale_order_line.py +++ b/sale_order_line_serial_number/models/sale_order_line.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2019 Quartile Limited -# 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, fields diff --git a/sale_order_line_tree_view/__manifest__.py b/sale_order_line_tree_view/__manifest__.py index 76f984b2..0ce94411 100644 --- a/sale_order_line_tree_view/__manifest__.py +++ b/sale_order_line_tree_view/__manifest__.py @@ -1,13 +1,13 @@ # -*- coding: utf-8 -*- # Copyright 2017 Quartile Limited -# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Sales Order Line Tree View', 'version': '10.0.1.0.0', 'author': 'Quartile Limited', 'website': 'https://www.quartile.co', 'category': 'Sales', - 'license': "LGPL-3", + 'license': "AGPL-3", 'description': """ * Add tree view to Sales Order Lines """, diff --git a/sale_order_line_tree_view/models/sale_order.py b/sale_order_line_tree_view/models/sale_order.py index c28e6816..e990702b 100644 --- a/sale_order_line_tree_view/models/sale_order.py +++ b/sale_order_line_tree_view/models/sale_order.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2017 Quartile Limited -# 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 api, fields, models diff --git a/sale_order_line_tree_view/models/sale_order_line.py b/sale_order_line_tree_view/models/sale_order_line.py index 5403ea5a..6f1fc38c 100644 --- a/sale_order_line_tree_view/models/sale_order_line.py +++ b/sale_order_line_tree_view/models/sale_order_line.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2017 Quartile Limited -# 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 api, fields, models diff --git a/sale_pricelist_auto_update/README.rst b/sale_pricelist_auto_update/README.rst index c98552be..ad26dc67 100644 --- a/sale_pricelist_auto_update/README.rst +++ b/sale_pricelist_auto_update/README.rst @@ -10,9 +10,9 @@ Auto Update Customer Pricelist .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status :alt: Beta -.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png - :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html - :alt: License: LGPL-3 +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-qrtl%2Fpci--custom-lightgray.png?logo=github :target: https://github.com/qrtl/pci-custom/tree/10.0/sale_pricelist_auto_update :alt: qrtl/pci-custom diff --git a/sale_pricelist_auto_update/__manifest__.py b/sale_pricelist_auto_update/__manifest__.py index 29103a33..960a3258 100644 --- a/sale_pricelist_auto_update/__manifest__.py +++ b/sale_pricelist_auto_update/__manifest__.py @@ -1,10 +1,10 @@ # -*- coding: utf-8 -*- # Copyright 2017-2022 Quartile Limited -# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Auto Update Customer Pricelist", "version": "10.0.1.1.0", - "license": "LGPL-3", + "license": "AGPL-3", "category": "Sales", "author": "Quartile Limited", "website": "https://www.quartile.co", diff --git a/sale_pricelist_auto_update/models/date_range.py b/sale_pricelist_auto_update/models/date_range.py index 9ff630cd..6f08fabc 100644 --- a/sale_pricelist_auto_update/models/date_range.py +++ b/sale_pricelist_auto_update/models/date_range.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2017 Quartile Limited -# 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 diff --git a/sale_pricelist_auto_update/models/date_range_type.py b/sale_pricelist_auto_update/models/date_range_type.py index ee803e75..ec4c3f1a 100644 --- a/sale_pricelist_auto_update/models/date_range_type.py +++ b/sale_pricelist_auto_update/models/date_range_type.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2017 Quartile Limited -# 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 diff --git a/sale_pricelist_auto_update/models/partner_yearly_sales.py b/sale_pricelist_auto_update/models/partner_yearly_sales.py index 06a0b61a..54d7fca4 100644 --- a/sale_pricelist_auto_update/models/partner_yearly_sales.py +++ b/sale_pricelist_auto_update/models/partner_yearly_sales.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2017 Quartile Limited -# 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 api, fields, models diff --git a/sale_pricelist_auto_update/models/product_pricelist.py b/sale_pricelist_auto_update/models/product_pricelist.py index 834a3c89..41f28a38 100644 --- a/sale_pricelist_auto_update/models/product_pricelist.py +++ b/sale_pricelist_auto_update/models/product_pricelist.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2017 Quartile Limited -# 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 diff --git a/sale_pricelist_auto_update/models/product_pricelist_group.py b/sale_pricelist_auto_update/models/product_pricelist_group.py index 6e0e1ee9..2840a26e 100644 --- a/sale_pricelist_auto_update/models/product_pricelist_group.py +++ b/sale_pricelist_auto_update/models/product_pricelist_group.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2017 Quartile Limited -# 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 diff --git a/sale_pricelist_auto_update/models/product_template.py b/sale_pricelist_auto_update/models/product_template.py index 5e68bcc9..b17bfe28 100644 --- a/sale_pricelist_auto_update/models/product_template.py +++ b/sale_pricelist_auto_update/models/product_template.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2017 Quartile Limited -# 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 diff --git a/sale_pricelist_auto_update/models/res_partner.py b/sale_pricelist_auto_update/models/res_partner.py index 7de12ea8..65be98cc 100644 --- a/sale_pricelist_auto_update/models/res_partner.py +++ b/sale_pricelist_auto_update/models/res_partner.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2017-2022 Quartile Limited -# 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 dateutil.relativedelta import relativedelta from odoo import _, api, fields, models diff --git a/sale_pricelist_auto_update/models/sale_order.py b/sale_pricelist_auto_update/models/sale_order.py index 2d1f2735..03c08034 100644 --- a/sale_pricelist_auto_update/models/sale_order.py +++ b/sale_pricelist_auto_update/models/sale_order.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2017 Quartile Limited -# 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 api, fields, models diff --git a/sale_pricelist_auto_update/static/description/index.html b/sale_pricelist_auto_update/static/description/index.html index 78d7db36..649cf0b1 100644 --- a/sale_pricelist_auto_update/static/description/index.html +++ b/sale_pricelist_auto_update/static/description/index.html @@ -3,7 +3,7 @@ - + Auto Update Customer Pricelist