Skip to content

Commit

Permalink
[8.0.1.2.0] hr_timesheet_accrue_income
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Aug 23, 2020
1 parent 8501b4b commit 09accd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hr_timesheet_accrue_income/__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 Income Based On Timesheet Details",
"version": "8.0.1.1.0",
"version": "8.0.1.2.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 @@ -32,8 +32,11 @@
<field name="inherit_id" ref="account_analytic_analysis.account_analytic_account_form_form"/>
<field name="arch" type="xml">
<data>
<xpath expr="//field[@name='date']" position="after">
<field name="prepaid_price_unit"/>
<xpath expr="//div[@name='duration']" position="after">
<label for="prepaid_price_unit"/>
<div>
<field name="prepaid_price_unit"/>
</div>
</xpath>
</data>
</field>
Expand Down

0 comments on commit 09accd0

Please sign in to comment.