Metadata-Version: 2.1
Name: odoo-addon-base_company_legal_info
Version: 16.0.1.0.0.2
Summary: Adds Legal informations on company model
Home-page: https://github.com/OCA/multi-company
Author: Akretion,GRAP,Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: AGPL-3
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 16.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: >=3.10
Requires-Dist: odoo<16.1dev,>=16.0a

.. image:: https://odoo-community.org/readme-banner-image
   :target: https://odoo-community.org/get-involved?utm_source=readme
   :alt: Odoo Community Association

================================
Base - Company Legal Information
================================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:67d857bd3aec35ce736c9a6e07cc1fee89bff64d802bb569c06e4205a9133ad4
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/license-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmulti--company-lightgray.png?logo=github
    :target: https://github.com/OCA/multi-company/tree/16.0/base_company_legal_info
    :alt: OCA/multi-company
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/multi-company-16-0/multi-company-16-0-base_company_legal_info
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
    :target: https://runboat.odoo-community.org/builds?repo=OCA/multi-company&target_branch=16.0
    :alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module adds legal fields on companies :

* ``legal_name`` : Also called 'Official Name' or 'Business Name', used
  in official documents

* ``legal_type`` : to mention the juricial form of the company :
  Ltd ('Limited company' in many countries),
  SARL ('Société Anonyme à Responsabilité Limitée' in France),
  GmbH ('Gesellschaft mit beschränkter Haftung' in germany, Austria),
  etc.

With that design, you can now use the ``name`` field for the Trade name
of your companies.

**Table of contents**

.. contents::
   :local:

Configuration
=============

* go to the company form view and set the new information.

.. figure:: https://raw.githubusercontent.com/OCA/multi-company/16.0/base_company_legal_info/static/description/res_company_form.jpeg

* The new informations are now available in the external Layout
  background used for official reports. (quotation, invoices, etc.)

.. figure:: https://raw.githubusercontent.com/OCA/multi-company/16.0/base_company_legal_info/static/description/report_layout_footer.png

If you create your custom report, you can call the new computed field
``report_legal_description``

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/multi-company/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`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**>`_.

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

Credits
=======

Authors
~~~~~~~

* Akretion
* GRAP

Contributors
~~~~~~~~~~~~

* Alexis DE LATTRE <alexis.delattre@akretion.com>
* Sylvain LE GAL <https://twitter.com/legalsylvain>
* Quentin DUPONT <quentin.dupont@grap.coop>

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.

.. |maintainer-legalsylvain| image:: https://github.com/legalsylvain.png?size=40px
    :target: https://github.com/legalsylvain
    :alt: legalsylvain
.. |maintainer-quentinDupont| image:: https://github.com/quentinDupont.png?size=40px
    :target: https://github.com/quentinDupont
    :alt: quentinDupont

Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-legalsylvain| |maintainer-quentinDupont| 

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.

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