← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 781645] [NEW] fields.function 'multi' kwargs unnecessary

 

Public bug reported:

When describing a function field, the 'multi' kwarg is unnecessary: it
should be possible to simply test that some given functions/methods are
the same, and thus call it just once. The signature of the
function/method should be always a list of field names.

** Affects: openobject-server
     Importance: Wishlist
     Assignee: OpenERP's Framework R&D (openerp-dev-framework)
         Status: New


** Tags: please pretty

** Description changed:

- When describing a function field, the multi kwarg is unnecessary: it
+ When describing a function field, the 'multi' kwarg is unnecessary: it
  should be possible to simply test that some given functions/methods are
- the same, and thus call it in just once. The signature of the
+ the same, and thus call it just once. The signature of the
  function/method should be always a list of field names.

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/781645

Title:
  fields.function 'multi' kwargs unnecessary

Status in OpenERP Server:
  New

Bug description:
  When describing a function field, the 'multi' kwarg is unnecessary: it
  should be possible to simply test that some given functions/methods
  are the same, and thus call it just once. The signature of the
  function/method should be always a list of field names.


Follow ups

References