|
522 | 522 | <notebook colspan="2" class="o_container_right">
|
523 | 523 | <page string="Request Details">
|
524 | 524 | <group colspan="2" col="2" string="Applicant Information">
|
525 |
| - <field |
526 |
| - name="applicant_id" |
527 |
| - options="{'no_create': True,'no_open':True}" |
528 |
| - readonly="1" |
529 |
| - /> |
530 |
| - <button |
531 |
| - name="open_applicant_details_form" |
532 |
| - type="object" |
533 |
| - icon="fa-external-link" |
534 |
| - class="btn-success" |
535 |
| - invisible="not applicant_id" |
536 |
| - style="margin-left: 10px;" |
537 |
| - colspan="2" |
538 |
| - /> |
| 525 | + <div colspan="2"> |
| 526 | + <label for="applicant_id" string="Applicant:" /> |
| 527 | + <h3> |
| 528 | + <field |
| 529 | + name="applicant_id" |
| 530 | + options="{'no_create': True,'no_open':True}" |
| 531 | + readonly="1" |
| 532 | + class="oe_inline" |
| 533 | + /> |
| 534 | + <button |
| 535 | + name="open_applicant_details_form" |
| 536 | + type="object" |
| 537 | + icon="fa-external-link" |
| 538 | + class="btn-success oe_inline" |
| 539 | + invisible="not applicant_id" |
| 540 | + style="padding-left: 10px !important;" |
| 541 | + /> |
| 542 | + </h3> |
| 543 | + </div> |
539 | 544 | <field
|
540 | 545 | name="applicant_phone"
|
541 | 546 | string="Phone No."
|
|
544 | 549 | options="{'enable_sms': false}"
|
545 | 550 | />
|
546 | 551 | </group>
|
547 |
| - <group colspan="4" col="4" string="New Information"> |
548 |
| - <field name="full_name" readonly="1" colspan="4" class="oe_read_only" /> |
549 |
| - <field name="family_name" readonly="1" colspan="4" class="oe_edit_only" /> |
| 552 | + <group colspan="2" col="2" string="New Information"> |
| 553 | + <field name="full_name" readonly="1" class="oe_read_only" /> |
| 554 | + <field name="family_name" readonly="1" class="oe_edit_only" /> |
550 | 555 | <field name="given_name" readonly="1" class="oe_edit_only" />
|
551 | 556 | <field name="addl_name" readonly="1" class="oe_edit_only" />
|
552 | 557 | <field name="gender" readonly="1" />
|
|
557 | 562 | options="{'enable_sms': false}"
|
558 | 563 | />
|
559 | 564 | <field name="uid_number" readonly="1" />
|
560 |
| - <newline /> |
561 |
| - <field name="birth_place" colspan="4" readonly="1" /> |
| 565 | + <field name="birth_place" readonly="1" /> |
562 | 566 | <field name="birthdate_not_exact" readonly="1" />
|
563 | 567 | <field name="birthdate" readonly="1" />
|
564 | 568 | <field
|
565 | 569 | name="kind"
|
566 | 570 | widget="many2many_tags"
|
567 | 571 | options="{'no_open':True}"
|
568 |
| - colspan="4" |
569 | 572 | readonly="1"
|
570 | 573 | />
|
571 | 574 | </group>
|
|
595 | 598 | </field>
|
596 | 599 | </page>
|
597 | 600 | <page string="Other Information">
|
598 |
| - <group colspan="4" col="4"> |
| 601 | + <group colspan="2" col="2"> |
599 | 602 | <field
|
600 | 603 | name="change_request_id"
|
601 | 604 | string="Request No."
|
602 | 605 | readonly="1"
|
603 | 606 | options="{'no_open':True}"
|
604 |
| - colspan="4" |
605 | 607 | />
|
606 | 608 | <field
|
607 | 609 | name="assign_to_id"
|
608 | 610 | string="Assigned To"
|
609 | 611 | options="{'no_open':True}"
|
610 | 612 | readonly="1"
|
611 | 613 | />
|
612 |
| - <field name="current_user_assigned" invisible="1" colspan="4" /> |
| 614 | + <field name="current_user_assigned" invisible="1" /> |
613 | 615 | <field name="last_validated_by_id" readonly="1" />
|
614 | 616 | <field name="date_validated" readonly="1" />
|
615 | 617 | </group>
|
|
0 commit comments