diff --git a/account_invoice_export/__manifest__.py b/account_invoice_export/__manifest__.py index b07867e15f0..ba47f64e93a 100644 --- a/account_invoice_export/__manifest__.py +++ b/account_invoice_export/__manifest__.py @@ -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/base_ebill_payment_contract/__manifest__.py b/base_ebill_payment_contract/__manifest__.py index e23a70d508e..bbe58e01019 100644 --- a/base_ebill_payment_contract/__manifest__.py +++ b/base_ebill_payment_contract/__manifest__.py @@ -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/sale_order_customer_free_ref/__manifest__.py b/sale_order_customer_free_ref/__manifest__.py index fafe52e05da..2d44ffe4f53 100644 --- a/sale_order_customer_free_ref/__manifest__.py +++ b/sale_order_customer_free_ref/__manifest__.py @@ -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_packaging_import/__manifest__.py b/sale_order_packaging_import/__manifest__.py index 36b9475a6c4..cfe6c7c31fd 100644 --- a/sale_order_packaging_import/__manifest__.py +++ b/sale_order_packaging_import/__manifest__.py @@ -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",