Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[13.0] Replace 'Camptocamp SA' with 'Camptocamp' #995

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_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": "13.0.1.0.0",
"license": "AGPL-3",
"author": "Camptocamp SA,Odoo Community Association (OCA)",
"author": "Camptocamp,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/edi",
"depends": ["account_invoice_transmit_method"],
"data": ["security/ir.model.access.csv", "views/ebill_payment_contract.xml"],
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_import_ubl_customer_free_ref/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"category": "Sales Management",
"license": "AGPL-3",
"summary": "Extract CustomerReference from sale UBL",
"author": "Camptocamp SA, Odoo Community Association (OCA)",
"author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/edi",
"depends": ["sale_order_import_ubl", "sale_order_customer_free_ref"],
"installable": True,
Expand Down
Loading