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 0594811
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions br_account_einvoice/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl
:alt: License: AGPL-3

==============
Account E-Invoice
==============
2 changes: 1 addition & 1 deletion br_account_einvoice/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'description': """Base Module for the Brazilian Invoice Eletronic""",
'version': '10.0.1.0.0',
'category': 'account',
'author': 'Trustcode',
'author': 'Trustcode, Odoo Community Association (OCA)',
'license': 'AGPL-3',
'website': 'http://www.trustcode.com.br',
'contributors': [
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 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 0594811

Please sign in to comment.