1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# -*- coding: utf-8 -*-
# Copyright (C) 2016-Today: La Louve (<http://www.lalouve.net/>)
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Product - To Print',
'summary': 'Automate products print, when data has changed',
'version': '9.0.1.0.1',
'category': 'Product',
'author': 'La Louve, Odoo Community Association (OCA)',
'website': 'http://www.lalouve.net/',
'depends': [
'product',
'stock',
'web_kanban_gauge',
],
'demo': [
'demo/res_groups.xml',
'demo/product_category_print.xml',
],
'data': [
'security/ir_module_category.yml',
'security/res_groups.yml',
'security/ir_model_access.yml',
'data/pricetag_model.xml',
'wizard/product_pricetag_wizard_view.xml',
'report/product_to_print_report.xml',
'report/report_pricetag.xml',
'views/view_product_product.xml',
'views/view_pricetag_model.xml',
'views/action.xml',
'views/view_product_category_print.xml',
'views/menu.xml',
],
'installable': True,
'license': 'AGPL-3',
}