Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-grap-bot committed Dec 19, 2024
1 parent bd7cbef commit 29e5d36
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ addon | version | maintainers | summary
--- | --- | --- | ---
[fiscal_company_account](fiscal_company_account/) | 16.0.2.1.0 | | Glue Module between CAE and Account modules
[fiscal_company_account_fiscal_year](fiscal_company_account_fiscal_year/) | 16.0.2.0.0 | | Glue Module between CAE and Account Fiscal year module
[fiscal_company_base](fiscal_company_base/) | 16.0.2.0.0 | | Manage CAE (Cooperatives of Activities and Employment)
[fiscal_company_base](fiscal_company_base/) | 16.0.2.1.0 | | Manage CAE (Cooperatives of Activities and Employment)
[fiscal_company_l10n_fr_siret](fiscal_company_l10n_fr_siret/) | 16.0.1.2.0 | | Glue Module between CAE and L10 French SIRET modules
[fiscal_company_point_of_sale](fiscal_company_point_of_sale/) | 16.0.1.1.0 | | Glue Module between CAE and Point of Sale modules
[fiscal_company_product](fiscal_company_product/) | 16.0.1.0.0 | | Glue Module between CAE and Product modules
[fiscal_company_sale](fiscal_company_sale/) | 16.0.1.1.0 | | Glue Module between CAE and Sale modules
Expand Down
2 changes: 1 addition & 1 deletion fiscal_company_base/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CAE - Base
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:3e33520d55046d4531d68e548d57e5ffe1a4e5af66cc05b3ebcd3f2a28509b28
!! source digest: sha256:d6f45af22c9721645f0177d52de11f33686ca958753ff30d48d882896324d80a
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion fiscal_company_base/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{
"name": "CAE - Base",
"version": "16.0.2.0.0",
"version": "16.0.2.1.0",
"category": "CAE",
"summary": "Manage CAE (Cooperatives of Activities and Employment)",
"author": "GRAP",
Expand Down
63 changes: 63 additions & 0 deletions fiscal_company_l10n_fr_siret/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
=======================
CAE - L10n French SIRET
=======================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:25913bb199d33beded5cfaa43d0319e5eb36a60ffd85457920e624e48fe8aa70
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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-grap%2Fodoo--addons--cae-lightgray.png?logo=github
:target: https://github.com/grap/odoo-addons-cae/tree/16.0/fiscal_company_l10n_fr_siret
:alt: grap/odoo-addons-cae

|badge1| |badge2| |badge3|

This module extend Odoo functionnalities, regarding companies features to
manage CAE (Coopearatives of Activities and Employment) that is a special
status for french companies.

This module is a glue module for the Odoo L10n french SIRET module.

**Features**

* propagate SIREN value from CAE companies on fiscal child companies.

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https://github.com/grap/odoo-addons-cae/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/grap/odoo-addons-cae/issues/new?body=module:%20fiscal_company_l10n_fr_siret%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
~~~~~~~

* GRAP

Maintainers
~~~~~~~~~~~

This module is part of the `grap/odoo-addons-cae <https://github.com/grap/odoo-addons-cae/tree/16.0/fiscal_company_l10n_fr_siret>`_ project on GitHub.

You are welcome to contribute.
2 changes: 1 addition & 1 deletion fiscal_company_l10n_fr_siret/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "CAE - L10n French SIRET",
"version": "16.0.1.1.0",
"version": "16.0.1.2.0",
"category": "CAE",
"summary": "Glue Module between CAE and L10 French SIRET modules",
"author": "GRAP",
Expand Down

0 comments on commit 29e5d36

Please sign in to comment.