c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #23357
Re: [Bug 777235] [NEW] [base_module_record] doesn't generate correct XML ID if one was provided
On Wednesday 04 May 2011, you wrote:
> Public bug reported:
>
> When exporting data with base_module_record, the XML ID for records are
> generated randomly (as if with the case when data are entered via UI,
> and do not have XML ID), even if these records are initialized via
> __openerp__.py sections. However, if these data reference to other
> records that have XML ID, it does generate correct reference (ref="<XML
> ID>").
>
> This behavior is inconsistent with exporting data from CSV (where
> correct XML ID are generated, and empty is generated for data that is
> not initialized with XML ID). It also make it difficult to sync between
> preconfigure data and data updated during development.
>
Please, if you can afford a little time, test my version of the module. I had,
long ago, tried to fix this behaviour. But, I warn you, my version seemed to
sometimes yield multiple xml "versions" of the same record (don't know if the
official does the same).
http://git.hellug.gr/?p=xrg/openobject-
addons;a=tree;f=base_module_record;h=77978ae522c64529c87a279bc1eb57bb8a407f42;hb=HEAD
If this version fixes your bug, we should seek to backport the changes into 6.0
or 6.1
--
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/777235
Title:
[base_module_record] doesn't generate correct XML ID if one was
provided
Status in OpenERP Modules (addons):
New
Bug description:
When exporting data with base_module_record, the XML ID for records
are generated randomly (as if with the case when data are entered via
UI, and do not have XML ID), even if these records are initialized via
__openerp__.py sections. However, if these data reference to other
records that have XML ID, it does generate correct reference
(ref="<XML ID>").
This behavior is inconsistent with exporting data from CSV (where
correct XML ID are generated, and empty is generated for data that is
not initialized with XML ID). It also make it difficult to sync
between preconfigure data and data updated during development.
References