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 c475481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit c475481

Please sign in to comment.