|
| 1 | +=========================== |
| 2 | +Partner last name uppercase |
| 3 | +=========================== |
| 4 | + |
| 5 | +.. |
| 6 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 7 | + !! This file is generated by oca-gen-addon-readme !! |
| 8 | + !! changes will be overwritten. !! |
| 9 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 10 | + !! source digest: sha256:b30b0374ba032241d8111edb60ee7f23590c842bf9a13b4c1595456b4006831f |
| 11 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 12 | +
|
| 13 | +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png |
| 14 | + :target: https://odoo-community.org/page/development-status |
| 15 | + :alt: Beta |
| 16 | +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png |
| 17 | + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html |
| 18 | + :alt: License: AGPL-3 |
| 19 | +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github |
| 20 | + :target: https://github.com/OCA/partner-contact/tree/16.0/partner_lastname_uppercase |
| 21 | + :alt: OCA/partner-contact |
| 22 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 23 | + :target: https://translation.odoo-community.org/projects/partner-contact-16-0/partner-contact-16-0-partner_lastname_uppercase |
| 24 | + :alt: Translate me on Weblate |
| 25 | +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png |
| 26 | + :target: https://runboat.odoo-community.org/builds?repo=OCA/partner-contact&target_branch=16.0 |
| 27 | + :alt: Try me on Runboat |
| 28 | + |
| 29 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 30 | + |
| 31 | +This module uppercases last names on create and write. |
| 32 | + |
| 33 | +This module uses python `upper` function. This function uses the default |
| 34 | +unicode case folding*. This works for many languages, but not for all, like |
| 35 | +turkish where ı/I i/İ pairs work differently (see cpython issue |
| 36 | +`17252 <https://bugs.python.org/issue17252>`_). |
| 37 | + |
| 38 | +\* The uppercasing algorithm used is described in section 3.13 |
| 39 | +‘Default Case Folding’ of the |
| 40 | +`Unicode Standard <https://www.unicode.org/versions/Unicode15.0.0/ch03.pdf>`_. |
| 41 | + |
| 42 | +**Table of contents** |
| 43 | + |
| 44 | +.. contents:: |
| 45 | + :local: |
| 46 | + |
| 47 | +Usage |
| 48 | +===== |
| 49 | + |
| 50 | +A server action (Uppercase all lastnames) is provided to initialize the data. |
| 51 | +To launch it : |
| 52 | + |
| 53 | +- activate debug mode |
| 54 | +- find the action in Technical > Server Actions |
| 55 | +- click "add contextual action" |
| 56 | +- on any partner, from the action menu, run "Uppercase all lastnames" |
| 57 | +- return to the server action |
| 58 | +- click "remove the contextual action" |
| 59 | + |
| 60 | +Note : this operation is not reversible. |
| 61 | + |
| 62 | +Bug Tracker |
| 63 | +=========== |
| 64 | + |
| 65 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/partner-contact/issues>`_. |
| 66 | +In case of trouble, please check there if your issue has already been reported. |
| 67 | +If you spotted it first, help us to smash it by providing a detailed and welcomed |
| 68 | +`feedback <https://github.com/OCA/partner-contact/issues/new?body=module:%20partner_lastname_uppercase%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 69 | + |
| 70 | +Do not contact contributors directly about support or help with technical issues. |
| 71 | + |
| 72 | +Credits |
| 73 | +======= |
| 74 | + |
| 75 | +Authors |
| 76 | +~~~~~~~ |
| 77 | + |
| 78 | +* Coop IT Easy SC |
| 79 | + |
| 80 | +Contributors |
| 81 | +~~~~~~~~~~~~ |
| 82 | + |
| 83 | +* `Coop IT Easy SC <https://coopiteasy.be>`_: |
| 84 | + |
| 85 | + * Robin Keunen |
| 86 | + |
| 87 | +Maintainers |
| 88 | +~~~~~~~~~~~ |
| 89 | + |
| 90 | +This module is maintained by the OCA. |
| 91 | + |
| 92 | +.. image:: https://odoo-community.org/logo.png |
| 93 | + :alt: Odoo Community Association |
| 94 | + :target: https://odoo-community.org |
| 95 | + |
| 96 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 97 | +mission is to support the collaborative development of Odoo features and |
| 98 | +promote its widespread use. |
| 99 | + |
| 100 | +This module is part of the `OCA/partner-contact <https://github.com/OCA/partner-contact/tree/16.0/partner_lastname_uppercase>`_ project on GitHub. |
| 101 | + |
| 102 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments