|
| 1 | +================================ |
| 2 | +Base - Company Legal Information |
| 3 | +================================ |
| 4 | + |
| 5 | +.. |
| 6 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 7 | + !! This file is generated by oca-gen-addon-readme !! |
| 8 | + !! changes will be overwritten. !! |
| 9 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 10 | + !! source digest: sha256:e353c532a4e020f6139beaabba46a080aa588f8cc34354c7d62c742c568daf8c |
| 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%2Fmulti--company-lightgray.png?logo=github |
| 20 | + :target: https://github.com/OCA/multi-company/tree/16.0/base_company_legal_info |
| 21 | + :alt: OCA/multi-company |
| 22 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 23 | + :target: https://translation.odoo-community.org/projects/multi-company-16-0/multi-company-16-0-base_company_legal_info |
| 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/multi-company&target_branch=16.0 |
| 27 | + :alt: Try me on Runboat |
| 28 | + |
| 29 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 30 | + |
| 31 | +This module adds legal fields on companies : |
| 32 | + |
| 33 | +* ``legal_name`` : Also called 'Official Name' or 'Business Name', used |
| 34 | + in official documents |
| 35 | + |
| 36 | +* ``legal_type`` : to mention the juricial form of the company : |
| 37 | + Ltd ('Limited company' in many countries), |
| 38 | + SARL ('Société Anonyme à Responsabilité Limitée' in France), |
| 39 | + GmbH ('Gesellschaft mit beschränkter Haftung' in germany, Austria), |
| 40 | + etc. |
| 41 | + |
| 42 | +With that design, you can now use the ``name`` field for the Trade name |
| 43 | +of your companies. |
| 44 | + |
| 45 | +**Table of contents** |
| 46 | + |
| 47 | +.. contents:: |
| 48 | + :local: |
| 49 | + |
| 50 | +Configuration |
| 51 | +============= |
| 52 | + |
| 53 | +* go to the company form view and set the new information. |
| 54 | + |
| 55 | +.. figure:: https://raw.githubusercontent.com/OCA/multi-company/16.0/base_company_legal_info/static/description/res_company_form.jpeg |
| 56 | + |
| 57 | +* The new informations are now available in the external Layout |
| 58 | + background used for official reports. (quotation, invoices, etc.) |
| 59 | + |
| 60 | +.. figure:: https://raw.githubusercontent.com/OCA/multi-company/16.0/base_company_legal_info/static/description/report_layout_footer.png |
| 61 | + |
| 62 | +If you create your custom report, you can call the new computed field |
| 63 | +``report_legal_description`` |
| 64 | + |
| 65 | +Bug Tracker |
| 66 | +=========== |
| 67 | + |
| 68 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/multi-company/issues>`_. |
| 69 | +In case of trouble, please check there if your issue has already been reported. |
| 70 | +If you spotted it first, help us to smash it by providing a detailed and welcomed |
| 71 | +`feedback <https://github.com/OCA/multi-company/issues/new?body=module:%20base_company_legal_info%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 72 | + |
| 73 | +Do not contact contributors directly about support or help with technical issues. |
| 74 | + |
| 75 | +Credits |
| 76 | +======= |
| 77 | + |
| 78 | +Authors |
| 79 | +~~~~~~~ |
| 80 | + |
| 81 | +* Akretion |
| 82 | +* GRAP |
| 83 | + |
| 84 | +Contributors |
| 85 | +~~~~~~~~~~~~ |
| 86 | + |
| 87 | +* Alexis DE LATTRE <alexis.delattre@akretion.com> |
| 88 | +* Sylvain LE GAL <https://twitter.com/legalsylvain> |
| 89 | +* Quentin DUPONT <quentin.dupont@grap.coop> |
| 90 | + |
| 91 | +Maintainers |
| 92 | +~~~~~~~~~~~ |
| 93 | + |
| 94 | +This module is maintained by the OCA. |
| 95 | + |
| 96 | +.. image:: https://odoo-community.org/logo.png |
| 97 | + :alt: Odoo Community Association |
| 98 | + :target: https://odoo-community.org |
| 99 | + |
| 100 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 101 | +mission is to support the collaborative development of Odoo features and |
| 102 | +promote its widespread use. |
| 103 | + |
| 104 | +.. |maintainer-legalsylvain| image:: https://github.com/legalsylvain.png?size=40px |
| 105 | + :target: https://github.com/legalsylvain |
| 106 | + :alt: legalsylvain |
| 107 | +.. |maintainer-quentinDupont| image:: https://github.com/quentinDupont.png?size=40px |
| 108 | + :target: https://github.com/quentinDupont |
| 109 | + :alt: quentinDupont |
| 110 | + |
| 111 | +Current `maintainers <https://odoo-community.org/page/maintainer-role>`__: |
| 112 | + |
| 113 | +|maintainer-legalsylvain| |maintainer-quentinDupont| |
| 114 | + |
| 115 | +This module is part of the `OCA/multi-company <https://github.com/OCA/multi-company/tree/16.0/base_company_legal_info>`_ project on GitHub. |
| 116 | + |
| 117 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments