Skip to content

Commit

Permalink
Remove campo vagao duplicado da view
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaribeiro committed Aug 30, 2017
1 parent 2391fec commit 9a5c4bd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion br_account_einvoice/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# © 2016 Danimar Ribeiro <danimaribeiro@gmail.com>, Trustcode
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
{ # pylint: disable=C8101,C8103
'name': 'Account E-Invoice',
'summary': """Base Module for the Brazilian Invoice Eletronic""",
'description': """Base Module for the Brazilian Invoice Eletronic""",
Expand Down
2 changes: 1 addition & 1 deletion br_nfe/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# © 2016 Danimar Ribeiro <danimaribeiro@gmail.com>, Trustcode
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
{ # pylint: disable=C8101,C8103
'name': 'Envio de NF-e',
'summary': """Permite o envio de NF-e através das faturas do Odoo
Mantido por Trustcode""",
Expand Down
1 change: 1 addition & 0 deletions br_nfe/tests/test_inutilizacao.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def setUp(self):
))

def tearDown(self):
super(TestInutilizacao, self).tearDown()
inutilized = self.env['invoice.eletronic.inutilized'].search([])
for number in inutilized:
self.env['invoice.eletronic.inutilized'].update([
Expand Down
2 changes: 1 addition & 1 deletion br_nfe/views/br_nfe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<field name="uf_veiculo"/>
<field name="rntc"/>
<field name="vagao"/>
<field name="vagao"/>
<field name="balsa"/>
</tree>
</field>
</record>
Expand Down
5 changes: 5 additions & 0 deletions cfg/travis_run_pylint_pr.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Used to check enabled messages on this file just in modules
# changed in a pull request of the project.
# The result affect your build status.

disable=manifest-required-author,

0 comments on commit 9a5c4bd

Please sign in to comment.