Skip to content

Commit

Permalink
[MIG] l10n_nl_dutch_company_type
Browse files Browse the repository at this point in the history
  • Loading branch information
lfreeke committed Mar 13, 2019
1 parent 3ff44be commit 7c85e0e
Show file tree
Hide file tree
Showing 8 changed files with 508 additions and 34 deletions.
77 changes: 49 additions & 28 deletions l10n_nl_dutch_company_type/README.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,45 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3

==========================
l10n_nl_dutch_company_type
==========================

This module was written to extend the functionality of Dutch company type.
The module depends on partner_company_type
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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/licence-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%2Fl10n--netherlands-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-netherlands/tree/11.0/l10n_nl_dutch_company_type
:alt: OCA/l10n-netherlands
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/l10n-netherlands-11-0/l10n-netherlands-11-0-l10n_nl_dutch_company_type
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/176/11.0
:alt: Try me on Runbot

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

This module adds the dutch company types.

**Table of contents**

.. contents::
:local:

The company types are based on this list: https://business.gov.nl/starting-your-business/choosing-a-legal-structure/legal-forms-of-business/
Installation
============

To install this module, you need to:

#. Click on install to install the module.


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

Expand All @@ -27,48 +50,46 @@ To configure this module, you need to:
#. You can add or delete the company types if necessary.


.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/176/10.0


Known issues / Roadmap
======================
.. figure:: path/to/local/image.png
:alt: alternative description
:width: 600 px

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

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/l10n-netherlands/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smashing it by providing a detailed and welcomed feedback.
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-netherlands/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/l10n-netherlands/issues/new?body=module:%20l10n_nl_dutch_company_type%0Aversion:%2011.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
=======

Images
------
Authors
~~~~~~~

* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
* Therp BV

Contributors
------------
~~~~~~~~~~~~

* lfreeke <lfreeke@therp.nl>

Do not contact contributors directly about help with questions or problems concerning this addon, but use the `community mailing list <mailto:community@mail.odoo.com>`_ or the `appropriate specialized mailinglist <https://odoo-community.org/groups>`_ for help, and the bug tracker linked in `Bug Tracker`_ above for technical issues.
Maintainers
~~~~~~~~~~~

Maintainer
----------
This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

This module is maintained by the OCA.

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.

To contribute to this module, please visit https://odoo-community.org.
This module is part of the `OCA/l10n-netherlands <https://github.com/OCA/l10n-netherlands/tree/11.0/l10n_nl_dutch_company_type>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 0 additions & 3 deletions l10n_nl_dutch_company_type/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
# -*- coding: utf-8 -*-
# Copyright 2018 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
6 changes: 3 additions & 3 deletions l10n_nl_dutch_company_type/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# -*- coding: utf-8 -*-
# Copyright 2018 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "l10n_nl_dutch_company_type",
"version": "10.0.1.0.0",
"version": "11.0.1.0.0",
"author": "Therp BV, Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Dutch localization",
"summary": "Adds the Dutch company types",
"website": "https://github.com/OCA/l10n-netherlands",
"depends": [
'partner_company_type',
],
Expand Down
10 changes: 10 additions & 0 deletions l10n_nl_dutch_company_type/readme/CONFIGURE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
To configure this module, you need to:

#. You have to be in debug mode.
#. Go to sales menu -> Configuration -> Contacts -> Company Types.
#. You can add or delete the company types if necessary.


.. figure:: path/to/local/image.png
:alt: alternative description
:width: 600 px
1 change: 1 addition & 0 deletions l10n_nl_dutch_company_type/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* lfreeke <lfreeke@therp.nl>
1 change: 1 addition & 0 deletions l10n_nl_dutch_company_type/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This module adds the dutch company types.
4 changes: 4 additions & 0 deletions l10n_nl_dutch_company_type/readme/INSTALL.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
To install this module, you need to:

#. Click on install to install the module.

Loading

0 comments on commit 7c85e0e

Please sign in to comment.