mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Initial commit of timesheet_description and timesheet_description_sale for 11.0 -- Forces popup for timesheet (detail) and allows you to display them as Markdown in the portal.
This commit is contained in:
21
timesheet_description_sale/__manifest__.py
Normal file
21
timesheet_description_sale/__manifest__.py
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
'name': 'Timesheet Description Sale',
|
||||
'version': '11.0.1.0.0',
|
||||
'author': 'Hibou Corp. <hello@hibou.io>',
|
||||
'website': 'https://hibou.io/',
|
||||
'license': 'AGPL-3',
|
||||
'category': 'Tools',
|
||||
'complexity': 'easy',
|
||||
'description': """
|
||||
Linker module to inject fields required by timesheets for sales.
|
||||
""",
|
||||
'depends': [
|
||||
'timesheet_description',
|
||||
'sale_timesheet',
|
||||
],
|
||||
'data': [
|
||||
'views/timesheet_views.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': True,
|
||||
}
|
||||
Reference in New Issue
Block a user