Browse Source

[FIX] beesdoo_custom: add default code to tree view

pull/135/head
robin.keunen 5 years ago
committed by Rémy Taymans
parent
commit
0b58066b50
  1. 2
      beesdoo_custom/__openerp__.py
  2. 1
      beesdoo_custom/views/beesdoo_product.xml

2
beesdoo_custom/__openerp__.py

@ -2,7 +2,7 @@
{
'name': "beesdoo_custom",
'summary': """
'description': """
View and field definition specific to BEES' needs.
""",

1
beesdoo_custom/views/beesdoo_product.xml

@ -8,6 +8,7 @@
<field name="arch" type="xml">
<tree>
<field name="name"/>
<field name="default_code"/>
<field name="categ_id"/>
<field name="main_seller_id" string="Main Seller"/>
<field name="weight"/>

Loading…
Cancel
Save