diff --git a/account_invoice_export/__manifest__.py b/account_invoice_export/__manifest__.py index b07867e15f..3ceec0fc70 100644 --- a/account_invoice_export/__manifest__.py +++ b/account_invoice_export/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2020 Camptocamp SA +# Copyright 2020 Camptocamp # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) { @@ -7,7 +7,7 @@ "category": "Invoicing Management", "license": "AGPL-3", "summary": "", - "author": "Camptocamp SA, Odoo Community Association (OCA)", + "author": "Camptocamp, Odoo Community Association (OCA)", "website": "https://github.com/OCA/edi", "depends": ["account", "account_invoice_transmit_method", "queue_job"], "data": [ diff --git a/account_invoice_export_server_env/__manifest__.py b/account_invoice_export_server_env/__manifest__.py index 51a3c45e4d..59828b2b6b 100644 --- a/account_invoice_export_server_env/__manifest__.py +++ b/account_invoice_export_server_env/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2021 Camptocamp SA +# Copyright 2021 Camptocamp # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) { diff --git a/base_ebill_payment_contract/__manifest__.py b/base_ebill_payment_contract/__manifest__.py index e23a70d508..5422e177a9 100644 --- a/base_ebill_payment_contract/__manifest__.py +++ b/base_ebill_payment_contract/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2020 Camptocamp SA +# Copyright 2020 Camptocamp # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { @@ -7,7 +7,7 @@ Base for managing e-billing contracts""", "version": "14.0.1.1.1", "license": "AGPL-3", - "author": "Camptocamp SA,Odoo Community Association (OCA)", + "author": "Camptocamp,Odoo Community Association (OCA)", "maintainers": ["TDu"], "website": "https://github.com/OCA/edi", "depends": ["account_invoice_transmit_method"], diff --git a/edi_endpoint_oca/__manifest__.py b/edi_endpoint_oca/__manifest__.py index da27d4106a..bef6a06019 100644 --- a/edi_endpoint_oca/__manifest__.py +++ b/edi_endpoint_oca/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2021 Camptocamp SA +# Copyright 2021 Camptocamp # @author: Simone Orsi # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). diff --git a/edi_exchange_template_oca/__manifest__.py b/edi_exchange_template_oca/__manifest__.py index 4d12eb3915..8196195b15 100644 --- a/edi_exchange_template_oca/__manifest__.py +++ b/edi_exchange_template_oca/__manifest__.py @@ -1,5 +1,5 @@ # Copyright 2020 ACSONE -# Copyright 2022 Camptocamp SA +# Copyright 2022 Camptocamp # @author Simone Orsi # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). { diff --git a/edi_exchange_template_party_data/__manifest__.py b/edi_exchange_template_party_data/__manifest__.py index 851f0e1d3e..ae01837c44 100644 --- a/edi_exchange_template_party_data/__manifest__.py +++ b/edi_exchange_template_party_data/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2022 Camptocamp SA +# Copyright 2022 Camptocamp # @author Simone Orsi # License AGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). { diff --git a/edi_party_data_oca/__manifest__.py b/edi_party_data_oca/__manifest__.py index 78465e12f8..07f32398a4 100644 --- a/edi_party_data_oca/__manifest__.py +++ b/edi_party_data_oca/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2022 Camptocamp SA +# Copyright 2022 Camptocamp # @author: Simone Orsi # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/edi_sale_order_import/__manifest__.py b/edi_sale_order_import/__manifest__.py index 31ba2fe2ca..e5861ad945 100644 --- a/edi_sale_order_import/__manifest__.py +++ b/edi_sale_order_import/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2021 Camptocamp SA +# Copyright 2021 Camptocamp # @author: Simone Orsi # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/edi_sale_order_import_ubl/__manifest__.py b/edi_sale_order_import_ubl/__manifest__.py index 6df8fa7912..2d5a9c4877 100644 --- a/edi_sale_order_import_ubl/__manifest__.py +++ b/edi_sale_order_import_ubl/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2021 Camptocamp SA +# Copyright 2021 Camptocamp # @author: Simone Orsi # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/edi_sale_order_import_ubl_endpoint/__manifest__.py b/edi_sale_order_import_ubl_endpoint/__manifest__.py index 5c35402f37..689844b10e 100644 --- a/edi_sale_order_import_ubl_endpoint/__manifest__.py +++ b/edi_sale_order_import_ubl_endpoint/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2021 Camptocamp SA +# Copyright 2021 Camptocamp # @author: Simone Orsi # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # TODO: rename to `*_example` diff --git a/edi_ubl_oca/__manifest__.py b/edi_ubl_oca/__manifest__.py index e8e0e294a7..75ae5da917 100644 --- a/edi_ubl_oca/__manifest__.py +++ b/edi_ubl_oca/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2021 Camptocamp SA +# Copyright 2021 Camptocamp # @author: Simone Orsi # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/pdf_helper/__manifest__.py b/pdf_helper/__manifest__.py index f59b56b1cf..6c18acb250 100644 --- a/pdf_helper/__manifest__.py +++ b/pdf_helper/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2022 Camptocamp SA +# Copyright 2022 Camptocamp # @author: Simone Orsi # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). diff --git a/product_import/__manifest__.py b/product_import/__manifest__.py index 6411437d65..530f416c77 100644 --- a/product_import/__manifest__.py +++ b/product_import/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2022 Camptocamp SA +# Copyright 2022 Camptocamp # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { diff --git a/product_import_ubl/__manifest__.py b/product_import_ubl/__manifest__.py index 13d2ece8f9..3c64eda22d 100644 --- a/product_import_ubl/__manifest__.py +++ b/product_import_ubl/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2022 Camptocamp SA +# Copyright 2022 Camptocamp # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { diff --git a/sale_order_customer_free_ref/__manifest__.py b/sale_order_customer_free_ref/__manifest__.py index fafe52e05d..4140e920bc 100644 --- a/sale_order_customer_free_ref/__manifest__.py +++ b/sale_order_customer_free_ref/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2021 Camptocamp SA +# Copyright 2021 Camptocamp # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) { @@ -9,7 +9,7 @@ "summary": "Splits the Customer Reference on sale orders into two fields. " "An Id and a Free reference. The existing field is transformed " "into a computed one.", - "author": "Camptocamp SA, Odoo Community Association (OCA)", + "author": "Camptocamp, Odoo Community Association (OCA)", "website": "https://github.com/OCA/edi", "depends": ["sale"], "data": ["views/sale_order.xml", "views/account_move.xml"], diff --git a/sale_order_import_ubl_customer_free_ref/__manifest__.py b/sale_order_import_ubl_customer_free_ref/__manifest__.py index 2ad00164fb..781aa4f58b 100644 --- a/sale_order_import_ubl_customer_free_ref/__manifest__.py +++ b/sale_order_import_ubl_customer_free_ref/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2022 Camptocamp SA +# Copyright 2022 Camptocamp # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl) { diff --git a/sale_order_import_ubl_line_customer_ref/__manifest__.py b/sale_order_import_ubl_line_customer_ref/__manifest__.py index 254aa49a6b..3c88fa0d30 100644 --- a/sale_order_import_ubl_line_customer_ref/__manifest__.py +++ b/sale_order_import_ubl_line_customer_ref/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2022 Camptocamp SA +# Copyright 2022 Camptocamp # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl) { "name": "Sale Order UBL Import - Import order line customer ref", diff --git a/sale_order_packaging_import/__manifest__.py b/sale_order_packaging_import/__manifest__.py index 36b9475a6c..3a92d51127 100644 --- a/sale_order_packaging_import/__manifest__.py +++ b/sale_order_packaging_import/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2022 Camptocamp SA +# Copyright 2022 Camptocamp # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) { @@ -7,7 +7,7 @@ "category": "Sales Management", "license": "AGPL-3", "summary": "Import the packaging on the sale order line", - "author": "Camptocamp SA,Odoo Community Association (OCA)", + "author": "Camptocamp,Odoo Community Association (OCA)", "website": "https://github.com/OCA/edi", "depends": [ "sale_stock",