forked from Yaltik/golem
Season fields
This commit is contained in:
parent
cec41edc7f
commit
cccd4dfce0
@ -71,20 +71,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
</t>
|
||||
<span t-field="o.zip" /><br></br>
|
||||
<span t-field="o.city" /><br></br>
|
||||
<t t-if="o.state">
|
||||
<span t-field="o.state" /><br></br>
|
||||
<t t-if="o.state_id">
|
||||
<span t-field="o.state_id" /><br></br>
|
||||
</t>
|
||||
<span t-field="o.country_id" /><br></br>
|
||||
</td>
|
||||
|
||||
|
||||
<td class="col-xs-6">
|
||||
<span class="" t-field="o.name" /><br></br>
|
||||
<span t-field="o.street" /><br></br>
|
||||
<span t-field="o.street2" /><br></br>
|
||||
<span t-field="o.zip" /><br></br>
|
||||
<span t-field="o.city" /><br></br>
|
||||
<span t-field="o.state_id" /><br></br>
|
||||
<span t-field="o.country_id" /><br></br>
|
||||
<div t-field="res_company.partner_id"
|
||||
t-field-option='{"fields": ["o.name"]}' />
|
||||
</td>
|
||||
</tr>
|
||||
</t>
|
||||
|
Loading…
Reference in New Issue
Block a user