[MIG] timesheet_description: Module migration

This commit is contained in:
Juan Pablo Ticse
2023-10-31 16:35:25 +00:00
committed by Mayank Patel
parent cccc7271b4
commit ce85dd9be8
2 changed files with 3 additions and 2 deletions

View File

@@ -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',
], ],

View File

@@ -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>