add barcode_generator_partner from OCA/stock-logistics-barcode/pull/536
This commit is contained in:
parent
8d39b937a8
commit
7c8d1e4342
27 changed files with 1581 additions and 16 deletions
|
|
@ -17,20 +17,4 @@
|
|||
</field>
|
||||
</record>
|
||||
|
||||
<!-- Open products window with filter
|
||||
<record id="action_product_template_list_price_updated" model="ir.actions.act_window">
|
||||
<field name="name">Productos con PVP actualizable</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">product.template</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
<field name="view_id" ref="product.product_template_tree_view"/>
|
||||
<field name="domain">[]</field>
|
||||
<field name="context">{"search_default_products_updated_filter": 1}</field>
|
||||
<field name="help" type="html">
|
||||
<p class="oe_view_nocontent_create">
|
||||
Todos los productos están actualizados.
|
||||
</p>
|
||||
</field>
|
||||
</record>
|
||||
-->
|
||||
</odoo>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue