move to_print_label field to report_label_supermarket module in arbore repo
This commit is contained in:
parent
661d1452de
commit
59c8d127a9
3 changed files with 6 additions and 15 deletions
|
|
@ -11,10 +11,7 @@
|
|||
<field name="arch" type="xml">
|
||||
<label for="list_price" position="before">
|
||||
<field name="last_purchase_price_received" />
|
||||
<!-- attrs="{'readonly': 1}"-->
|
||||
<!-- />-->
|
||||
<field name="last_purchase_price_received_compute_type" />
|
||||
<field name="to_print_label" />
|
||||
</label>
|
||||
</field>
|
||||
</record>
|
||||
|
|
@ -46,11 +43,6 @@
|
|||
('margin_state','in', ['too_cheap', 'too_expensive'])
|
||||
]"
|
||||
/>
|
||||
<filter
|
||||
string="To print"
|
||||
name="products_ready_to_print_filter"
|
||||
domain="[('to_print_label', '=', True)]"
|
||||
/>
|
||||
<separator />
|
||||
</xpath>
|
||||
</field>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue