c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #14813
[Bug 707868] Re: Report webkit
Hello, if you look at the code :
_columns = {
'webkit_header': fields.property(
'ir.header_webkit',
type='many2one',
relation='ir.header_webkit',
string='WebKit Header',
help="The header linked to the report",
method=True,
view_load=True,
required=True
),
So it means the default header is a property.
You can set it by company by using the admin menu/XXX/default property. XXX depends if you are in v5 or v6
Regards
Nicolas
** Changed in: openobject-addons
Status: Confirmed => Invalid
--
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/707868
Title:
Report webkit
Status in OpenERP Modules (addons):
Invalid
Bug description:
Hello,
Now we have to go into the database manually to reset the webkit header.
Would it be possible to pass it when the report is created in the xml file.
Otherwise everythime the report is recreated we have to go and change the header file agian.
Thanks
References