Se elimina el flujo de trabajo del modulo por se incompatible con la rama 8 y po…
…r que no tiene mucho sentido de existencia
Added 3 commits:
- faf8db53...cb66e087 - 2 commits from branch
develop
- 555e247b - Merge remote-tracking branch 'origin/develop' into delete_worflow
- faf8db53...cb66e087 - 2 commits from branch
22 22 <field name="arch" type="xml"> 23 23 <form string="Attachment Factura-E" version="7.0"> 24 24 <header> 25 <button name="signal_sign" states="confirmed" string="Validate" type="workflow" class="oe_highlight"/> 26 <button name="signal_printable" states="signed" string="Generate PDF" type="object"/> 27 <button name="signal_send_customer" states="printable" string="Send to Customer" type="object"/> 28 <button name="signal_cancel" states="draft,confirmed,signed,printable,sent_backup,sent_customer,done" string="Cancel" type="workflow"/> 25 <button name="action_sign" states="draft" string="Validate" type="object" class="oe_highlight"/> 22 22 <field name="arch" type="xml"> 23 23 <form string="Attachment Factura-E" version="7.0"> 24 24 <header> 25 <button name="signal_sign" states="confirmed" string="Validate" type="workflow" class="oe_highlight"/> 26 <button name="signal_printable" states="signed" string="Generate PDF" type="object"/> 27 <button name="signal_send_customer" states="printable" string="Send to Customer" type="object"/> 28 <button name="signal_cancel" states="draft,confirmed,signed,printable,sent_backup,sent_customer,done" string="Cancel" type="workflow"/> 25 <button name="action_sign" states="draft" string="Validate" type="object" class="oe_highlight"/> 26 <button name="action_printable" states="signed" string="Generate PDF" type="object"/> 27 <button name="action_send_customer" states="printable" string="Send to Customer" type="object"/> 28 <button name="action_cancel" states="draft,confirmed,signed,printable,sent_backup,sent_customer,done" string="Cancel" type="workflow"/> 222 222 context=context 223 223 ) 224 224 # TODO: Remove the need to commit database if not exception 225 self.action_printable(cr, uid, ids, context=context) 226 self.action_send_customer(cr, uid, ids, context=context) 225 227 cr.commit() Added 34 commits:
- 23a790f2...6d251b2a - 25 commits from branch
develop
- e4e09f7a - Se elimina el flujo de trabajo del modulo por se incompatible con la rama 8 y po…
- 84e6c2bc - Translate context into normal dictionary for V8 compat
- 9f81b018 - Changed args for context
- 9bcb8a6b - Rewrite the selection field for not need override fields
- 59b0eb53 - Added widget type to type field
- 1cec9013 - Se coloca en la lista guion caracter para no iniciar con una lista vacia
- 16c79e78 - Se agraga un guion para no empezar una lista vacia
- 5267389d - Revert "Rewrite the selection field for not need override fields"
- 1e05b4e7 - Get back workflow for integrate with main account module
Toggle commit list- 23a790f2...6d251b2a - 25 commits from branch
mentioned in commit 5ecb6eef