feat: hide authorizer for rental orders, auto-set sale type
Rental orders no longer show the "Authorizer Required?" question or the Authorizer field. The sale type is automatically set to 'Rentals' when creating or confirming a rental order. Validation logic also skips authorizer checks for rental sale type. Made-with: Cursor
This commit is contained in:
22
fusion_rental/static/src/css/inspection_photos.css
Normal file
22
fusion_rental/static/src/css/inspection_photos.css
Normal file
@@ -0,0 +1,22 @@
|
||||
.o_inspection_photos .o_attachment.o_attachment_many2many {
|
||||
min-width: 140px;
|
||||
min-height: 140px;
|
||||
}
|
||||
|
||||
.o_inspection_photos .o_attachment.o_attachment_many2many .o_image_box {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
.o_inspection_photos .o_attachment.o_attachment_many2many .o_preview_image {
|
||||
width: 120px !important;
|
||||
height: 120px !important;
|
||||
object-fit: cover;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.o_inspection_photos .o_attachments {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 12px;
|
||||
}
|
||||
Reference in New Issue
Block a user