Skip to content

Commit

Permalink
[IMP] l10n_br_nfe: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalyi committed Jul 24, 2024
1 parent 612ea4a commit 5c11e79
Show file tree
Hide file tree
Showing 122 changed files with 26,542 additions and 8 deletions.
433 changes: 433 additions & 0 deletions l10n_br_fiscal_dfe/static/description/index.html.orig

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions l10n_br_nfe/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ NF-e
: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--brazil-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-brazil/tree/14.0/l10n_br_nfe
:target: https://github.com/OCA/l10n-brazil/tree/16.0/l10n_br_nfe
:alt: OCA/l10n-brazil
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/l10n-brazil-14-0/l10n-brazil-14-0-l10n_br_nfe
:target: https://translation.odoo-community.org/projects/l10n-brazil-16-0/l10n-brazil-16-0-l10n_br_nfe
: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-brazil&target_branch=14.0
:target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-brazil&target_branch=16.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|
Expand Down Expand Up @@ -58,7 +58,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-brazil/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/l10n-brazil/issues/new?body=module:%20l10n_br_nfe%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/l10n-brazil/issues/new?body=module:%20l10n_br_nfe%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.

Expand Down Expand Up @@ -118,6 +118,6 @@ Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-rvalyi| |maintainer-renatonlima|

This module is part of the `OCA/l10n-brazil <https://github.com/OCA/l10n-brazil/tree/14.0/l10n_br_nfe>`_ project on GitHub.
This module is part of the `OCA/l10n-brazil <https://github.com/OCA/l10n-brazil/tree/16.0/l10n_br_nfe>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
67 changes: 67 additions & 0 deletions l10n_br_nfe/__manifest__.py.orig
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# Copyright (C) 2019 Renato Lima - Akretion
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html


{
"name": "NF-e",
"summary": "Brazilian Eletronic Invoice NF-e",
"category": "Localisation",
"license": "AGPL-3",
"author": "Akretion," "KMEE," "Odoo Community Association (OCA)",
"maintainers": ["rvalyi", "renatonlima"],
"website": "https://github.com/OCA/l10n-brazil",
"development_status": "Beta",
<<<<<<< HEAD
"version": "14.0.14.3.1",
=======
"version": "15.0.1.0.0",
>>>>>>> 81be3ab51f ([MIG] l10n_br_nfe: Migration to 15.0)
"depends": [
"l10n_br_fiscal",
"l10n_br_fiscal_certificate",
"l10n_br_nfe_spec",
"spec_driven_model",
"l10n_br_fiscal_dfe",
],
"data": [
# Data
"data/ir_config_parameter.xml",
# Security
"security/nfe_security.xml",
"security/ir.model.access.csv",
# Views
"views/res_company_view.xml",
"views/nfe_document_view.xml",
"views/res_config_settings_view.xml",
"views/mde/mde_views.xml",
"views/dfe/dfe_views.xml",
"views/supplier_info_view.xml",
# Report
"report/reports.xml",
"report/danfe_nfce.xml",
# Wizards
"wizards/import_document.xml",
# Actions,
"views/nfe_action.xml",
# Menus
"views/nfe_menu.xml",
],
"demo": [
"demo/res_users_demo.xml",
"demo/fiscal_document_demo.xml",
"demo/company_demo.xml",
],
"post_init_hook": "post_init_hook",
"installable": True,
"auto_install": False,
"external_dependencies": {
"python": [
"nfelib>=2.0.0",
"erpbrasil.assinatura>=1.7.0",
"erpbrasil.transmissao>=1.1.0",
"erpbrasil.edoc>=2.5.2",
"erpbrasil.edoc.pdf",
"erpbrasil.base>=2.3.0",
],
},
}
Loading

0 comments on commit 5c11e79

Please sign in to comment.