تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
4218 أدوات العرض

Hi everybody,


I have the current problems describe below ( OpenERP 7) :


If I create an invoice for my sale order and I canceled it, I can only recreate the same sale_order.

However, it happen that someone created a full invoice and want to cancel it to create a invoice per percentage.

Is it possible to "go back" in the workflow like before created the first one?

So in the stage "wait_invoice"?


I was thinking do some transition like this:

<record id="trans_wait_invoice_invoice_manual" model="workflow.transition">

<field name="act_from" ref="act_invoice_except"/>

<field name="act_to" ref="act_wait_invoice"/>

<field name="signal">invoice_reset</field>

</record>

<record id="trans_wait_invoice_invoice_manual" model="workflow.transition">

<field name="act_from" ref="act_invoice_cancel"/>

<field name="act_to" ref="act_wait_invoice"/>

<field name="signal">invoice_reset</field>

</record>


My signal is a button :

<button name="invoice_reset" string="Reset Invoice" type="object" attrs="{'invisible': [('state', '!=', 'invoice_except')]}" groups="base.group_user" />


Someone knows why it is not working? Any idea to correct it? Or another way to resolve my issue?


Many thanks,


Selverine 

الصورة الرمزية
إهمال
الكاتب أفضل إجابة

A little up for the hope :-)

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
2
سبتمبر 17
5757
3
مارس 16
2094
8
أغسطس 15
9172
2
يوليو 15
6728
0
مارس 15
5947