odoo/odoo#181003
Created by JavaScript, Pierre Pulinckx (pipu)
Merged
at ab87366d36a92d72fa827570472de2b8b1d5531c
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:master-pos_checkdelay_50-pipu
- head
- a7add1da7d65020b756188cc81f9fe393abd8975
- merged
- 1 year ago by JavaScript, Bastien Fafchamps (bafa)
odoo/odoo | |
---|---|
master | #181003 |
[REF] point_of_sale, pos_*: tours > checkDelay 50ms
In this commit, we force the value of checkDelay to 50ms. checkDelay is the time after which we will look for the trigger in the DOM if there is no more mutation. By default, this value is 750ms (see macro.js). However, the tricks listed in this PR are able to run at 50ms which allows to reduce the execution time of these tricks.
Description of the issue/feature this PR addresses:
Current behavior before PR:
Desired behavior after PR is merged:
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr