Skip to content

Commit

Permalink
[MIG] hr_payslip_change_state to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
Beji94 committed Nov 6, 2018
1 parent a13dc5c commit 8e28bec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion hr_payslip_change_state/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Usage

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/116/10.0
:target: https://runbot.odoo-community.org/runbot/116/11.0

Credits
=======
Expand Down
2 changes: 1 addition & 1 deletion hr_payslip_change_state/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Human Resources Payslip Change State",
"summary": "Change the state of many payslips at a time",
"version": "10.0.1.0.0",
"version": "11.0.1.0.0",
"license": "AGPL-3",
"category": "Human Resources",
"author": "Eficent, Odoo Community Association (OCA)",
Expand Down
12 changes: 2 additions & 10 deletions hr_payslip_change_state/wizard/hr_payslip_change_state_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,7 @@
<field name="view_mode">form,tree</field>
<field name="view_id" ref="hr_payslip_change_state_form"/>
<field name="target">new</field>
<field name="binding_model_id"
ref="hr_payroll.model_hr_payslip"/>
</record>

<act_window name="Change state"
res_model="hr.payslip.change.state"
src_model="hr.payslip"
view_mode="form"
target="new"
multi="True"
key2="client_action_multi"
id="action_hr_payslip_change_state_form"/>

</odoo>

0 comments on commit 8e28bec

Please sign in to comment.