Skip to content

Commit 94afce6

Browse files
committed
Revert "[IMP] l10n_br_fiscal: CSRT"
This reverts commit baa6330.
1 parent 2b87211 commit 94afce6

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

l10n_br_fiscal/models/res_partner.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -72,21 +72,6 @@ def _default_fiscal_profile_id(self, is_company=False):
7272
tracking=True,
7373
)
7474

75-
is_technical_support = fields.Boolean(
76-
string="Is technical support?",
77-
tracking=True,
78-
)
79-
80-
idCSRT = fields.Char(
81-
string="ID CSRT",
82-
tracking=True,
83-
)
84-
85-
hashCSRT = fields.Char(
86-
string="Hash CSRT",
87-
tracking=True,
88-
)
89-
9075
cnpj_cpf = fields.Char(
9176
tracking=True,
9277
)

l10n_br_fiscal/views/res_partner_view.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,6 @@
3636
<field name="is_anonymous_consumer" />
3737
</group>
3838
</group>
39-
<field name="rntrc_code" position="after">
40-
<field name="is_technical_support" />
41-
<field
42-
name="idCSRT"
43-
attrs="{'invisible': [('is_technical_support','!=', True)]}"
44-
/>
45-
<field
46-
name="hashCSRT"
47-
attrs="{'invisible': [('is_technical_support','!=', True)]}"
48-
/>
49-
</field>
5039
</field>
5140
</record>
5241

0 commit comments

Comments
 (0)