Skip to content

Commit d2fdb3f

Browse files
committed
Merge PR #993 into 14.0
Signed-off-by simahawk
2 parents 5c39f74 + c6b4347 commit d2fdb3f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

account_invoice_export/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"category": "Invoicing Management",
88
"license": "AGPL-3",
99
"summary": "",
10-
"author": "Camptocamp SA, Odoo Community Association (OCA)",
10+
"author": "Camptocamp, Odoo Community Association (OCA)",
1111
"website": "https://github.com/OCA/edi",
1212
"depends": ["account", "account_invoice_transmit_method", "queue_job"],
1313
"data": [

base_ebill_payment_contract/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Base for managing e-billing contracts""",
88
"version": "14.0.1.1.1",
99
"license": "AGPL-3",
10-
"author": "Camptocamp SA,Odoo Community Association (OCA)",
10+
"author": "Camptocamp,Odoo Community Association (OCA)",
1111
"maintainers": ["TDu"],
1212
"website": "https://github.com/OCA/edi",
1313
"depends": ["account_invoice_transmit_method"],

sale_order_customer_free_ref/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"summary": "Splits the Customer Reference on sale orders into two fields. "
1010
"An Id and a Free reference. The existing field is transformed "
1111
"into a computed one.",
12-
"author": "Camptocamp SA, Odoo Community Association (OCA)",
12+
"author": "Camptocamp, Odoo Community Association (OCA)",
1313
"website": "https://github.com/OCA/edi",
1414
"depends": ["sale"],
1515
"data": ["views/sale_order.xml", "views/account_move.xml"],

sale_order_packaging_import/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"category": "Sales Management",
88
"license": "AGPL-3",
99
"summary": "Import the packaging on the sale order line",
10-
"author": "Camptocamp SA,Odoo Community Association (OCA)",
10+
"author": "Camptocamp,Odoo Community Association (OCA)",
1111
"website": "https://github.com/OCA/edi",
1212
"depends": [
1313
"sale_stock",

0 commit comments

Comments
 (0)