OCA / server-ux

GNU Affero General Public License v3.0
163 stars 532 forks source link

[16.0] [FIX] base_binary_url_import: Fix pyparsing lib conflict #883

Closed ramiadavid closed 4 months ago

ramiadavid commented 6 months ago

Proposal to solve the problem seen in https://github.com/OCA/social/issues/1316

I propose putting the pyrfc6266 library and its pyparsing dependency inside the module and doing a relative import, to isolate it from the rest of the modules.