mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[IMP] Add the RCS to the partner
(/home/afayolle/work/oerp/addons/trunk-l10n-fr-siret rev 5905)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user