mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] timesheet_invoice: module migration
This commit is contained in:
committed by
Mayank Patel
parent
9030aa0f33
commit
2c40edb3ff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
'name': 'Timesheet Invoice',
|
||||
'version': '16.0.1.0.0',
|
||||
'version': '17.0.1.0.0',
|
||||
'author': 'Hibou Corp. <hello@hibou.io>',
|
||||
'website': 'https://hibou.io/',
|
||||
'license': 'AGPL-3',
|
||||
@@ -13,7 +13,7 @@ Adds timesheet descriptions onto the invoice report/PDF.
|
||||
'sale_timesheet',
|
||||
],
|
||||
'data': [
|
||||
'invoice_views.xml',
|
||||
'views/invoice_views.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<template id="report_invoice_document_inherit" inherit_id="account.report_invoice_document">
|
||||
<xpath expr="//div[@class='page']" position="inside">
|
||||
<xpath expr="//div[hasclass('page')]" position="inside">
|
||||
<div class="container" t-if="o.timesheet_ids">
|
||||
<hr/>
|
||||
<h3>Timesheets</h3>
|
||||
Reference in New Issue
Block a user