[IMP] base: Adapt address format for Japan.
Purpose ======= ja_JP: the implemented language font in Odoo is not Japanese but Chinese. In Japan address structure is different: First: Postal code Next: City + ward (like a neighbourhoos name) Next: Building (all buildings have names) Name: Customer or Company Specification =========== New address structure for Japan: %(zip)s %(state_name)s %(city)s %(street)s %(street2)s %(country_name)s In Countries form view, add one selection field which set the customer name position in reports base on the customer country settings.
Showing
- odoo/addons/base/ir/ir_qweb.xml 19 additions, 11 deletionsodoo/addons/base/ir/ir_qweb.xml
- odoo/addons/base/res/res_country.py 5 additions, 0 deletionsodoo/addons/base/res/res_country.py
- odoo/addons/base/res/res_country_data.xml 2 additions, 0 deletionsodoo/addons/base/res/res_country_data.xml
- odoo/addons/base/res/res_country_view.xml 1 addition, 0 deletionsodoo/addons/base/res/res_country_view.xml
Loading
Please register or sign in to comment