Compare commits
4 Commits
feature/mr
...
feature/sf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2b7f4c3f06 | ||
|
|
26de811174 | ||
|
|
d023848c70 | ||
|
|
a109c0fb39 |
@@ -8,13 +8,7 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
div:has(.o_required_modifier) > label::before {
|
||||
content: '*' !important;
|
||||
color: red !important;
|
||||
padding: 0 4px !important;
|
||||
vertical-align: top !important;
|
||||
font-size: 1.5rem !important;
|
||||
}
|
||||
|
||||
|
||||
.my-image div {
|
||||
width: 110px !important;
|
||||
@@ -205,7 +199,7 @@ div[class="o_content o_component_with_search_panel"] img[name="equipment_image"]
|
||||
div[class="o_content o_component_with_search_panel"] .o_kanban_card_content button {
|
||||
position: absolute;
|
||||
top: -52px;
|
||||
left: -55px;
|
||||
left: 3rem;
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
@@ -271,7 +265,7 @@ div[class="o_content o_component_with_search_panel"] .o_kanban_primary_right > .
|
||||
|
||||
div[class="o_content o_component_with_search_panel"] .o_kanban_card_content button {
|
||||
|
||||
left: -95px;
|
||||
left: -4.4rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
from odoo import models, fields, api
|
||||
from odoo.exceptions import ValidationError
|
||||
from odoo.modules import get_resource_path
|
||||
from OCC.Extend.DataExchange import read_step_file
|
||||
from OCC.Extend.DataExchange import write_stl_file
|
||||
# from OCC.Extend.DataExchange import read_step_file
|
||||
# from OCC.Extend.DataExchange import write_stl_file
|
||||
import logging
|
||||
import base64
|
||||
import hashlib
|
||||
|
||||
Reference in New Issue
Block a user