You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?xml version='1.0' encoding='utf-8'?>
- <odoo>
- <data>
- <record id='save_bom_memory_form' model='ir.ui.view'>
- <field name='name'>save.bom.memory.form</field>
- <field name='model'>save.bom.memory</field>
- <field name='arch' type='xml'>
- <form string='物料清单名称'>
- <h1>
- <p>为你新的物料清单命名</p>
- </h1>
- <group>
-
- <field name='name' required='1' />
- </group>
- <footer>
- <button name='save_bom' string='确定' type='object' class='oe_highlight'/>
- 或者
- <button string='取消' class='oe_link' special='cancel'/>
- </footer>
- </form>
- </field>
- </record>
- </data>
- </odoo>
|