Adding Checkbox function in Purchase Order Line

Asked by John Chen

Hi OpenERP Team

I have a feature that i would like to add, is making checkboxes available in purchase order line, so users can delete checked item altogether with one click.

1. I would to to add checkbox function like this http://dl.dropbox.com/u/25881837/part1.png
    in here : http://dl.dropbox.com/u/25881837/part2.png.
    - So we can checked the selected item for deletion altogether at one click.

Question:
1. Which part of modules should i change or need to develop? in server side, web side / UI side?
2. is it possible?

Thanks

John Chen

Question information

Language:
English Edit question
Status:
Answered
For:
Odoo Web (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Serpent Consulting Services (serpent-consulting-services) said :
#1

John,

This needs changes to be done on web UI (architecture).

Purchase Order lines are internal list view,one2many. So they do not have checkboxes which you see for Main model purchase order, an individual list view.

To remove them one by one, you have an X button over extreme right of the one2many record.

Hope this helps.

Regards,
Serpent Consulting Services.
http://www.serpentcs.com

Revision history for this message
stone.wu (sutono-wu) said :
#2

Hi,

Understand that item line are internal list view, one2many whereby its from the openERP's framework itself.

But imagine that have hundreds item line in 1 transaction, and user want to delete whole item except item line no.1 and 2, it'll be frustrating to delete item 1 by 1....

is there any solution that at least we as the developers can do to help user on this user case?

Revision history for this message
digitalsatori(Shine IT) (digitalsatori) said :
#3

Hi Stone Wu,

If you are using GTK client, you will be able to Shift click or Ctrl
click for multi-selection on the one2many list.
This request is still valid for the web client. In this case, we have to
modify the web UI.
I've changed the related project of this question to 'OpenERP Web'.
Better off, You may create a wish list on OpenERP web project.

signature
<http://www.openerp.cn>

*Tony Gu* --Shine IT-- Shanghai, China
Tel : + 86 21 66044468
Cell: + 86 13386068213 Skype: digitalsatori
http://www.openerp.cn
*OpenERP Official Partner in China*

On 2012年06月26日 16:06, stone.wu wrote:
> Question #195977 on OpenERP Server changed:
> https://answers.launchpad.net/openobject-server/+question/195977
>
> stone.wu posted a new comment:
> Hi,
>
> Understand that item line are internal list view, one2many whereby its
> from the openERP's framework itself.
>
> But imagine that have hundreds item line in 1 transaction, and user want
> to delete whole item except item line no.1 and 2, it'll be frustrating
> to delete item 1 by 1....
>
> is there any solution that at least we as the developers can do to help
> user on this user case?
>

Revision history for this message
stone.wu (sutono-wu) said :
#4

Thanks for your advice :)

will create a wish list on OpenERP web project

Can you help with this problem?

Provide an answer of your own, or ask John Chen for more information if necessary.

To post a message you must log in.