Skip to content

Commit

Permalink
Merge PR #993 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by simahawk
  • Loading branch information
OCA-git-bot committed Jun 13, 2024
2 parents 5c39f74 + c6b4347 commit d2fdb3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion account_invoice_export/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion base_ebill_payment_contract/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion sale_order_customer_free_ref/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion sale_order_packaging_import/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d2fdb3f

Please sign in to comment.