Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
3772 Представления

Hi,

On my product form when I go to the Inventory tab, nothing appears, I cant see the quantity on hand and the previsional quantity.

If I take a look to the view on the tab inventory here is the xml:

<page string="Inventory" groups="base.group_user">
    <group name="inventory">
       <group name="status" string="Status" invisible="1">
            <field name="state"/>
             <field name="product_manager"/>
       </group>
       <group name="Weights" groups="product.group_stock_packaging" string="Weights">
              <field digits="(14, 3)" name="volume" attrs="{'readonly':[('type','=','service')]}"/>
               <field name="weight" attrs="{'readonly':[('type','=','service')]}"/>
               <field name="weight_net" attrs="{'readonly':[('type','=','service')]}"/>
        </group>
    </group>
</page>

Before I could the quantity values. But this part of information disappear from the xml. From which module or parameter is it depending on ?

Thanks for your help. Cheers

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
июл. 24
2480
1
мар. 24
2701
Out of Stock Решено
4
февр. 24
6000
1
июл. 23
3329
1
мая 23
4019