From 37b31f397b2663836c4b2e3f5d22b55430ff6cfa Mon Sep 17 00:00:00 2001 From: Numerigraphe - Lionel Sausin Date: Mon, 27 Aug 2012 18:40:53 +0200 Subject: [PATCH] [IMP] rename RCS to company_registry to make it consistent with improvements in the trunk server (/home/afayolle/work/oerp/addons/trunk-l10n-fr-siret rev 5907) --- l10n_fr_siret/partner.py | 6 +++--- l10n_fr_siret/partner_view.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/l10n_fr_siret/partner.py b/l10n_fr_siret/partner.py index d49e8510e..194f3b3c7 100644 --- a/l10n_fr_siret/partner.py +++ b/l10n_fr_siret/partner.py @@ -84,9 +84,9 @@ class Partner(osv.osv): "company's office in France. It is composed of the 9 digits " "of the SIREN number and the 5 digits of the NIC number, ie. " "14 digits."), - 'rcs': fields.char('RCS', size=64, - help="The name of the city where the chamber of " - "commerce that registered this company is."), + 'company_registry': fields.char('Company Registry', size=64, + help="The name of official registry where this " + "company was declared."), } _constraints = [ diff --git a/l10n_fr_siret/partner_view.xml b/l10n_fr_siret/partner_view.xml index 9fcd481eb..a53deeeba 100644 --- a/l10n_fr_siret/partner_view.xml +++ b/l10n_fr_siret/partner_view.xml @@ -15,7 +15,7 @@ - +