发布相关
This commit is contained in:
@@ -318,6 +318,7 @@
|
||||
<field name="team_id"/>
|
||||
<field name="company_id" groups="base.group_multi_company"/>
|
||||
<field name="user_id" string="Control Person" invisible="1"/>
|
||||
<field name="measure_operator" string="操机员"/>
|
||||
|
||||
</group>
|
||||
</group>
|
||||
@@ -356,7 +357,16 @@
|
||||
</group>
|
||||
</page>
|
||||
<page string="发布历史" name="release_history" attrs="{'invisible': [('is_out_check', '=', False)]}">
|
||||
<!-- <field name="release_history"/> -->
|
||||
<field name="report_history_ids">
|
||||
<tree>
|
||||
<field name="sequence"/>
|
||||
<field name="report_number_id"/>
|
||||
<field name="action"/>
|
||||
<field name="document_status"/>
|
||||
<field name="operation_time"/>
|
||||
<field name="operator"/>
|
||||
</tree>
|
||||
</field>
|
||||
</page>
|
||||
</notebook>
|
||||
</sheet>
|
||||
|
||||
Reference in New Issue
Block a user