OCA / server-ux

GNU Affero General Public License v3.0
158 stars 515 forks source link

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

Closed ramiadavid closed 2 months ago

ramiadavid commented 4 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.