[IMP] remove unnecessary comments
parent
f81893b43f
commit
97dd5cf84a
|
@ -236,7 +236,6 @@ class AttachmentSynchronizeTask(models.Model):
|
|||
# due to orm limitation method call from ui should not have params
|
||||
# so we need to define this method to be able to copy
|
||||
# if we do not do this the context will be injected in default params
|
||||
# in V14 maybe we can call copy directly
|
||||
self.copy()
|
||||
|
||||
def copy(self, default=None):
|
||||
|
|
|
@ -28,8 +28,6 @@ class SyncCommon(TransactionCase):
|
|||
|
||||
def setUp(self):
|
||||
super().setUp()
|
||||
# self.env.cr.commit = mock.Mock()
|
||||
# self.registry.enter_test_mode(self.env.cr)
|
||||
self.backend = self.env.ref("fs_storage.default_fs_storage")
|
||||
self.filedata = base64.b64encode(b"This is a simple file")
|
||||
self.directory_input = "test_import"
|
||||
|
|
|
@ -161,10 +161,6 @@
|
|||
context="{'search_default_done': 1}"
|
||||
/>
|
||||
<field name="active" widget="boolean_toggle" />
|
||||
<!-- TODO FIXME button is always visible, we should only
|
||||
show it if it's embeded in an other view
|
||||
But it's seem that invisible do not work on button
|
||||
-->
|
||||
<button
|
||||
name="button_duplicate_record"
|
||||
type="object"
|
||||
|
|
Loading…
Reference in New Issue