lp:~thibaut-dirlik/openobject-server/fix-inherits-bug-303455

Created by Thibaut DIRLIK (Logica) and last modified
Get this branch:
bzr branch lp:~thibaut-dirlik/openobject-server/fix-inherits-bug-303455
Only Thibaut DIRLIK (Logica) can upload to this branch. If you are Thibaut DIRLIK (Logica) please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

3554. By Thibaut DIRLIK <email address hidden>

Forgot to use --fixes :-)

3553. By Thibaut DIRLIK <email address hidden>

[FIX] create() does not write in the _inherits parent when fields have the same name.

The problem is that when you have a field in an object, and that field
is also defined in its parent (defined with _inherits), when OpenERP creates
the object, the field value was used to fill the parent value, not object.

3552. By Xavier (Open ERP)

[FIX] fnct_inv in client actions params, fix docstring for fnct_inv (fnct_inv only takes a single record id, not a sequence of ids)

3551. By Antony Lesuisse (OpenERP)

[IMP] merge add company_registry, but use a button instead of onchange to generate the footer

3550. By Vo Minh Thu

[IMP] res_company/res_user: removed unused methods _get_child_ids/company_get.

3549. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3548. By Antony Lesuisse (OpenERP)

[FIX] ir.action.act_window form missing target

3547. By Vo Minh Thu

[MERGE] ir_actions: add user in eval context, use fallback --email-from value.

3546. By Olivier Dony (Odoo)

[IMP] fields.function: don't wrap int values unless really needed

There was no need to wrap/cast int values for values less
than 2^31-1, which the highest XML-RPC int value.
Also, instead of wrapping them in strings, we can use
float values, which are 64bits based in the XMLRPC standard,
and closer to the real value (for comparisons, etc.).
Added note for integer_big, as a reminder of this possible
issue.

3545. By fp <fp@fp-laptop>

compat

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:openobject-server
This branch contains Public information 
Everyone can see this information.