mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
27 lines
682 B
Python
27 lines
682 B
Python
{
|
|
"name": "Printing Simple Configuration",
|
|
"summary": "Allow to set printing configuration in company or in warehouse",
|
|
"version": "16.0.1.0.1",
|
|
"category": "Generic Modules/Base",
|
|
"website": "https://github.com/OCA/report-print-send",
|
|
"author": "Akretion,Odoo Community Association (OCA)",
|
|
"maintainer": [
|
|
"bealdav",
|
|
],
|
|
"maturity": "Alpha",
|
|
"license": "AGPL-3",
|
|
"depends": [
|
|
"stock",
|
|
],
|
|
"data": [
|
|
"views/company.xml",
|
|
"views/print_config.xml",
|
|
"security/ir.model.access.csv",
|
|
"security/security.xml",
|
|
],
|
|
"demo": [
|
|
"data/demo.xml",
|
|
],
|
|
"installable": True,
|
|
}
|