Skip to content

Commit

Permalink
Merge PR OCA#3011 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by mileo
  • Loading branch information
OCA-git-bot committed Apr 11, 2024
2 parents 46d0c28 + 18aecdb commit 503aae2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions l10n_br_fiscal/models/icms_regulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1968,6 +1968,9 @@ def _build_map_tax_def_domain(
domain += [
("state_from_id", "=", company.state_id.id),
("state_to_ids", "=", partner.state_id.id),
("ncm_ids", "=", ncm.id),
("nbm_ids", "=", nbm.id),
("cest_ids", "=", cest.id),
]

return domain
Expand Down
5 changes: 0 additions & 5 deletions l10n_br_fiscal/views/document_fiscal_line_mixin_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -335,11 +335,6 @@
force_save="1"
attrs="{'readonly': [('icmsfcp_tax_id', '!=', False)], 'invisible': [('icms_cst_code', '=', '500')]}"
/>
<field
name="icmsfcpst_value"
force_save="1"
attrs="{'readonly': [('icmsfcp_tax_id', '!=', False)], 'invisible': [('icms_cst_code', 'not in', ('10', '30', '70', '90', '201', '202', '203', '900'))]}"
/>
<field
name="icmsfcp_base_wh"
force_save="1"
Expand Down

0 comments on commit 503aae2

Please sign in to comment.