Merge pull request #5208 from expsa/fix_table_width_form
REMOVE unnecessary class from tree view in sponsorship form
This commit is contained in:
commit
101bbc6482
|
|
@ -187,7 +187,7 @@
|
|||
context="{'default_active_id': active_id,'default_donation_mechanism': 'without_conditions','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" class="fix_overflow">
|
||||
<tree editable="bottom">
|
||||
<control>
|
||||
<create name="add_line_control" string="Add a line"/>
|
||||
<create name="add_section_control" string="Add a section"
|
||||
|
|
|
|||
Loading…
Reference in New Issue