Accept Merge Request #659: (feature/前端样式修改 -> develop)
Merge Request: 修改规格字段位置 Created By: @黄焱 Reviewed By: @马广威 Accepted By: @黄焱 URL: https://jikimo-hn.coding.net/p/jikimo_sfs/d/jikimo_sf/git/merge/659?initial=true
This commit is contained in:
@@ -133,6 +133,10 @@
|
|||||||
</div>
|
</div>
|
||||||
<field name="priority" widget="priority"/>
|
<field name="priority" widget="priority"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div name="product_specification_id" class="mt-1">
|
||||||
|
规格: <field name="specification_id"></field>
|
||||||
|
</div>
|
||||||
<t t-if="record.default_code.value">[<field name="default_code"/>]</t>
|
<t t-if="record.default_code.value">[<field name="default_code"/>]</t>
|
||||||
<div t-if="record.product_variant_count.value > 1" groups="product.group_product_variant">
|
<div t-if="record.product_variant_count.value > 1" groups="product.group_product_variant">
|
||||||
<strong>
|
<strong>
|
||||||
@@ -140,10 +144,7 @@
|
|||||||
</strong>
|
</strong>
|
||||||
</div>
|
</div>
|
||||||
<div name="product_lst_price" class="mt-1">
|
<div name="product_lst_price" class="mt-1">
|
||||||
Price: <field name="list_price" widget="monetary" options="{'currency_field': 'currency_id', 'field_digits': True}"></field>
|
价格: <field name="list_price" widget="monetary" options="{'currency_field': 'currency_id', 'field_digits': True}"></field>
|
||||||
</div>
|
|
||||||
<div name="product_specification_id" class="mt-1">
|
|
||||||
规格: <field name="specification_id"></field>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user