runbot/runbot_merge/views
Xavier Morel ccca46c992 [FIX] runbot_merge: layout backend issues galore
- Odoo 17 seems to not be adjusting `nolabel` fields to be `colspan=2`
  by default, so every such occurrence has to be adjusted by hand or
  it gets squeezed in just the labels column.
- Because of the loss of readonly mode, some fields / setups which
  previously looked ugly during the rare edition (e.g. Pr titles) now
  look ugly all the time. Rework layout and force them to always be
  readonly (hopefully we won't need to edit those).
- This is compounded by unfortunate styling I can't find how to
  override e.g. char fields are 100% width even if readonly.
- `<header>` system requires some workarounds to have the right layout
  and spacing (notably `header` has a bunch of awful rules which we
  need to work around via an interstitial div to set up our own
  flexbox).
2024-08-16 15:12:04 +02:00
..
batch.xml [FIX] runbot_merge: layout backend issues galore 2024-08-16 15:12:04 +02:00
configuration.xml [FIX] runbot_merge: menus 2024-08-16 14:19:13 +02:00
mergebot.xml [FIX] runbot_merge: layout backend issues galore 2024-08-16 15:12:04 +02:00
queues.xml [IMP] mergebot, forwardbot: various UI bits 2022-06-30 15:07:49 +02:00
res_partner.xml [FIX] runbot_merge: layout backend issues galore 2024-08-16 15:12:04 +02:00
runbot_merge_project.xml [MERGE] bot from 16.0 to 17.0 2024-08-12 13:13:03 +02:00
templates.xml [FIX] runbot_merge: styling on Odoo 17 2024-08-13 14:39:09 +02:00