Skip to content

Commit

Permalink
[IMP] payroll_sage: not all transfer payrolls are imported because of…
Browse files Browse the repository at this point in the history
… different FechaCobro

Make payment_date field not required
  • Loading branch information
eantones committed Aug 9, 2023
1 parent 35afc70 commit 487b8aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion payroll_sage/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
{
"name": "Sage Payroll",
"version": "14.0.1.0.2",
"version": "14.0.1.0.3",
"author": "NuoBiT Solutions, S.L., Eric Antones",
"license": "AGPL-3",
"category": "Human Resources",
Expand Down
2 changes: 1 addition & 1 deletion payroll_sage/views/payslip_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<field
name="payment_date"
colspan="2"
attrs="{'invisible': [('type', '!=', 'transfer')], 'required': [('type', '=', 'transfer')], 'readonly': [('state', '!=', 'draft')]}"
attrs="{'invisible': [('type', '!=', 'transfer')], 'readonly': [('state', '!=', 'draft')]}"
/>
</group>
<group col="4">
Expand Down

0 comments on commit 487b8aa

Please sign in to comment.