Skip to content

Commit

Permalink
Merge tag 'data_pagamento_obrigatorio_holerite_normal' into develop
Browse files Browse the repository at this point in the history
   data_pagamento_obrigatorio_holerite_normal
  • Loading branch information
lfdivino committed Apr 26, 2019
2 parents aaffae7 + 0bdaa63 commit 35739df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_br_hr_payroll/views/hr_payslip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<field name="struct_id"
attrs="{'readonly': [('tipo_de_folha', '!=', 'rescisao')]}"
domain="[('tipo_estrutura', '=', tipo_de_folha)]" />
<field name="data_pagamento_competencia" attrs="{'invisible': [('tipo_de_folha', '=', 'rescisao_complementar')], 'required' : ['|', ('tipo_de_folha', 'in', ['ferias', 'rescisao'])]}" />
<field name="data_pagamento_competencia" attrs="{'invisible': [('tipo_de_folha', '=', 'rescisao_complementar')], 'required' : ['|', ('tipo_de_folha', 'in', ['ferias', 'rescisao', 'normal'])]}" />
<field name="eh_mes_comercial" groups="base.group_hr_user" />
</field>
<xpath expr="//div[@class='oe_title']" position="replace">
Expand Down

0 comments on commit 35739df

Please sign in to comment.