Compare commits
48 Commits
6bd0b292fd
...
3af33201f3
| Author | SHA1 | Date |
|---|---|---|
|
|
3af33201f3 | |
|
|
2b2e8a3bd9 | |
|
|
c2a03b1e11 | |
|
|
5a3e2af2c0 | |
|
|
52373df6b2 | |
|
|
d44c1fca26 | |
|
|
5ae34c7fef | |
|
|
8ea037e3f9 | |
|
|
c7221af464 | |
|
|
f732e7f649 | |
|
|
516eeff12d | |
|
|
128640ffae | |
|
|
9712b1952b | |
|
|
f068b96f64 | |
|
|
7c08c25896 | |
|
|
efe3954d71 | |
|
|
e4d12ca6d5 | |
|
|
02368dda94 | |
|
|
773e104859 | |
|
|
68d9590d91 | |
|
|
d21df80bf0 | |
|
|
70859a2257 | |
|
|
f17bde1b68 | |
|
|
6f1f66f450 | |
|
|
b7d05ff27a | |
|
|
c11e5285b2 | |
|
|
318fe8b3a1 | |
|
|
39aa89588c | |
|
|
ce5ea42b94 | |
|
|
21ee55ea70 | |
|
|
5dac216c5a | |
|
|
ab437563b4 | |
|
|
cfe0a73abd | |
|
|
cfebf79ffe | |
|
|
0aae47071c | |
|
|
667aab255b | |
|
|
cd30923e7c | |
|
|
397f251a83 | |
|
|
0001ee7b10 | |
|
|
73c0675798 | |
|
|
7759a9df15 | |
|
|
f4ef786584 | |
|
|
a98681f2d2 | |
|
|
ae5e6e326c | |
|
|
8c03fed84e | |
|
|
1d2374f916 | |
|
|
52c5b44e19 | |
|
|
c9d64374f6 |
|
|
@ -5,7 +5,7 @@ from odoo.http import content_disposition
|
|||
|
||||
import logging
|
||||
|
||||
from odoo.tools import misc
|
||||
from odoo18.odoo.tools import misc
|
||||
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue