Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3972 Widoki

In V 7, why is invoice_quantity hidden ?

From the view sale.order.form.sale.stock

<field name="picking_policy" required="True"/> 
<field name="order_policy" on_change="shipping_policy_change(order_policy)"/> 
<field name="invoice_quantity" invisible="True"/>
Awatar
Odrzuć
Najlepsza odpowiedź

The field invoice_quantity originally comes from module sale and is only required as long as module sale.stock is not installed. As soon as sale.stock is going to be installed, the field invoice_quantity is not required anymore because it is functionally replaced by field order_policy.

It has been designed this way to keep the modularity of OpenERP.

Awatar
Odrzuć
Autor

Ok, but for me 'invoice_quantity' cannot be replaced by 'order_policy' as I'm now unable to have a final invoice, from the sale order, that take into account an advanced invoice and the REAL quantity delivered.

Powiązane posty Odpowiedzi Widoki Czynność
1
maj 25
1020
2
lis 24
2213
4
lut 24
12383
sale / delivery Rozwiązane
1
sty 24
1691
0
maj 23
1914