Merge pull request #4939 from expsa/fix_table_overflow
fix takaful table overflow
This commit is contained in:
commit
f88f64940b
|
|
@ -173,7 +173,7 @@
|
|||
context="{'default_active_id': active_id,'default_donation_mechanism': donation_mechanism,'default_start_date': sponsorship_creation_date}"
|
||||
widget="section_and_note_one2many"
|
||||
attrs="{'invisible': ['|',('donation_mechanism', '=', 'with_conditions'),('record_type', '!=', 'donation')], 'readonly': [('state','!=','draft')]}">
|
||||
<tree editable="bottom">
|
||||
<tree editable="bottom" class="fix_overflow">
|
||||
<control>
|
||||
<create name="add_line_control" string="Add a line" />
|
||||
<create name="add_section_control" string="Add a section" context="{'default_display_type': 'line_section'}" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue