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

[16.0] [MIG] l10n_ch_bank #687

Closed
wants to merge 60 commits into from

Conversation

ivantodorovich
Copy link

@ivantodorovich ivantodorovich commented Jan 4, 2023

  • Re-download and re-format the bank csv.
  • Remove useless columns from import.
  • Update README with instructions on how to do it.

Depends on:

nbessi and others added 30 commits January 4, 2023 09:49
So it will be displayed on GitHub. Improve it slightly.
Vim Regexp for the xml file:

s/bank_valid_from">\(\d\{4}\)\(\d\{2}\)\(\d\{2}\)/bank_valid_from">\1-\2-\3/

Damn.

Perl regexp should be:

s/bank_valid_from">(\d{4})(\d{2})(\d{2})/bank_valid_from">\1-\2-\3/
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
yvaucher and others added 27 commits January 4, 2023 14:07
Remove coding UTF-8 from headers
Fix Copyrights according to commits
Remove tag application from this module
Reset version to 11.0.1.0.0
Remove old migration scripts
OCA#407)

* [IMP] l10n_ch_bank: bic and city required on view for switzerland

updated csv filling the country column
ccp was renamed l10n_ch_postal on res.partner.bank model, so here
it should have been dropped and not renamed.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: l10n-switzerland-12.0/l10n-switzerland-12.0-l10n_ch_bank
Translate-URL: https://translation.odoo-community.org/projects/l10n-switzerland-12-0/l10n-switzerland-12-0-l10n_ch_bank/
* Re-download and re-format the bank csv.
* Remove useless columns from import.
* Update README with instructions on how to do it.
@ivantodorovich ivantodorovich mentioned this pull request Jan 4, 2023
12 tasks
@yvaucher
Copy link
Member

yvaucher commented Jan 9, 2023

The purpose of this module was to provide BIC for banks. However, it was only required for ISR / ISR-B. And the list of bank might be quite outdated.

I suggest to drop that module too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.