mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[ADD] printing_auto_base
This commit is contained in:
18
printing_auto_base/__manifest__.py
Normal file
18
printing_auto_base/__manifest__.py
Normal 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",
|
||||
}
|
||||
Reference in New Issue
Block a user