There are some methods on the code that only work on one resource. They usually start wit something like:
assert len(ids)==1, "Can only pay one invoice at a time" (account/invoice.py) or you can see some different behaviour depending on the number of ids in hr_timesheet/wizard/wizard_timesheet_current.py (depending on len(ids)). Regards, Pedro _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
