Skip to content

Commit

Permalink
[8.0.2.1.0] hr_timesheet_sheet_accrue_expense
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Aug 23, 2020
1 parent d5d3646 commit 8501b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hr_timesheet_sheet_accrue_expense/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Generate Accrue Expense Based On Timesheet Details - Sheet",
"version": "8.0.2.0.0",
"version": "8.0.2.1.0",
"website": "https://simetri-sinergi.id",
"author": "PT. Simetri Sinergi Indonesia, OpenSynergy Indonesia",
"license": "AGPL-3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</xpath>
<xpath expr="//button[@name='cancel']" position="after">
<button name="action_generate_accrue_expense_move" string="Generate Accrue Expense" type="object" states="draft"/>
<button name="action_remove_accrue_expense_move" string="Generate Accrue Expense" type="object" states="draft"/>
<button name="action_remove_accrue_expense_move" string="Remove Accrue Expense" type="object" states="draft"/>
</xpath>
</data>
</field>
Expand Down

0 comments on commit 8501b4b

Please sign in to comment.