mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
19 lines
533 B
Python
19 lines
533 B
Python
# Copyright 2022 Jacques-Etienne Baudoux (BCIM) <je@bcim.be>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Printing Auto Base",
|
|
"author": "BCIM, MT Software, Odoo Community Association (OCA)",
|
|
"maintainers": ["jbaudoux"],
|
|
"category": "Warehouse Management",
|
|
"data": [
|
|
"views/printing_auto.xml",
|
|
],
|
|
"depends": [
|
|
"base_report_to_printer",
|
|
],
|
|
"license": "AGPL-3",
|
|
"version": "14.0.1.0.0",
|
|
"website": "https://github.com/OCA/report-print-send",
|
|
}
|