Skip to content

Commit

Permalink
[TMP] workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalyi committed Apr 12, 2024
1 parent 2d696d6 commit bc9c6f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion l10n_br_delivery_nfe/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"depends": ["l10n_br_nfe", "l10n_br_account", "l10n_br_delivery"],
"data": [
# Views
"views/nfe_document_view.xml"
# "views/nfe_document_view.xml"
],
"installable": True,
"auto_install": True,
Expand Down
6 changes: 3 additions & 3 deletions l10n_br_nfe/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"security/ir.model.access.csv",
# Views
"views/res_company_view.xml",
"views/nfe_document_view.xml",
# "views/nfe_document_view.xml",
"views/res_config_settings_view.xml",
"views/mde/mde_views.xml",
"views/dfe/dfe_views.xml",
Expand All @@ -36,11 +36,11 @@
"report/reports.xml",
"report/danfe_nfce.xml",
# Wizards
"wizards/import_document.xml",
# "wizards/import_document.xml",
# Actions,
"views/nfe_action.xml",
# Menus
"views/nfe_menu.xml",
# "views/nfe_menu.xml",
],
"demo": [
"demo/res_users_demo.xml",
Expand Down
2 changes: 1 addition & 1 deletion l10n_br_nfse/views/document_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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="status_description" position="after">
<field name="state_edoc" position="after">
<field name="edoc_error_message" />
</field>
<group name="document_header_right" position="before">
Expand Down

0 comments on commit bc9c6f2

Please sign in to comment.