Skip to content

Commit

Permalink
[REF] Disable document status wizard l10n_br_nfse
Browse files Browse the repository at this point in the history
  • Loading branch information
mileo committed Apr 21, 2021
1 parent 94cd70d commit 4bf2d1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion l10n_br_nfse/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'views/document_line_view.xml',
'views/res_company_view.xml',

'wizards/wizard_document_status.xml',
# 'wizards/wizard_document_status.xml',

'report/danfse.xml',
],
Expand Down
4 changes: 2 additions & 2 deletions l10n_br_nfse/views/document_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<field name="model">l10n_br_fiscal.document</field>
<field name="inherit_id" ref="l10n_br_fiscal.document_form"/>
<field name="arch" type="xml">
<field name="codigo_motivo_situacao" position="after">
<field name="status_description" position="after">
<field name="edoc_error_message"/>
</field>
<field name="state_fiscal" position="before">
Expand All @@ -18,7 +18,7 @@
<field name="operation_nature"/>
<field name="taxation_special_regime"/>
</field>
<field name="protocolo_autorizacao" position="after">
<field name="authorization_protocol" position="after">
<field name="verify_code"/>
</field>
</field>
Expand Down
2 changes: 1 addition & 1 deletion l10n_br_nfse/wizards/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from . import wizard_document_status
# from . import wizard_document_status

0 comments on commit 4bf2d1e

Please sign in to comment.