odoo/odoo#162355

Created by Khushi Patel (khpa)
label
odoo-dev:master-imp-portal-add-street2-details-page-khpa
head
49c67900580bdca2282837a1ef8f89074e9cc599
target
master
merged
3 weeks ago by Marketing, Thibault Delavallee (tde)

[IMP] portal: add street2 to user details page

This PR adds the field `Street 2` in the view of user details which is rendered by the route `/my/account`.
(My Account -> Addresses)

It also reorganizes some fields in `portal_my_details_fields` to make them more organized as in below structure:

```
- Street - City
- Street 2 - State / Province
- Zip / Postal Code - Country
```

Additional:
This PR replaces the style attribute used in `option` tag to set property `display: none`, with the bootstrap class `d-none`.

Task-[3875163](https://www.odoo.com/web#id=3875163&menu_id=4722&cids=2&action=333&active_id=965&model=project.task&view_type=form)