[ADD] printing_auto_base

This commit is contained in:
Jacques-Etienne Baudoux
2023-06-21 10:03:41 +02:00
parent 94f60a0858
commit 442dc6d574
15 changed files with 981 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# 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",
}