Season fields

This commit is contained in:
michel 2018-02-13 18:48:16 +01:00
parent cec41edc7f
commit cccd4dfce0
1 changed files with 5 additions and 10 deletions

View File

@ -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>