Commit Graph

25 Commits

Author SHA1 Message Date
Launchpad Translations on behalf of openerp a3ac698fe8 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120218071328-fl3yjw2gawigfooh
bzr revid: launchpad_translations_on_behalf_of_openerp-20120219063344-7w5y8nkweukg0f88
bzr revid: launchpad_translations_on_behalf_of_openerp-20120220061321-0z254064e8vsx286
bzr revid: launchpad_translations_on_behalf_of_openerp-20120221063558-wc526qfv4ko5s6q0
bzr revid: launchpad_translations_on_behalf_of_openerp-20120221063603-medp0cjt2z5vy70x
2012-02-21 06:36:03 +00:00
Launchpad Translations on behalf of openerp 5d4664f823 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120210044704-ffxh1ikqgom660lz
bzr revid: launchpad_translations_on_behalf_of_openerp-20120210045028-kbviilp8xdby42fi
2012-02-10 04:50:28 +00:00
Carlos Vásquez 3afecc7604 [ADD] es_CR.po: added po to all modules, copy from es.po or from pot
bzr revid: carlos.vasquez@clearcorp.co.cr-20120208145917-aaai0irh68omlzmb
2012-02-08 08:59:17 -06:00
Olivier Dony 0a63ecb0cf [I18N] all: updated translation template
This should be the last major template sync
before the final release of 6.1.

bzr revid: odo@openerp.com-20120208010830-zchnkg48u7s40nw2
2012-02-08 02:08:30 +01:00
Raphael Collet c0534b0100 [MERGE] l10n_fr_rib: improve check of RIB and IBAN (contrib from Akretion)
bzr revid: rco@openerp.com-20120201110507-ztz2ss626svv2jl6
2012-02-01 12:05:07 +01:00
Alexis de Lattre c646827762 [MERGE] with addons-trunk and resolve conflict in base_iban
<> changed to !=
Changed error message

bzr revid: alexis@via.ecp.fr-20120131133657-0gzkk0bcb709ca6f
2012-01-31 14:36:57 +01:00
Alexis de Lattre e29721f872 Add a RIB-specific 'format_layout' on the res.partner.bank.type
bzr revid: alexis@via.ecp.fr-20120130154328-jljngocsy14t0zi3
2012-01-30 16:43:28 +01:00
Vo Minh Thu ad4b6fcc21 [IMP] manifest: renamed active to auto_install.
bzr revid: vmt@openerp.com-20120130101837-zyebtyhfjypg2b4w
2012-01-30 11:18:37 +01:00
Alexis de Lattre 9cf1cca384 base_iban/base_iban.py : extracted IBAN check functionnality in a dedicated function, so that it can be used by other modules.
l10n_fr_rib :
- add dependancy on base_iban
- we now have a single res.partner.bank.type with required RIB and optional IBAN
- adapted code and translations accordingly
- 'acc_number' field should not trigger _check_key function ; it already triggers the check_iban function.

bzr revid: alexis@via.ecp.fr-20120127184931-wudv91s96znzwjae
2012-01-27 19:49:31 +01:00
Alexis de Lattre 31c2873468 Define a new res.partner.bank.type.field "iban-rib" to store both RIB (old French format) and I
BAN on the same res.partner.bank.

On res.partner.bank, we now use the field 'rib_acc_number' instead of 'acc_number' to store the RIB bank account number.

Fix inheritance of the view 'view_partner_rib1_form' : it must inherit account.view_partner_property_form and not base.view_partner_form !

Add RIB fields to standard tree and form of res.partner.bank (not just the res.partner form view)

Add max size on RIB fields.

Replaced _construct_constraint_msg function by a raise in the check function : it simplifies the code and avoids a double browse on the object in case of invalid RIB.

Constraint now declares all the fields that must trigger the check.

Updated French translation.

bzr revid: alexis@via.ecp.fr-20120127150103-2khrxo0j2wfrrffa
2012-01-27 16:01:03 +01:00
Olivier Dony cb28f8de07 [I18N] all: update translation templates
bzr revid: odo@openerp.com-20111222185539-9gn06tu38ynoc416
2011-12-22 19:55:39 +01:00
Fabien Pinckaers 81c1bf7fcb [IMP] better manifests for modules
bzr revid: fp@tinyerp.com-20111212142244-cm6e3um1adizu3kz
2011-12-12 15:22:44 +01:00
Fabien Pinckaers 4e0befa1f4 [IMP] better manifests on modules
bzr revid: fp@tinyerp.com-20111206120355-h5vufbibzovtvf0j
2011-12-06 13:03:55 +01:00
Olivier Dony e3c680eb31 [FIX] l10n_fr_rib: typos in on_change_bank_id, `value` isa nested dict
bzr revid: odo@openerp.com-20111201145754-5j0m12q76lk6fn1w
2011-12-01 15:57:54 +01:00
Olivier Dony b7fad24c82 [ADD] l10n_fr_rib: added certificate number
bzr revid: odo@openerp.com-20111201140210-86gh3kx9eyf6xi0w
2011-12-01 15:02:10 +01:00
Numerigraphe - Lionel Sausin 64c50d804c [IMP] remove print statement
bzr revid: ls@numerigraphe.fr-20111128160529-f7nz0d3n0vqber8h
2011-11-28 17:05:29 +01:00
Numerigraphe - Lionel Sausin a3229487ec [REF] l10n_fr_rib: refactored bank name_search as suggested by Olivier Dony (OpenERP)
[IMP] l10n_fr_rib: don't re-check error condition when constructing the message for key mismatch
[FIx] l10n_fr_rib: wrong field name for bank code

bzr revid: ls@numerigraphe.fr-20111128160001-q7re8fxr9lv2ad9g
2011-11-28 17:00:01 +01:00
Numerigraphe - Lionel Sausin 6710f39da0 [DEL] l10n_fr_rib: drop useless Bank Account search() overload
bzr revid: ls@numerigraphe.fr-20111128151016-0z48km039apfq3q5
2011-11-28 16:10:16 +01:00
Numerigraphe - Lionel Sausin 25f83943e1 [IMP] extensive module description
[IMP] assign (c) back to Numérigraphe

lp bug: https://launchpad.net/bugs/387958 fixed

bzr revid: ls@numerigraphe.fr-20111128144348-ccl8ays59rc2hvj2
2011-11-28 15:43:48 +01:00
Numerigraphe - Lionel Sausin ddb1ec724f [IMP] rewrote the translation tbale lookup without downgrading strings to latin-1
bzr revid: ls@numerigraphe.fr-20111121153539-a060b20nvvf6x2c7
2011-11-21 16:35:39 +01:00
Numerigraphe - Lionel Sausin c8152fd397 [IMP] remove debugging print statements
bzr revid: ls@numerigraphe.fr-20111121152047-k5bphj2egef8nfuu
2011-11-21 16:20:47 +01:00
Numerigraphe - Lionel Sausin 12795a5cc9 [ADD] l10n_fr_rib: let users enter French RIB bank accounts
lp bug: https://launchpad.net/bugs/387958 fixed

bzr revid: ls@numerigraphe.fr-20111121142005-k0vw2kbupwiy0s1q
2011-11-21 15:20:05 +01:00
Numerigraphe - Lionel Sausin 35abfd730b [FIX] Ported base_rib to current trunk (future 6.1)
bzr revid: ls@numerigraphe.fr-20111121134545-j398sfjqno7yqyhl
2011-11-21 14:45:45 +01:00
Numerigraphe - Lionel Sausin 05afd356a2 [IMP] code cleanup in l10n_fr_rib
bzr revid: ls@numerigraphe.fr-20111121134410-7l1qq9q11o2w55ty
2011-11-21 14:44:10 +01:00
Numerigraphe - Lionel Sausin 068650b67a [IMP] renamed base_rib to l10n_fr_rib
bzr revid: ls@numerigraphe.fr-20111121133145-gfmm5y7arl2tx9ix
2011-11-21 14:31:45 +01:00