Skip to content

Commit

Permalink
[14.0][IMP] add module to remove app download links
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiano.picchi.pytech committed Mar 27, 2023
1 parent d2b7a4a commit 2447332
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 0 deletions.
Empty file.
18 changes: 18 additions & 0 deletions remove_mobile_app_links/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Remove Odoo mobile app links",
"version": "14.0.1.0.0",
"category": "Hidden",
"summary": "Remove Odoo Enterprise mobile app download links",
"website": "https://pytech.it",
"author": "PyTech SRL, Sebastiano Picchi, Alessandro Uffreduzzi",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"hr_expense",
],
"data": [
"views/hr_expense.xml"
],
"demo": [],
}
4 changes: 4 additions & 0 deletions remove_mobile_app_links/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* `PyTech <https://pytech.it>`_:

* Sebastiano Picchi <sebastiano.picchi@pytech.it>
* Alessandro Uffreduzzi <alessandro.uffreduzzi@pytech.it>
2 changes: 2 additions & 0 deletions remove_mobile_app_links/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This module removes links, references and images of Odoo
Enterprise mobile apps from the ``expenses`` module.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions remove_mobile_app_links/views/hr_expense.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>

<record id="hr_expense.hr_expense_actions_my_unsubmitted" model="ir.actions.act_window">
<field name="help" />
</record>

</odoo>

0 comments on commit 2447332

Please sign in to comment.