mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[MIG] Make modules uninstallable
This commit is contained in:
@@ -33,6 +33,6 @@
|
||||
'views/contract_view.xml',
|
||||
],
|
||||
'test': ['test/contract_discount.yml'],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'auto_install': False,
|
||||
}
|
||||
|
||||
@@ -33,6 +33,6 @@
|
||||
'views/contract_view.xml',
|
||||
],
|
||||
'test': ['test/contract_journal.yml'],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'auto_install': False,
|
||||
}
|
||||
|
||||
@@ -33,6 +33,6 @@
|
||||
'test': [
|
||||
'test/contract_show_invoice_test.yml'
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'auto_install': False,
|
||||
}
|
||||
|
||||
@@ -35,6 +35,6 @@
|
||||
'test/contract_show_recurring_invoice_test.yml'
|
||||
],
|
||||
"post_init_hook": "copy_recurring_invoice",
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'auto_install': False,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user