mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Set as uninstallable and moved to __unported__ all modules.
This commit is contained in:
@@ -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,
|
||||||
@@ -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:
|
||||||
@@ -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,
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -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,
|
||||||
}
|
}
|
||||||
@@ -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,
|
||||||
}
|
}
|
||||||
@@ -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',
|
||||||
}
|
}
|
||||||
@@ -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',
|
||||||
@@ -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',
|
||||||
@@ -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
Reference in New Issue
Block a user