From 10224d126d41af0042a92b812323f2ee4b5baef2 Mon Sep 17 00:00:00 2001 From: Vincent Van Rossem Date: Fri, 14 Jun 2024 11:34:04 +0200 Subject: [PATCH] [FIX] base_ebill_payment_contract: Change Camptocamp SA to Camptocamp --- base_ebill_payment_contract/README.rst | 2 +- base_ebill_payment_contract/__manifest__.py | 4 ++-- .../static/description/index.html | 13 ++++++++----- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/base_ebill_payment_contract/README.rst b/base_ebill_payment_contract/README.rst index 1ac8ff4f7c..35cb2a9ca6 100644 --- a/base_ebill_payment_contract/README.rst +++ b/base_ebill_payment_contract/README.rst @@ -62,7 +62,7 @@ Credits Authors ~~~~~~~ -* Camptocamp SA +* Camptocamp Contributors ~~~~~~~~~~~~ diff --git a/base_ebill_payment_contract/__manifest__.py b/base_ebill_payment_contract/__manifest__.py index 76e7bfc8f8..bee90bbdd1 100644 --- a/base_ebill_payment_contract/__manifest__.py +++ b/base_ebill_payment_contract/__manifest__.py @@ -5,10 +5,10 @@ "name": "Base eBill Payment Contract", "summary": """ Base for managing e-billing contracts""", - "version": "16.0.1.0.1", + "version": "16.0.1.0.2", "development_status": "Beta", "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/base_ebill_payment_contract/static/description/index.html b/base_ebill_payment_contract/static/description/index.html index e96e4cda4a..62a5ff8364 100644 --- a/base_ebill_payment_contract/static/description/index.html +++ b/base_ebill_payment_contract/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -408,7 +409,7 @@

Credits

Authors

@@ -428,7 +429,9 @@

Other credits

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.