mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[16.0][ADD] printing_simple_configuration
This commit is contained in:
26
printing_simple_configuration/__manifest__.py
Normal file
26
printing_simple_configuration/__manifest__.py
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "Printing Simple Configuration",
|
||||
"summary": "Allow to set printing configuration in company or in warehouse",
|
||||
"version": "16.0.1.0.0",
|
||||
"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,
|
||||
}
|
||||
Reference in New Issue
Block a user