mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update text
This commit is contained in:
@@ -65,8 +65,8 @@ msgstr "默认产品内部类型"
|
||||
|
||||
#. module: app_product_sequence
|
||||
#: model:ir.ui.view,arch_db:app_product_sequence.product_internal_type_form_view
|
||||
msgid "Default Product value"
|
||||
msgstr "自动设置产品默认参数"
|
||||
msgid "Auto Set Product's Value To:"
|
||||
msgstr "自动设置产品默认参数为:"
|
||||
|
||||
#. module: app_product_sequence
|
||||
#: model:ir.model.fields,help:app_product_sequence.field_product_internal_type_route_ids
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='display_name']" position="after">
|
||||
<field name="internal_type"/>
|
||||
<field name="name"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
@@ -44,22 +44,14 @@
|
||||
<field name="link_sequence"/>
|
||||
<field name="sequence_prefix"/>
|
||||
</group>
|
||||
<group string="Default Product value">
|
||||
<group string="Auto Set Product's Value To:">
|
||||
<group>
|
||||
<field name="type"/>
|
||||
<field name="route_ids" widget="many2many_checkboxes"/>
|
||||
</group>
|
||||
<group>
|
||||
<div name="options" groups="base.group_user">
|
||||
<div>
|
||||
<field name="sale_ok"/>
|
||||
<label for="sale_ok"/>
|
||||
</div>
|
||||
<div>
|
||||
<field name="purchase_ok"/>
|
||||
<label for="purchase_ok"/>
|
||||
</div>
|
||||
</div>
|
||||
<field name="sale_ok"/>
|
||||
<field name="purchase_ok"/>
|
||||
</group>
|
||||
</group>
|
||||
</sheet>
|
||||
|
||||
Reference in New Issue
Block a user