mirror of
https://github.com/odoo/documentation.git
synced 2025-12-12 07:29:27 +07:00
[ADD] developer/reference: add a reference page on performance
closes odoo/documentation#2794
X-original-commit: 4d8e3f9785
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
committed by
Antoine Vandevenne (anv)
parent
aab2d6615a
commit
46a80f60c5
7
static/css/performance.css
Normal file
7
static/css/performance.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.bad-example {
|
||||
border-left: 3px solid red;
|
||||
}
|
||||
|
||||
.good-example {
|
||||
border-left: 3px solid green;
|
||||
}
|
||||
Reference in New Issue
Block a user