Skip to content

Commit

Permalink
Merge 459d8c7 into 942911e
Browse files Browse the repository at this point in the history
  • Loading branch information
yvaucher committed Sep 3, 2019
2 parents 942911e + 459d8c7 commit e8a6ffc
Show file tree
Hide file tree
Showing 24 changed files with 618 additions and 590 deletions.
4 changes: 2 additions & 2 deletions l10n_ch_base_bank/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Usage
Account type will be discovered automatically.

* For IBAN accounts fill account number with IBAN.
* For Postal account fill account number with postal account number in IBAN, 9 digits or 6 digits format (ex. 01-23456-1 or 12345).
* For Postal account fill account number with postal account number in IBAN, 9 digits digits format (e.g. 01-23456-1).

Entering a postal number of 9 or 6 digits will auto-complete the bank with PostFinance. (You might create it if you haven't installed `l10n_ch_bank`)
Entering a postal number of 9 digits will auto-complete the bank with PostFinance. (You might create it if you haven't installed `l10n_ch_bank`)

* For bank account for ISR, select the bank and fill the CCP field in bank, optionally fill the account number with bank number.

Expand Down
8 changes: 4 additions & 4 deletions l10n_ch_base_bank/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

{'name': 'Switzerland - Bank type',
'summary': 'Types and number validation for swiss electronic pmnt. DTA, ESR',
'version': '12.0.1.0.0',
'version': '12.0.2.0.0',
'author': "Camptocamp,Odoo Community Association (OCA)",
'category': 'Localization',
'website': 'https://github.com/OCA/l10n-switzerland',
'license': 'AGPL-3',
'depends': [
'account_payment_order',
'account_payment_partner',
'base_iban'],
'base_iban',
'l10n_ch'
],
'data': [
'views/bank.xml',
'views/invoice.xml',
Expand Down

0 comments on commit e8a6ffc

Please sign in to comment.