Skip to content

Commit

Permalink
[IMP] l10n_br_account: set fo_manifesto to create_account_move is false
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsavegnago committed Dec 9, 2024
1 parent 7270481 commit eb72e1f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions l10n_br_account/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
# data
"data/account_tax_group.xml",
"data/account_tax_template.xml",
"data/fiscal_operation.xml",
# Views
"views/account_tax_view.xml",
"views/account_tax_template_view.xml",
Expand Down
9 changes: 9 additions & 0 deletions l10n_br_account/data/fiscal_operation.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">


<record id="l10n_br_fiscal.fo_manifesto" model="l10n_br_fiscal.operation">
<field name="create_account_move">False</field>
</record>

</odoo>

0 comments on commit eb72e1f

Please sign in to comment.