mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-22 11:12:00 +02:00
19.0 vanilla
This commit is contained in:
parent
d1963a3c3a
commit
2d3ee4855a
7430 changed files with 2687981 additions and 2965473 deletions
|
|
@ -584,7 +584,7 @@ class Transaction:
|
|||
self.cache = Cache(self)
|
||||
|
||||
# temporary directories (managed in odoo.tools.file_open_temporary_directory)
|
||||
self.__file_open_tmp_paths = () # type: ignore # noqa: PLE0237
|
||||
self.__file_open_tmp_paths = [] # type: ignore # noqa: PLE0237
|
||||
|
||||
def flush(self) -> None:
|
||||
""" Flush pending computations and updates in the transaction. """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue