/
This commit is contained in:
parent
08510d0762
commit
ed34d84a18
@ -35,11 +35,25 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
<div colspan="2"
|
<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>
|
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>
|
<group>
|
||||||
<!-- <div class="oe_title">
|
|
||||||
<h1>
|
|
||||||
<field name="family_member_ids" />
|
|
||||||
</h1>
|
<group string="Address">
|
||||||
</div> -->
|
<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>
|
</group>
|
||||||
<field name="family_member_ids" context="{'default_family_id': active_id}">
|
<field name="family_member_ids" context="{'default_family_id': active_id}">
|
||||||
<tree delete="false">
|
<tree delete="false">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user