Skip to content

Commit

Permalink
[8.0.1.0.2] hr_payslip_batch_to_payment_order
Browse files Browse the repository at this point in the history
* Fix confirmation msg on wizard
  • Loading branch information
andhit-r committed May 30, 2019
1 parent 432c3f8 commit b55b4e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1",
"version": "8.0.1.0.2",
"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 @@ -20,7 +20,7 @@
<field name="account_move_line_ids" nolabel="1" domain="[('id','in',allowed_move_line_ids[0][2])]"/>
</group>
<footer>
<button string="Confirm" name="action_confirm" type="object" class="oe_highlight" confirm="Cancel participants. Are you sure?"/>
<button string="Confirm" name="action_confirm" type="object" class="oe_highlight" confirm="Create Payment Order. Are you sure?"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
Expand Down

0 comments on commit b55b4e5

Please sign in to comment.