~eduardo-bayardo-bias/openobject-addons/bias_trunk_v7

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<templates>

<div t-name="web_mdm.action" class="oe_web_mdm oe_web_mdm_stopped">
  <div id="content-outer">
    <div id="content">
      <div id="page-heading">
        <h1>Add product</h1>
      </div>
    </div>
  </div>
      <a href="/sc">Visit W3Schools.com!</a> 
      <br />
      <h4 class="oe_web_mdm_timer">Ing. Miguel Miguel</h4>
      <br />
      <h4 class="oe_web_mdm_timer">00:00:00</h4>
      <br />
      <p class="oe_web_mdm_start">
        <button type="button">Start</button>
      </p>
      <p class="oe_web_mdm_stop">
        <button type="button">Stop</button>
      </p>
</div>
</templates>