mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[UPT]web_action_conditionable
* assets file rename + log ignored errors when reading attrs * update readme description
This commit is contained in:
committed by
Jasmin Solanki
parent
f2049b4442
commit
5852c6ca2d
@@ -24,7 +24,11 @@ odoo.define("web.web_action_conditionable", function(require) {
|
||||
.evaluate(py.parse(py.tokenize(expr)), self.recordData)
|
||||
.toJSON();
|
||||
} catch (ignored) {
|
||||
// Do nothing
|
||||
console.log(
|
||||
"[web_action_conditionable] unrecognized expr '" +
|
||||
expr +
|
||||
"', ignoring"
|
||||
);
|
||||
}
|
||||
});
|
||||
this.editable = arch.attrs.editable;
|
||||
|
||||
Reference in New Issue
Block a user