diff --git a/l10n_jp_address_layout/README.rst b/l10n_jp_address_layout/README.rst new file mode 100644 index 00000000..5f2c15c4 --- /dev/null +++ b/l10n_jp_address_layout/README.rst @@ -0,0 +1,83 @@ +==================== +Japan Address Layout +==================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--japan-lightgray.png?logo=github + :target: https://github.com/OCA/l10n-japan/tree/16.0/l10n_jp_address_layout + :alt: OCA/l10n-japan +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/l10n-japan-16-0/l10n-japan-16-0-l10n_jp_address_layout + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/257/16.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module provides the data to switch the address layout of partner form to be in Japanese style (postal code -> prefecture -> city...). + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +The address layout of the partner form will look as shown in below image. + +.. figure:: https://raw.githubusercontent.com/OCA/l10n-japan/16.0/l10n_jp_address_layout/static/description/japan_address_layout.png + :alt: Address layout + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Quartile Limited + +Contributors +~~~~~~~~~~~~ + +* Tim Lai +* Yoshi Tashiro +* Takuya Sawada + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/l10n-japan `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/l10n_jp_address_layout/__init__.py b/l10n_jp_address_layout/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/l10n_jp_address_layout/__manifest__.py b/l10n_jp_address_layout/__manifest__.py new file mode 100644 index 00000000..da661249 --- /dev/null +++ b/l10n_jp_address_layout/__manifest__.py @@ -0,0 +1,16 @@ +# Copyright 2022 Quartile Limited +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). +{ + "name": "Japan Address Layout", + "version": "16.0.1.0.0", + "depends": ["web"], + "author": "Quartile Limited, " "Odoo Community Association (OCA)", + "license": "LGPL-3", + "website": "https://github.com/OCA/l10n-japan", + "category": "Localization", + "data": [ + "views/res_partner_views.xml", + "data/res_country_data.xml", + ], + "installable": True, +} diff --git a/l10n_jp_address_layout/data/res_country_data.xml b/l10n_jp_address_layout/data/res_country_data.xml new file mode 100644 index 00000000..6ca5f9ee --- /dev/null +++ b/l10n_jp_address_layout/data/res_country_data.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/l10n_jp_address_layout/i18n/ja.po b/l10n_jp_address_layout/i18n/ja.po new file mode 100644 index 00000000..cc4cb923 --- /dev/null +++ b/l10n_jp_address_layout/i18n/ja.po @@ -0,0 +1,57 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_jp_address_layout +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-30 05:40+0000\n" +"PO-Revision-Date: 2019-04-29 08:24+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: l10n_jp_address_layout +#: model_terms:ir.ui.view,arch_db:l10n_jp_address_layout.res_partner_japan_address_form +msgid "(edit)" +msgstr "(編集)" + +#. module: l10n_jp_address_layout +#: model_terms:ir.ui.view,arch_db:l10n_jp_address_layout.res_partner_japan_address_form +msgid "" +msgstr "" + +#. module: l10n_jp_address_layout +#: model_terms:ir.ui.view,arch_db:l10n_jp_address_layout.res_partner_japan_address_form +msgid "City" +msgstr "市区町村" + +#. module: l10n_jp_address_layout +#: model_terms:ir.ui.view,arch_db:l10n_jp_address_layout.res_partner_japan_address_form +msgid "Country" +msgstr "国" + +#. module: l10n_jp_address_layout +#: model_terms:ir.ui.view,arch_db:l10n_jp_address_layout.res_partner_japan_address_form +msgid "State" +msgstr "都道府県/州" + +#. module: l10n_jp_address_layout +#: model_terms:ir.ui.view,arch_db:l10n_jp_address_layout.res_partner_japan_address_form +msgid "Street 2..." +msgstr "町名番地2…" + +#. module: l10n_jp_address_layout +#: model_terms:ir.ui.view,arch_db:l10n_jp_address_layout.res_partner_japan_address_form +msgid "Street..." +msgstr "町名番地…" + +#. module: l10n_jp_address_layout +#: model_terms:ir.ui.view,arch_db:l10n_jp_address_layout.res_partner_japan_address_form +msgid "ZIP" +msgstr "郵便番号" diff --git a/l10n_jp_address_layout/i18n/l10n_jp_address_layout.pot b/l10n_jp_address_layout/i18n/l10n_jp_address_layout.pot new file mode 100644 index 00000000..eb1e4a63 --- /dev/null +++ b/l10n_jp_address_layout/i18n/l10n_jp_address_layout.pot @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_jp_address_layout +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 15.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: l10n_jp_address_layout +#: model_terms:ir.ui.view,arch_db:l10n_jp_address_layout.res_partner_japan_address_form +msgid "(edit)" +msgstr "" + +#. module: l10n_jp_address_layout +#: model_terms:ir.ui.view,arch_db:l10n_jp_address_layout.res_partner_japan_address_form +msgid "" +msgstr "" + +#. module: l10n_jp_address_layout +#: model_terms:ir.ui.view,arch_db:l10n_jp_address_layout.res_partner_japan_address_form +msgid "City" +msgstr "" + +#. module: l10n_jp_address_layout +#: model_terms:ir.ui.view,arch_db:l10n_jp_address_layout.res_partner_japan_address_form +msgid "Country" +msgstr "" + +#. module: l10n_jp_address_layout +#: model_terms:ir.ui.view,arch_db:l10n_jp_address_layout.res_partner_japan_address_form +msgid "State" +msgstr "" + +#. module: l10n_jp_address_layout +#: model_terms:ir.ui.view,arch_db:l10n_jp_address_layout.res_partner_japan_address_form +msgid "Street 2..." +msgstr "" + +#. module: l10n_jp_address_layout +#: model_terms:ir.ui.view,arch_db:l10n_jp_address_layout.res_partner_japan_address_form +msgid "Street..." +msgstr "" + +#. module: l10n_jp_address_layout +#: model_terms:ir.ui.view,arch_db:l10n_jp_address_layout.res_partner_japan_address_form +msgid "ZIP" +msgstr "" diff --git a/l10n_jp_address_layout/readme/CONTRIBUTORS.rst b/l10n_jp_address_layout/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000..8f57d42b --- /dev/null +++ b/l10n_jp_address_layout/readme/CONTRIBUTORS.rst @@ -0,0 +1,3 @@ +* Tim Lai +* Yoshi Tashiro +* Takuya Sawada diff --git a/l10n_jp_address_layout/readme/DESCRIPTION.rst b/l10n_jp_address_layout/readme/DESCRIPTION.rst new file mode 100644 index 00000000..0d435f39 --- /dev/null +++ b/l10n_jp_address_layout/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module provides the data to switch the address layout of partner form to be in Japanese style (postal code -> prefecture -> city...). diff --git a/l10n_jp_address_layout/readme/USAGE.rst b/l10n_jp_address_layout/readme/USAGE.rst new file mode 100644 index 00000000..5481c934 --- /dev/null +++ b/l10n_jp_address_layout/readme/USAGE.rst @@ -0,0 +1,4 @@ +The address layout of the partner form will look as shown in below image. + +.. figure:: ../static/description/japan_address_layout.png + :alt: Address layout diff --git a/l10n_jp_address_layout/static/description/icon.png b/l10n_jp_address_layout/static/description/icon.png new file mode 100644 index 00000000..3a0328b5 Binary files /dev/null and b/l10n_jp_address_layout/static/description/icon.png differ diff --git a/l10n_jp_address_layout/static/description/index.html b/l10n_jp_address_layout/static/description/index.html new file mode 100644 index 00000000..f7fc846a --- /dev/null +++ b/l10n_jp_address_layout/static/description/index.html @@ -0,0 +1,429 @@ + + + + + + +Japan Address Layout + + + +
+

Japan Address Layout

+ + +

Beta License: LGPL-3 OCA/l10n-japan Translate me on Weblate Try me on Runbot

+

This module provides the data to switch the address layout of partner form to be in Japanese style (postal code -> prefecture -> city…).

+

Table of contents

+ +
+

Usage

+

The address layout of the partner form will look as shown in below image.

+
+Address layout +
+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Quartile Limited
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/l10n-japan project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/l10n_jp_address_layout/static/description/japan_address_layout.png b/l10n_jp_address_layout/static/description/japan_address_layout.png new file mode 100644 index 00000000..d055b65d Binary files /dev/null and b/l10n_jp_address_layout/static/description/japan_address_layout.png differ diff --git a/l10n_jp_address_layout/views/res_partner_views.xml b/l10n_jp_address_layout/views/res_partner_views.xml new file mode 100644 index 00000000..8b52546a --- /dev/null +++ b/l10n_jp_address_layout/views/res_partner_views.xml @@ -0,0 +1,68 @@ + + + + res.partner.japan.address.form + res.partner + +
+
+ + +
+
+
+ + +
+
+ + +
+ + + +
+
+
+
+
diff --git a/setup/l10n_jp_address_layout/odoo/addons/l10n_jp_address_layout b/setup/l10n_jp_address_layout/odoo/addons/l10n_jp_address_layout new file mode 120000 index 00000000..546cd6f9 --- /dev/null +++ b/setup/l10n_jp_address_layout/odoo/addons/l10n_jp_address_layout @@ -0,0 +1 @@ +../../../../l10n_jp_address_layout \ No newline at end of file diff --git a/setup/l10n_jp_address_layout/setup.py b/setup/l10n_jp_address_layout/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/l10n_jp_address_layout/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)