odoo/openerp/addons/base/ir
Denis Ledoux 6f29cbe3ac [FIX] website,ir_qweb: prevent inherit_branding for assets
The attribute `data-oe-*` (`data-oe-id`, `data-oe-model`, ...)
must not be added when rendering the assets, to avoid
having different assets content,
e.g. a different content for the assets_common,
according if the user is signed in or not,
if the user can edit the website or not.

A different content for an assets according to the
users rights or the user being signed in or not means
that the assets are permanently re-written in the filestore,
which is against the point of the assets.

The content of the assets (assets_common) must not be
different from time to time, it must always be the same
(except when installing a new module, obviously).
Adding the `data-oe` attributes was pointless for the assets
anyway, and prevented having an identical content all
the time, therefore rewritting the assets all the time
in the filestore.

opw-657046
2015-11-23 17:01:03 +01:00
..
__init__.py [IMP] Add the ir_logging object where we will store the log messages (exception, error and warning) 2014-02-28 17:10:55 +01:00
ir_actions.py [IMP] base: timezone handling in server actions. 2015-11-12 12:23:27 +01:00
ir_actions.xml [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
ir_attachment.py [FIX] osv: binary size already in human format 2015-07-07 19:17:43 +02:00
ir_attachment_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
ir_config_parameter.py [IMP] ir.config.parameters: support group-based access control 2014-06-26 16:27:24 +02:00
ir_config_parameter_view.xml [IMP] ir.config.parameters: support group-based access control 2014-06-26 16:27:24 +02:00
ir_cron.py [MERGE] forward port of branch saas-3 up to fe8106f 2014-09-26 12:53:59 +02:00
ir_cron_view.xml [IMP] menuitems cleanups 2014-06-28 17:32:01 +02:00
ir_default.py [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
ir_exports.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
ir_fields.py [IMP] models: sanitize error messages in import 2015-07-01 17:04:48 +02:00
ir_filters.py [MERGE] forward port of branch saas-3 up to ce69064 2015-03-26 18:00:06 +01:00
ir_filters.xml [IMP] ir.filters: new filters are local to the menu/action by default 2014-07-01 03:29:05 +02:00
ir_http.py [FIX] web: _serve_attachment should not trigger redirect loops 2015-08-17 17:01:19 +02:00
ir_logging.py [IMP] ir.logging: add index on dbname/type, important with high number of log lines 2014-07-25 10:46:12 +02:00
ir_logging_view.xml [IMP] menuitems cleanups 2014-06-28 17:32:01 +02:00
ir_mail_server.py [MERGE] forward port of branch saas-3 up to 59d82e6 2015-04-07 14:08:15 +02:00
ir_mail_server_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
ir_model.py [FIX] ir_model_fields: fix and simplify update on custom fields 2015-10-01 15:26:07 +02:00
ir_model_report.sxw fix res_group rename, move files to clean up res 2013-10-06 17:03:09 +02:00
ir_model_report.xml fix res_group rename, move files to clean up res 2013-10-06 17:03:09 +02:00
ir_model_view.xml [IMP] menuitems cleanups 2014-06-28 17:32:01 +02:00
ir_needaction.py [MERGE] From trunk (second time) 2012-12-17 15:47:53 +01:00
ir_qweb.py [FIX] website,ir_qweb: prevent inherit_branding for assets 2015-11-23 17:01:03 +01:00
ir_qweb.xml [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
ir_rule.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
ir_rule_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
ir_sequence.py [FIX] point_of_sale,base: use context timezone for sequence 2015-08-25 14:08:17 +02:00
ir_sequence_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
ir_translation.py [FIX] ir_translation: undo asymmetric change of set_ids/get_ids 2015-08-05 16:29:16 +02:00
ir_translation_view.xml [ADD] views documentation 2014-08-28 15:02:33 +02:00
ir_ui_menu.py [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
ir_ui_menu_view.xml [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
ir_ui_view.py [FIX] base: do not validate deactived custom views 2015-09-22 15:33:01 +02:00
ir_ui_view_view.xml [IMP] base: show "mode" in ir.ui.view form view 2014-12-09 19:49:50 +01:00
ir_values.py [IMP] use model._fields instead of model._all_columns to cover all fields 2014-11-04 13:47:57 +01:00
ir_values_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
osv_memory_autovacuum.py [FIX]Autovacuum force true 2013-01-21 16:03:18 +01:00
osv_memory_autovacuum.xml [FIX] cleanup ir.xml mess, ir.ui.view name is now optional in xml files 2012-10-13 14:09:24 +02:00