Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Feb 22, 2024
1 parent 6c799fa commit 6b9ecff
Show file tree
Hide file tree
Showing 6 changed files with 510 additions and 23 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ addon | version | maintainers | summary
[companyweb_payment_info](companyweb_payment_info/) | 16.0.1.0.4 | [![xavier-bouquiaux](https://github.com/xavier-bouquiaux.png?size=30px)](https://github.com/xavier-bouquiaux) | Send your customer payment information to Companyweb
[l10n_be_antibiotic_tax](l10n_be_antibiotic_tax/) | 16.0.1.0.1 | | Data module to support antibiotics taxes
[l10n_be_bpost_address_autocomplete](l10n_be_bpost_address_autocomplete/) | 16.0.1.0.0 | | Bpost address autocomplete
[l10n_be_eco_tax](l10n_be_eco_tax/) | 16.0.1.0.1 | | Data module to support BEBAT and RECUPEL taxes
[l10n_be_mis_reports](l10n_be_mis_reports/) | 16.0.1.0.1 | | MIS Builder templates for the Belgium P&L, Balance Sheets and VAT Declaration
[l10n_be_mis_reports_xml](l10n_be_mis_reports_xml/) | 16.0.1.0.0 | | Exports MIS Builder templates VAT Declaration as XML to load on the administration websites.
[l10n_be_partner_identification](l10n_be_partner_identification/) | 16.0.1.0.0 | | Belgium Partner Identification Numbers
Expand Down
71 changes: 50 additions & 21 deletions l10n_be_eco_tax/README.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,41 @@
.. 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

=================
Belgium ECO Taxes
Belgium Eco Taxes
=================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:387053f17f2dd7c7e0e72f6f7c1be8ed92904207690c83f633b655a8292cc2ed
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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--belgium-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-belgium/tree/16.0/l10n_be_eco_tax
:alt: OCA/l10n-belgium
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/l10n-belgium-16-0/l10n-belgium-16-0-l10n_be_eco_tax
: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/l10n-belgium&target_branch=16.0
:alt: Try me on Runboat

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

This is a data module which extends the l10n_be chart of taxes
to support BEBAT and RECUPEL.

**Table of contents**

.. contents::
:local:

Installation
============

Expand Down Expand Up @@ -46,44 +73,46 @@ For further information, please visit:

* https://www.odoo.com/forum/help-1

Known issues / Roadmap
======================

* N/A

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-belgium/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.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/l10n-belgium/issues/new?body=module:%20l10n_be_eco_tax%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
=======

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

* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
* ACSONE SA/NV
* BCIM sprl
* Okia

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

* Adrien Peiffer <[email protected]>
* Jacques-Etienne Baudoux <[email protected]>
* Denis Roussel <[email protected]>

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 http://odoo-community.org.
This module is part of the `OCA/l10n-belgium <https://github.com/OCA/l10n-belgium/tree/16.0/l10n_be_eco_tax>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 1 addition & 1 deletion l10n_be_eco_tax/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Belgium Eco Taxes",
"summary": "Data module to support BEBAT and RECUPEL taxes",
"version": "16.0.1.0.0",
"version": "16.0.1.0.1",
"author": "ACSONE SA/NV, BCIM sprl, Okia, Odoo Community Association (OCA)",
"category": "Generic Modules/Accounting",
"website": "https://github.com/OCA/l10n-belgium",
Expand Down
Loading

0 comments on commit 6b9ecff

Please sign in to comment.