Skip to content

Commit 55a9bd3

Browse files
committed
Merge PR #4401 into 17.0
Signed-off-by antoniospneto
2 parents 244cd1c + 5859f83 commit 55a9bd3

23 files changed

+2333
-0
lines changed

l10n_br_fiscal_closing/README.rst

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
============================
2+
Fechamento fiscal do período
3+
============================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:e6ee608acf884241f9452af9f8ddfecfdc18d3ead1df51d6e3db215bc2809056
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--brazil-lightgray.png?logo=github
20+
:target: https://github.com/OCA/l10n-brazil/tree/17.0/l10n_br_fiscal_closing
21+
:alt: OCA/l10n-brazil
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/l10n-brazil-17-0/l10n-brazil-17-0-l10n_br_fiscal_closing
24+
:alt: Translate me on Weblate
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-brazil&target_branch=17.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
Este módulo permite a exportação dos documentos fiscais por período.
32+
33+
**Table of contents**
34+
35+
.. contents::
36+
:local:
37+
38+
Installation
39+
============
40+
41+
42+
43+
Configuration
44+
=============
45+
46+
47+
48+
Usage
49+
=====
50+
51+
Abra o menu Fiscal>Contador>Fechamento Fiscal e defina as exportações de
52+
documentos fiscais por período.
53+
54+
Obs. No caso de documentos emitidos pelos parceiros, os arquivos
55+
exportados serão aqueles que estão como anexo do documento fiscal.
56+
57+
Known issues / Roadmap
58+
======================
59+
60+
61+
62+
Changelog
63+
=========
64+
65+
66+
67+
Bug Tracker
68+
===========
69+
70+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-brazil/issues>`_.
71+
In case of trouble, please check there if your issue has already been reported.
72+
If you spotted it first, help us to smash it by providing a detailed and welcomed
73+
`feedback <https://github.com/OCA/l10n-brazil/issues/new?body=module:%20l10n_br_fiscal_closing%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
74+
75+
Do not contact contributors directly about support or help with technical issues.
76+
77+
Credits
78+
=======
79+
80+
Authors
81+
-------
82+
83+
* KMEE
84+
85+
Contributors
86+
------------
87+
88+
- `KMEE <https://www.kmee.com.br>`__:
89+
90+
- Luis Felipe Mileo <mileo@kmee.com.br>
91+
- Luis Otavio Malta Conceição <luis.malta@kmee.com.br>
92+
93+
- `Akretion <https://www.akretion.com/pt-BR>`__:
94+
95+
- Renato Lima <renato.lima@akretion.com.br>
96+
97+
- `Escodoo <https://www.escodoo.com.br>`__:
98+
99+
- Marcel Savegnago <marcel.savegnago@escodoo.com.br>
100+
101+
Other credits
102+
-------------
103+
104+
105+
106+
Maintainers
107+
-----------
108+
109+
This module is maintained by the OCA.
110+
111+
.. image:: https://odoo-community.org/logo.png
112+
:alt: Odoo Community Association
113+
:target: https://odoo-community.org
114+
115+
OCA, or the Odoo Community Association, is a nonprofit organization whose
116+
mission is to support the collaborative development of Odoo features and
117+
promote its widespread use.
118+
119+
This module is part of the `OCA/l10n-brazil <https://github.com/OCA/l10n-brazil/tree/17.0/l10n_br_fiscal_closing>`_ project on GitHub.
120+
121+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

l10n_br_fiscal_closing/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import models
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright 2019 KMEE
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3+
4+
{
5+
"name": "Fechamento fiscal do período",
6+
"summary": "Period fiscal closing",
7+
"version": "17.0.1.0.0",
8+
"license": "AGPL-3",
9+
"author": "KMEE,Odoo Community Association (OCA)",
10+
"website": "https://github.com/OCA/l10n-brazil",
11+
"depends": [
12+
"l10n_br_fiscal_edi",
13+
],
14+
"data": [
15+
"security/ir.model.access.csv",
16+
"views/closing.xml",
17+
],
18+
"external_dependencies": {
19+
"python": [
20+
"erpbrasil.base",
21+
]
22+
},
23+
}

0 commit comments

Comments
 (0)