c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #02861
[Bug 671939] Re: invisible attribute don't works in page tag
Thanks for posting Cristian.
This is not an error, but a warning that shows <page> tag doesn't allow 'invisible' as an attribute.
It will be fixed soon.
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Importance: Undecided => Wishlist
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)
** Changed in: openobject-addons
Milestone: 6.0-rc2 => None
** Project changed: openobject-addons => openobject-server
** Summary changed:
- invisible attribute don't works in page tag
+ invisible attribute isn't allowed for page tag
--
invisible attribute isn't allowed for page tag
https://bugs.launchpad.net/bugs/671939
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Server: Confirmed
Bug description:
Hello trying to work with invisible="context.get('mykey')" in page tag i found is not working and get the standard error about Invalid XML Architecture.
Code simple as this:
<page string="Importación" invisible="context.get('import',False)">
Error: http://openerp.pastebin.com/4reKYAYe
References