[ADD]:Added Upstream patch for base_address_extended

This commit is contained in:
sheetalPatil 2018-07-09 19:02:23 +05:30
parent 179c9f058d
commit 48a88443b1
2 changed files with 10 additions and 1 deletions

View File

@ -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'],
} }

View File

@ -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>