OCA / edi

GNU Affero General Public License v3.0
116 stars 299 forks source link

[12.0][FIX] edi_oca: avoid read error in exchange record tree view #962

Closed MiquelRForgeFlow closed 4 weeks ago

MiquelRForgeFlow commented 2 months ago

Let's not have errors when accessing tree view. If you later click in a non accessible record, then the error will show anyway. It's just avoid blocking accessing the EDI menu.

The good solution would be filtering the exchange records by related record, as said in https://github.com/OCA/edi/issues/933 discussion. But here we are speaking of v12, no need to be too picky in this version, right?

OCA-git-bot commented 2 months ago

Hi @etobella, @simahawk, some modules you are maintaining are being modified, check this out!

MiquelRForgeFlow commented 4 weeks ago

Replaced by https://github.com/OCA/edi/pull/986.