Skip to content

Commit

Permalink
[MIG] eng_fiscal_contact: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CristianoMafraJunior committed Feb 3, 2025
1 parent 6c4740b commit 8040334
Show file tree
Hide file tree
Showing 5 changed files with 488 additions and 2 deletions.
68 changes: 68 additions & 0 deletions eng_fiscal_contact/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
============
Tax Contacts
============

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:1c83b7fdeeb2920292e6b0d430392378df52862e9fd69ef61dc8ca4625e04a4e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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-Engenere%2Fengenere--addons-lightgray.png?logo=github
:target: https://github.com/Engenere/engenere-addons/tree/16.0/eng_fiscal_contact
:alt: Engenere/engenere-addons

|badge1| |badge2| |badge3|

Eng Fiscal Contact
------------------

O módulo permite que os usuários adicionem indivíduos-chave para
questões fiscais, agilizando a comunicação sobre alterações de status de
documentos. Esta adição simplifica o gerenciamento de contatos.

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https://github.com/Engenere/engenere-addons/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/Engenere/engenere-addons/issues/new?body=module:%20eng_fiscal_contact%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
-------

* Engenere

Maintainers
-----------

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

Current maintainer:

|maintainer-cristianomafrajunior|

This module is part of the `Engenere/engenere-addons <https://github.com/Engenere/engenere-addons/tree/16.0/eng_fiscal_contact>`_ project on GitHub.

You are welcome to contribute.
5 changes: 3 additions & 2 deletions eng_fiscal_contact/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
"license": "AGPL-3",
"author": "Engenere",
"maintainers": ["cristianomafrajunior"],
"website": "https://engenere.one",
"version": "14.0.1.0.0",
"website": "https://github.com/Engenere/engenere-addons",
"version": "16.0.1.0.0",
"depends": [
"l10n_br_base",
"contacts",
],
"data": [
"views/res_partner_views.xml",
Expand Down
3 changes: 3 additions & 0 deletions eng_fiscal_contact/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
3 changes: 3 additions & 0 deletions eng_fiscal_contact/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Eng Fiscal Contact

O módulo permite que os usuários adicionem indivíduos-chave para questões fiscais, agilizando a comunicação sobre alterações de status de documentos. Esta adição simplifica o gerenciamento de contatos.
Loading

0 comments on commit 8040334

Please sign in to comment.