This commit is contained in:
michel 2018-01-25 15:45:06 +01:00
parent 08510d0762
commit ed34d84a18
1 changed files with 19 additions and 5 deletions

View File

@ -35,11 +35,25 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<div colspan="2"
style="background-color: #ccc; color: #fff; font-size: 150%; font-weight: bold; padding: 0.5%; text-align: center; margin-bottom: 1%;">Family form</div>
<group>
<!-- <div class="oe_title">
<h1>
<field name="family_member_ids" />
</h1>
</div> -->
<group string="Address">
<group>
<field name="street" placeholder="Street..." />
<field name="street2" />
<field name="zip" placeholder="ZIP" />
<field name="city" placeholder="City" />
</group>
<group>
<field name="state_id" class="oe_no_button"
placeholder="State" />
<field name="country_id" placeholder="Country"
class="oe_no_button" />
</group>
</group>
</group>
<field name="family_member_ids" context="{'default_family_id': active_id}">
<tree delete="false">