Skip to content

Commit

Permalink
[MIG] hr_expense_remove_mobile_link: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aleuffre committed Jul 21, 2023
1 parent 52a3bd4 commit ccf03b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hr_expense_remove_mobile_link/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Remove Odoo mobile app links",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"category": "Hidden",
"summary": "Remove Odoo Enterprise mobile app download links",
"website": "https://github.com/OCA/server-brand",
Expand Down
8 changes: 7 additions & 1 deletion hr_expense_remove_mobile_link/views/hr_expense.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
id="hr_expense.hr_expense_actions_my_unsubmitted"
model="ir.actions.act_window"
>
<field name="help" />
<field name="help">
<p class="o_view_nocontent_expense_receipt">
<h2 class="d-none d-md-block">
Drag and drop files to create expenses
</h2>
</p>
</field>
</record>

</odoo>

0 comments on commit ccf03b1

Please sign in to comment.