-
-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[14.0][IMP] add module to remove app download links
- Loading branch information
sebastiano.picchi.pytech
committed
Mar 27, 2023
1 parent
d2b7a4a
commit 2447332
Showing
6 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |