[IMP] partner_statement: remove "blocked" feature
If someone comes from v17 or older Odoo versions, and they still have "blocked" lines, there are three options for them: - Develop glue module with another module that contains "blocked" field. - Don't use this commit. - Solve the "blocked" lines. Good luck!
This commit is contained in:
@@ -14,13 +14,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.statement-blocked {
|
||||
background-color: $gray-500 !important;
|
||||
td:last-child {
|
||||
background-color: $gray-500 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.statement-reconciled {
|
||||
font-size: smaller;
|
||||
font-style: italic !important;
|
||||
|
||||
Reference in New Issue
Block a user