Skip to content

Commit

Permalink
[REF] l10n_br_hr: rg -> l10n_br_rg_code
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalyi committed Sep 27, 2024
1 parent 4c699e7 commit 79f8ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n_br_hr/models/hr_employee.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def _default_country(self):
groups="hr.group_hr_user",
)

rg = fields.Char(
l10n_br_rg_code = fields.Char(
string="RG",
store=True,
related="address_home_id.inscr_est",
Expand Down
2 changes: 1 addition & 1 deletion l10n_br_hr/views/hr_employee_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</group>
<group name="identidade" string="Identidade">
<!-- <field name="identity_type_id"/> -->
<field name="rg" string="Number" />
<field name="l10n_br_rg_code" string="Number" />
<field name="organ_exp" />
<field name="rg_emission" />
<field name="identity_validity" />
Expand Down

0 comments on commit 79f8ead

Please sign in to comment.