-
-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by HaraldPanten
- Loading branch information
Showing
5 changed files
with
70 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,8 @@ Incluye la siguiente funcionalidad: | |
el nombre comercial de la empresa. | ||
- Añade los campos nombre largo, NIF y web a los bancos. | ||
- Añade los datos de los bancos españoles extraídos del registro | ||
oficial del Banco de España (http://goo.gl/mtx6ic). El asistente | ||
oficial del Banco de España | ||
(`http://goo.gl/mtx6ic <http://goo.gl/mtx6ic>`__). El asistente | ||
realiza la descarga automática de Internet, pero si por cualquier | ||
razón hay algún problema, existe una copia local cuya última | ||
actualización fue el 26/10/2017. | ||
|
@@ -50,7 +51,8 @@ Installation | |
============ | ||
|
||
Este módulo depende de *base_bank_from_iban* que se encuentra en el | ||
repositorio https://github.com/OCA/community-data-files | ||
repositorio | ||
`https://github.com/OCA/community-data-files <https://github.com/OCA/community-data-files>`__ | ||
|
||
Configuration | ||
============= | ||
|
@@ -72,7 +74,8 @@ para nombre comercial. | |
Known issues / Roadmap | ||
====================== | ||
|
||
- Take BICs from https://github.com/PeterNotenboom/SwiftCodes. | ||
- Take BICs from | ||
`https://github.com/PeterNotenboom/SwiftCodes <https://github.com/PeterNotenboom/SwiftCodes>`__. | ||
|
||
Bug Tracker | ||
=========== | ||
|
@@ -108,6 +111,10 @@ Contributors | |
|
||
- Javier Antó <[email protected]> | ||
|
||
- `Dixmit <https://www.dixmit.com>`__: | ||
|
||
- Enric Tobella | ||
|
||
Maintainers | ||
----------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,5 @@ | |
- Manuel Regidor \<<[email protected]>\> | ||
- [APSL](https://apsl.tech): | ||
- Javier Antó \<<[email protected]>\> | ||
- [Dixmit](https://www.dixmit.com): | ||
- Enric Tobella |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,11 @@ | |
|
||
/* | ||
:Author: David Goodger ([email protected]) | ||
: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 { | ||
|
@@ -377,7 +378,8 @@ <h1 class="title">Adaptación de los clientes, proveedores y bancos para España | |
el nombre comercial de la empresa.</li> | ||
<li>Añade los campos nombre largo, NIF y web a los bancos.</li> | ||
<li>Añade los datos de los bancos españoles extraídos del registro | ||
oficial del Banco de España (<a class="reference external" href="http://goo.gl/mtx6ic">http://goo.gl/mtx6ic</a>). El asistente | ||
oficial del Banco de España | ||
(<a class="reference external" href="http://goo.gl/mtx6ic">http://goo.gl/mtx6ic</a>). El asistente | ||
realiza la descarga automática de Internet, pero si por cualquier | ||
razón hay algún problema, existe una copia local cuya última | ||
actualización fue el 26/10/2017.</li> | ||
|
@@ -400,7 +402,8 @@ <h1 class="title">Adaptación de los clientes, proveedores y bancos para España | |
<div class="section" id="installation"> | ||
<h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1> | ||
<p>Este módulo depende de <em>base_bank_from_iban</em> que se encuentra en el | ||
repositorio <a class="reference external" href="https://github.com/OCA/community-data-files">https://github.com/OCA/community-data-files</a></p> | ||
repositorio | ||
<a class="reference external" href="https://github.com/OCA/community-data-files">https://github.com/OCA/community-data-files</a></p> | ||
</div> | ||
<div class="section" id="configuration"> | ||
<h1><a class="toc-backref" href="#toc-entry-2">Configuration</a></h1> | ||
|
@@ -419,7 +422,8 @@ <h1><a class="toc-backref" href="#toc-entry-2">Configuration</a></h1> | |
<div class="section" id="known-issues-roadmap"> | ||
<h1><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h1> | ||
<ul class="simple"> | ||
<li>Take BICs from <a class="reference external" href="https://github.com/PeterNotenboom/SwiftCodes">https://github.com/PeterNotenboom/SwiftCodes</a>.</li> | ||
<li>Take BICs from | ||
<a class="reference external" href="https://github.com/PeterNotenboom/SwiftCodes">https://github.com/PeterNotenboom/SwiftCodes</a>.</li> | ||
</ul> | ||
</div> | ||
<div class="section" id="bug-tracker"> | ||
|
@@ -454,12 +458,18 @@ <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2> | |
<li>Javier Antó <<a class="reference external" href="mailto:janto@apsl.net">janto@apsl.net</a>></li> | ||
</ul> | ||
</li> | ||
<li><a class="reference external" href="https://www.dixmit.com">Dixmit</a>:<ul> | ||
<li>Enric Tobella</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="section" id="maintainers"> | ||
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2> | ||
<p>This module is maintained by the OCA.</p> | ||
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> | ||
<a class="reference external image-reference" href="https://odoo-community.org"> | ||
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /> | ||
</a> | ||
<p>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.</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters