gmarczynski / odoo-web-progress

Dynamic Progress Bar for Odoo Waiting Screen
Other
40 stars 35 forks source link

TypeError: _extract_records() got an unexpected keyword argument 'limit' #6

Closed niulinlnc closed 5 years ago

niulinlnc commented 5 years ago

In the latest stable v13 environment, there is no problem with the installation of this module, but when the module is installed, other official modules, such as the hr module, will be reported as follows: File "xxxxx\odoo\odoo\models.py", line 952, in load Extracted = flush_self._extract_records(fields, data, log=messages.append, limit=limit) TypeError: _extract_records() got an unexpected keyword argument 'limit'

gmarczynski commented 5 years ago

sure, just fixed it

niulinlnc commented 5 years ago

Test ok!