|
| 1 | +===================================== |
| 2 | +Excel Import/Export/Report: Unidecode |
| 3 | +===================================== |
| 4 | + |
| 5 | +.. |
| 6 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 7 | + !! This file is generated by oca-gen-addon-readme !! |
| 8 | + !! changes will be overwritten. !! |
| 9 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 10 | + !! source digest: sha256:19cee33fc5782509b54e57e83d3cf30711505b3c47cb9d34801082b213a3f6d2 |
| 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%2Fserver--tools-lightgray.png?logo=github |
| 20 | + :target: https://github.com/OCA/server-tools/tree/16.0/excel_import_export_unidecode |
| 21 | + :alt: OCA/server-tools |
| 22 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 23 | + :target: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export_unidecode |
| 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/server-tools&target_branch=16.0 |
| 27 | + :alt: Try me on Runboat |
| 28 | + |
| 29 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 30 | + |
| 31 | +This module adds the extra unidecode option to be applied to the exported data. Example: e.g. ESPAÑA to ESPANA or forçut to forcut. |
| 32 | + |
| 33 | +**Table of contents** |
| 34 | + |
| 35 | +.. contents:: |
| 36 | + :local: |
| 37 | + |
| 38 | +Installation |
| 39 | +============ |
| 40 | + |
| 41 | +To install this module, you need to install following python library, **unidecode**. |
| 42 | + |
| 43 | +Usage |
| 44 | +===== |
| 45 | + |
| 46 | +To apply unidecode just check the Unidecode field for the data where you want to apply it in the Excel template. |
| 47 | +If you are defining the template you only have to specify @?unidecode? e.g. 'A2': 'picking_id.export_reference${value or ""}@?unidecode?' |
| 48 | + |
| 49 | +Bug Tracker |
| 50 | +=========== |
| 51 | + |
| 52 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_. |
| 53 | +In case of trouble, please check there if your issue has already been reported. |
| 54 | +If you spotted it first, help us to smash it by providing a detailed and welcomed |
| 55 | +`feedback <https://github.com/OCA/server-tools/issues/new?body=module:%20excel_import_export_unidecode%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 56 | + |
| 57 | +Do not contact contributors directly about support or help with technical issues. |
| 58 | + |
| 59 | +Credits |
| 60 | +======= |
| 61 | + |
| 62 | +Authors |
| 63 | +~~~~~~~ |
| 64 | + |
| 65 | +* FactorLibre |
| 66 | + |
| 67 | +Contributors |
| 68 | +~~~~~~~~~~~~ |
| 69 | + |
| 70 | +* Rodrigo Bonilla. < [email protected]> (https://factorlibre.com/) |
| 71 | + |
| 72 | +Maintainers |
| 73 | +~~~~~~~~~~~ |
| 74 | + |
| 75 | +This module is maintained by the OCA. |
| 76 | + |
| 77 | +.. image:: https://odoo-community.org/logo.png |
| 78 | + :alt: Odoo Community Association |
| 79 | + :target: https://odoo-community.org |
| 80 | + |
| 81 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 82 | +mission is to support the collaborative development of Odoo features and |
| 83 | +promote its widespread use. |
| 84 | + |
| 85 | +This module is part of the `OCA/server-tools <https://github.com/OCA/server-tools/tree/16.0/excel_import_export_unidecode>`_ project on GitHub. |
| 86 | + |
| 87 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments