Set as uninstallable and moved to __unported__ all modules.

This commit is contained in:
Pedro M. Baeza
2014-07-02 12:46:57 +02:00
parent ba27994ae0
commit e4a743bc7d
225 changed files with 23 additions and 23 deletions

View File

@@ -76,7 +76,7 @@ many offices.
'data': ['easy_reconcile_view.xml'], 'data': ['easy_reconcile_view.xml'],
'test': [], 'test': [],
'images': [], 'images': [],
'installable': True, 'installable': False,
'auto_install': False, 'auto_install': False,
'license': 'AGPL-3', 'license': 'AGPL-3',
'application': True, 'application': True,

View File

@@ -34,7 +34,7 @@ Reconcile rules with transaction_ref
'demo': [], 'demo': [],
'test': [], # To be ported or migrate to unit tests or scenarios 'test': [], # To be ported or migrate to unit tests or scenarios
'auto_install': False, 'auto_install': False,
'installable': True, 'installable': False,
'images': [] 'images': []
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@@ -61,6 +61,6 @@ allows multiple lines and partial.
"security/ir.model.access.csv"], "security/ir.model.access.csv"],
'license': 'AGPL-3', 'license': 'AGPL-3',
"auto_install": False, "auto_install": False,
"installable": True, 'installable': False,
} }

View File

@@ -141,6 +141,6 @@ Information propagated to the move lines:
'test/in_refund_without_supplier_number.yml', 'test/in_refund_without_supplier_number.yml',
], ],
'installable': True, 'installable': False,
'auto_install': False, 'auto_install': False,
} }

View File

@@ -38,6 +38,6 @@ Needs `statement_voucher_killer`
'website': 'http://www.camptocamp.com', 'website': 'http://www.camptocamp.com',
'data': [], 'data': [],
'test': [], 'test': [],
'installable': True, 'installable': False,
'auto_install': True, 'auto_install': True,
} }

View File

@@ -42,7 +42,7 @@
"data.xml", "data.xml",
], ],
'demo': [], 'demo': [],
'installable': True, 'installable': False,
'auto_install': False, 'auto_install': False,
'license': 'AGPL-3', 'license': 'AGPL-3',
} }

View File

@@ -70,7 +70,7 @@
'test/supplier_invoice.yml', 'test/supplier_invoice.yml',
'test/completion_test.yml' 'test/completion_test.yml'
], ],
'installable': True, 'installable': False,
'images': [], 'images': [],
'auto_install': False, 'auto_install': False,
'license': 'AGPL-3', 'license': 'AGPL-3',

View File

@@ -62,7 +62,7 @@
"statement_view.xml", "statement_view.xml",
], ],
'test': [], 'test': [],
'installable': True, 'installable': False,
'images': [], 'images': [],
'auto_install': False, 'auto_install': False,
'license': 'AGPL-3', 'license': 'AGPL-3',

View File

@@ -68,7 +68,7 @@
'test/test_confirm_last_line_no_balance_check.yml', 'test/test_confirm_last_line_no_balance_check.yml',
'test/confirm_statement_no_double_moves.yml', 'test/confirm_statement_no_double_moves.yml',
], ],
'installable': True, 'installable': False,
'images': [], 'images': [],
'license': 'AGPL-3', 'license': 'AGPL-3',
} }

Some files were not shown because too many files have changed in this diff Show More