[IMP] Add the RCS to the partner

(/home/afayolle/work/oerp/addons/trunk-l10n-fr-siret rev 5905)
This commit is contained in:
Numerigraphe - Lionel Sausin
2012-08-27 17:48:28 +02:00
parent f4147d5b1a
commit 040edf9d88
2 changed files with 5 additions and 1 deletions

View File

@@ -84,6 +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."),
}
_constraints = [

View File

@@ -8,10 +8,11 @@
<field name="inherit_id" ref="account.view_partner_property_form" />
<field name="arch" type="xml">
<field name="property_account_position" position="after">
<group col="6" colspan="4">
<group col="8" colspan="4">
<field name="siren" />
<field name="nic" />
<field name="siret" />
<field name="rcs" />
</group>
</field>
</field>