Skip to content

Commit

Permalink
[8.0.1.0.1] hr_payslip_batch_to_payment_order
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed May 25, 2019
1 parent 739e7da commit 432c3f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hr_payslip_batch_to_payment_order/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# pylint: disable=locally-disabled, manifest-required-author
{
"name": "Payslip Batch To Payment Order",
"version": "8.0.1.0.0",
"version": "8.0.1.0.1",
"category": "Human Resource",
"website": "https://opensynergy-indonesia.com",
"author": "OpenSynergy Indonesia",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
<field name="arch" type="xml">
<form>
<group name="group_1" colspan="4" col="2">
<field name="payslip_batch_id"/>
<field name="payslip_batch_id" invisible="1"/>
<field name="payment_mode_id"/>
<field name="date_prefered"/>
<field name="date_scheduled"/>
<field name="date_scheduled"
attrs="{'invisible':[('date_prefered','!=','fixed')], 'required':[('date_prefered','=','fixed')]}"/>
</group>
<group name="group_2" colspan="4" col="2" string="Allowed Move Lines" invisible="1">
<field name="allowed_move_line_ids" nolabel="1"/>
Expand Down

0 comments on commit 432c3f8

Please sign in to comment.