blob: 9689092723ebd707ec37bc242a64628a88f839b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Sales Timesheet Purchase',
'category': 'Hidden',
'summary': 'Bridge module between Sales Timesheet and Purchase',
'description': """
Allows to access purchase orders from Project Overview
======================================================
""",
'depends': ['sale_timesheet', 'purchase'],
'data': [],
'demo': [],
'auto_install': True,
'license': 'LGPL-3',
}
|