diff --git a/README.md b/README.md index 331a419ffc..dfe4a07136 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ addon | version | maintainers | summary | price [deltatech_fleet](deltatech_fleet/) | 16.0.1.0.0 | [![dhongu](https://github.com/dhongu.png?size=30px)](https://github.com/dhongu) | Vehicle, route, map sheet | Free [deltatech_fleet_geo](deltatech_fleet_geo/) | 16.0.1.0.0 | [![dhongu](https://github.com/dhongu.png?size=30px)](https://github.com/dhongu) | Fleet Geographical Information | Free [deltatech_followup](deltatech_followup/) | 16.0.0.0.5 | | Simple invoice followup, with automatic e-mails | Free +[deltatech_gln](deltatech_gln/) | 16.0.1.0.0 | [![dhongu](https://github.com/dhongu.png?size=30px)](https://github.com/dhongu) | Partner Global Location Number | Free [deltatech_invoice_color](deltatech_invoice_color/) | 16.0.0.0.1 | [![VoicuStefan2001](https://github.com/VoicuStefan2001.png?size=30px)](https://github.com/VoicuStefan2001) | Colors Invoice Lines | Free [deltatech_invoice_delivery](deltatech_invoice_delivery/) | 16.0.1.0.0 | [![dhongu](https://github.com/dhongu.png?size=30px)](https://github.com/dhongu) | Create delivery form invoice | Free [deltatech_invoice_number](deltatech_invoice_number/) | 16.0.1.0.0 | [![dhongu](https://github.com/dhongu.png?size=30px)](https://github.com/dhongu) | Renumbering invoice | Free diff --git a/deltatech_gln/README.rst b/deltatech_gln/README.rst new file mode 100644 index 0000000000..adb4e0fac9 --- /dev/null +++ b/deltatech_gln/README.rst @@ -0,0 +1,63 @@ +====================== +Deltatech Partner GLN +====================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:913356ad3e92630bdef8905b6ddf9ae30990386f45ba3586599175877b6a2f60 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png + :target: https://odoo-community.org/page/development-status + :alt: Mature +.. |badge2| image:: https://img.shields.io/badge/licence-OPL--1-blue.png + :target: https://www.odoo.com/documentation/master/legal/licenses.html + :alt: License: OPL-1 +.. |badge3| image:: https://img.shields.io/badge/github-dhongu%2Fdeltatech-lightgray.png?logo=github + :target: https://github.com/dhongu/deltatech/tree/16.0/deltatech_gln + :alt: dhongu/deltatech + +|badge1| |badge2| |badge3| + +Features: + - This module adds field for GLN (Global Location Number) in partner form. + +**Table of contents** + +.. contents:: + :local: + +Bug Tracker +=========== + +Bugs are tracked on `Terrabit Issues `_. +In case of trouble, please check there if your issue has already been reported. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Terrabit +* Dorin Hongu + +Maintainers +~~~~~~~~~~~ + +.. |maintainer-dhongu| image:: https://github.com/dhongu.png?size=40px + :target: https://github.com/dhongu + :alt: dhongu + +Current maintainer: + +|maintainer-dhongu| + +This module is part of the `dhongu/deltatech `_ project on GitHub. + +You are welcome to contribute. diff --git a/deltatech_gln/__init__.py b/deltatech_gln/__init__.py new file mode 100644 index 0000000000..730ba3a946 --- /dev/null +++ b/deltatech_gln/__init__.py @@ -0,0 +1,6 @@ +# © 2008-2021 Deltatech +# Dorin Hongu + + + + +Deltatech Partner GLN + + + +
+

Deltatech Partner GLN

+ + +

Mature License: OPL-1 dhongu/deltatech

+
+
Features:
+
    +
  • This module adds field for GLN (Global Location Number) in partner form.
  • +
+
+
+

Table of contents

+ +
+

Bug Tracker

+

Bugs are tracked on Terrabit Issues. +In case of trouble, please check there if your issue has already been reported.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Terrabit
  • +
  • Dorin Hongu
  • +
+
+
+

Maintainers

+

Current maintainer:

+

dhongu

+

This module is part of the dhongu/deltatech project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/deltatech_gln/static/description/logo-terrabit.png b/deltatech_gln/static/description/logo-terrabit.png new file mode 100644 index 0000000000..adb2407a91 Binary files /dev/null and b/deltatech_gln/static/description/logo-terrabit.png differ diff --git a/deltatech_gln/static/description/main_screenshot.png b/deltatech_gln/static/description/main_screenshot.png new file mode 100644 index 0000000000..4513ca1d39 Binary files /dev/null and b/deltatech_gln/static/description/main_screenshot.png differ diff --git a/deltatech_gln/views/res_partner_view.xml b/deltatech_gln/views/res_partner_view.xml new file mode 100644 index 0000000000..d213f819e0 --- /dev/null +++ b/deltatech_gln/views/res_partner_view.xml @@ -0,0 +1,33 @@ + + + + + res.partner.form + res.partner + form + 99 + + + + + + + + + + + + + + res.partner.simplified.form + res.partner + + + + + + + + + + diff --git a/setup/deltatech_gln/odoo/addons/deltatech_gln b/setup/deltatech_gln/odoo/addons/deltatech_gln new file mode 120000 index 0000000000..431dd84407 --- /dev/null +++ b/setup/deltatech_gln/odoo/addons/deltatech_gln @@ -0,0 +1 @@ +../../../../deltatech_gln \ No newline at end of file diff --git a/setup/deltatech_gln/setup.py b/setup/deltatech_gln/setup.py new file mode 100644 index 0000000000..5211344218 --- /dev/null +++ b/setup/deltatech_gln/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon={'odoo_version_override': '16.0'}, +)