mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-21 15:52:02 +02:00
19.0 vanilla
This commit is contained in:
parent
0a7ae8db93
commit
991d2234ca
416 changed files with 646602 additions and 300844 deletions
|
|
@ -6,7 +6,7 @@ from importlib.metadata import version
|
|||
from odoo.tools import parse_version
|
||||
|
||||
|
||||
def patch_lxml():
|
||||
def patch_module():
|
||||
# between these versions having a couple data urls in a style attribute
|
||||
# or style node removes the attribute or node erroneously
|
||||
if parse_version("4.6.0") <= parse_version(version('lxml')) < parse_version("5.2.0"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue