mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] timesheet_description: Module migration
This commit is contained in:
committed by
Mayank Patel
parent
cccc7271b4
commit
ce85dd9be8
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
'name': 'Timesheet Description',
|
'name': 'Timesheet Description',
|
||||||
'version': '16.0.1.0.0',
|
'version': '17.0.1.0.0',
|
||||||
'author': 'Hibou Corp. <hello@hibou.io>',
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
||||||
'website': 'https://hibou.io/',
|
'website': 'https://hibou.io/',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
@@ -12,6 +12,7 @@ Timesheet entries will be made in a form view, allowing the end user to enter mo
|
|||||||
Optionally, allows you to display your timesheet entries in markdown on the front end of the website.
|
Optionally, allows you to display your timesheet entries in markdown on the front end of the website.
|
||||||
""",
|
""",
|
||||||
'depends': [
|
'depends': [
|
||||||
|
'website_project_task',
|
||||||
'project',
|
'project',
|
||||||
'hr_timesheet',
|
'hr_timesheet',
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<xpath expr="//field[@name='timesheet_ids']/form//field[@name='name']" position="attributes">
|
<xpath expr="//field[@name='timesheet_ids']/form//field[@name='name']" position="attributes">
|
||||||
<attribute name="widget">text</attribute>
|
<attribute name="widget">text</attribute>
|
||||||
<attribute name="placeholder">Describe your activity (you can use markdown)</attribute>
|
<attribute name="placeholder">Describe your activity (you can use markdown)</attribute>
|
||||||
<attribute name="colspan">4</attribute>
|
<attribute name="colspan">2</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|||||||
Reference in New Issue
Block a user