[ADD]:Added Upstream patch for base_address_extended
This commit is contained in:
parent
179c9f058d
commit
48a88443b1
@ -17,7 +17,8 @@ For example, in legal reports, some countries need to split the street into seve
|
|||||||
with the street name, the house number, and room number.
|
with the street name, the house number, and room number.
|
||||||
""",
|
""",
|
||||||
'data': [
|
'data': [
|
||||||
'views/base_address_extended.xml'
|
'views/base_address_extended.xml',
|
||||||
|
'data/base_address_extended_data.xml',
|
||||||
],
|
],
|
||||||
'depends': ['base'],
|
'depends': ['base'],
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<flectra>
|
||||||
|
<data noupdate="1">
|
||||||
|
<record id="base.nl" model="res.country">
|
||||||
|
<field eval="'%(street_name)s %(street_number)s/%(street_number2)s'" name="street_format" />
|
||||||
|
</record>
|
||||||
|
</data>
|
||||||
|
</flectra>
|
Loading…
Reference in New Issue
Block a user