-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[14.0][ADD] add module to remove app download links #72
[14.0][ADD] add module to remove app download links #72
Conversation
2447332
to
d78be1b
Compare
pre-commit error doesn't seem to be related to my changes, can anyone confirm? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to me that the pre-commit failure is unrelated to this PR
d78be1b
to
f2a1ac2
Compare
I applied the suggested fixes but the error seems to be the same as before. I guess we'll have to wait. |
f2a1ac2
to
9cfe944
Compare
9cfe944
to
44eb690
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code review is ok for me.
I don't know if the module should renamed in order to mention that it extends hr_expense (something like remove_expense_mobile_app_link
, but I would let someone else discuss/decide.
So I approve the module as it is.
I agree with the rename to Otherwise, looks good! Will approve after the name change. |
44eb690
to
0cf78aa
Compare
0cf78aa
to
2157f30
Compare
This PR has the |
@OCA/brand-maintainers |
/ocabot merge nobump |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at e9df384. Thanks a lot for contributing to OCA. ❤️ |
@PicchiSeba will you also port this module to V15 and V16? |
@astirpe |
Proposal for a module to disable the Odoo Enterprise app download window when no expenses have been registered
Before:
After:
I think this could be an interesting addition to the de-brand options.
This module only depends on the
hr_expense
module, which is also the reason why it wasn't included in previously available de-brand modules.