Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] IE/RG UX #1403

Merged
merged 1 commit into from
May 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions l10n_br_base/views/res_partner_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
<div class="oe_edit_only">
<label for="rg" string="RG" attrs="{'invisible': [('is_company','=', True)]}"/>
</div>
<field name="rg" nolabel="1"/>
<field name="rg" nolabel="1" attrs="{'invisible': [('is_company','=', True)]}"/>
<div class="oe_edit_only" name="inscr_est">
<label for="inscr_est" name="inscr_est" string="State Tax Number"/>
</div>
<field colspan="4" name="inscr_est" nolabel="1" placeholder="Nº da Inscrição Estadual, para ISENTO deixe vazio ou escreva 'ISENTO'"/>
<field colspan="4" name="inscr_est" nolabel="1" placeholder="Para ISENTO deixe vazio ou escreva 'ISENTO'"/>
</group>
</xpath>
<page position="after" name="sales_purchases">
Expand Down