[ADD] hr_expense_usability_akretion
Copy attachments from expense sheet to invoice
This commit is contained in:
23
hr_expense_usability_akretion/__manifest__.py
Normal file
23
hr_expense_usability_akretion/__manifest__.py
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2025 Akretion France (http://www.akretion.com/)
|
||||
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': 'HR Expense Usability by Akretion',
|
||||
'version': '16.0.1.0.0',
|
||||
'category': 'Human Resources/Expenses',
|
||||
'license': 'AGPL-3',
|
||||
'summary': 'Usability improvements on expenses',
|
||||
'description': """
|
||||
This module includes several small usability improvements to expenses.
|
||||
|
||||
This module has been written by Alexis de Lattre from Akretion
|
||||
<alexis.delattre@akretion.com>.
|
||||
""",
|
||||
'author': 'Akretion',
|
||||
'maintainers': ['alexis-via'],
|
||||
'website': 'https://github.com/akretion/odoo-usability',
|
||||
'depends': ['hr_expense'],
|
||||
'data': [],
|
||||
'installable': True,
|
||||
}
|
||||
Reference in New Issue
Block a user