Commit e4057d6
bosd
[FIX] contract: align Other Information tab into a single 2-col grid
The "Other Information" tab on the contract form had two outer
``<group>`` blocks. The first wrapped a single inner "Sales" group
(rendered on the left half, with the right half empty); the second
was a bare top-level ``<group>`` containing ``code``, ``group_id``
and ``currency_id`` -- which Odoo's form layout renders as a single
full-width column, so each of those fields was visibly wider than
the Sales group fields above and broke the visual rhythm of the
tab.
Merge them into one outer ``<group>`` with two inner groups
(``Sales`` + ``Administration``), so the whole tab renders as a
consistent 2-column grid and the second column lines up next to
the first.
No model change, no functional change -- pure layout fix.1 parent 09aa14e commit e4057d6
1 file changed
Lines changed: 11 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
374 | 377 | | |
375 | 378 | | |
376 | 379 | | |
| |||
0 commit comments