mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[MIGR] Set the 'installable' flags to False on addons. They should be activated when their migration is done.
This commit is contained in:
@@ -65,5 +65,5 @@ After finishing the configuration, you will just have to click on printing butto
|
||||
],
|
||||
"demo_xml" : [],
|
||||
"active": False,
|
||||
"installable": True
|
||||
"installable": False
|
||||
}
|
||||
|
||||
@@ -113,7 +113,7 @@ Dependencies
|
||||
'security/ir.model.access.csv',
|
||||
],
|
||||
'tests': [],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'auto_install': False,
|
||||
'application': True,
|
||||
}
|
||||
|
||||
@@ -36,6 +36,6 @@ Glue module between the `pingen` and the `document` modules.
|
||||
'pingen_document_view.xml',
|
||||
],
|
||||
'tests': [],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'auto_install': True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user