mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[12.0][ADD] server_env_printing_server
This commit is contained in:
15
server_env_printing_server/__manifest__.py
Normal file
15
server_env_printing_server/__manifest__.py
Normal file
@@ -0,0 +1,15 @@
|
||||
# Copyright (C) 2021 Camptocamp (<http://www.camptocamp.com>)
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': "Server Environment for Printing Server",
|
||||
'version': '12.0.1.0.0',
|
||||
'category': 'Generic Modules/Base',
|
||||
'author': "Camptocamp, Odoo Community Association (OCA)",
|
||||
'website': 'https://github.com/OCA/report-print-send',
|
||||
'license': 'AGPL-3',
|
||||
"depends": ['base_report_to_printer', 'server_environment'],
|
||||
'data': [],
|
||||
'installable': True,
|
||||
'application': False,
|
||||
}
|
||||
Reference in New Issue
Block a user