odoo/openerp/addons/base/res
Martin Trigaux 44248a07a5 [FIX] base,share: error in_group_xx on user form
res.users form contains virtual fields in_group_ID to be added in res.groups.
Groups with boolean share=True (added by share module) must not be displayed in
the form and should not be modifiable through the user interface.
However, if a module adding/modifying a res.group is earlier in the dependency
graph than 'share' (e.g. only depends from 'base'), the update of the user view
is done before share is loaded and the overrride of 'get_application_groups' is
never executed.

As we can not guarantee that the module is share loaded, put the logic of
hidding the module in base instead of share.

This workaround is quite hacky but is necessary in stable version.
Better fix in 9.0 at cf63d4d

Fixes #6324
Fixes #5820
2015-11-30 13:11:02 +01:00
..
__init__.py [FIX] font: cleaning and better default data 2013-10-14 14:38:15 +02:00
ir_property.py [FIX] base: value = 0 for record ir_property 2015-05-19 09:30:53 +02:00
ir_property_view.xml [IMP] menuitems cleanups 2014-06-28 17:32:01 +02:00
res.country.state.csv [ADD] base: Australian states 2015-04-23 16:47:42 +02:00
res_bank.py [FIX] Signature on overriden fields_get method 2015-03-02 16:52:53 +01:00
res_bank_view.xml [FIX] crm,hr,base: disable the quick create for country field 2015-02-05 14:14:59 +01:00
res_company.py [FIX] base: res.company _company_default_get 2015-07-16 14:38:13 +02:00
res_company_logo.png [IMP] directory cleanups, moved historical cruft into history 2011-09-26 02:54:44 +02:00
res_company_view.xml [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
res_config.py [FIX] Signature on overriden fields_get method 2015-03-02 16:52:53 +01:00
res_config.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
res_country.py [IMP] res_country: add relation from country to group_country. The purpose of this patch is to allow in domain (model.country_id.country_group_ids, '=', 'Europe') 2014-10-24 15:19:34 +02:00
res_country_data.xml [FIX] res.country: address format in polan 2015-07-10 11:37:34 +02:00
res_country_view.xml [IMP] automatic fiscal positions for simple cases 2014-06-30 02:12:41 +02:00
res_currency.py [FIX] currency: simple quote in currency symbols 2015-08-27 17:45:59 +02:00
res_currency_data.xml [FIX] base: position of MXN currency 2015-10-20 16:31:37 +02:00
res_currency_view.xml Fixes 2014-07-02 18:18:29 +02:00
res_font.py [IMP] catch & warn about any TTFontFile exception 2014-08-21 03:51:20 +12:00
res_lang.py [MERGE] forward port of branch saas-3 up to 2e9b33b 2015-11-03 12:45:50 +01:00
res_lang_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
res_partner.py [FIX] mail: backport of rev 752a07c to 8.0 2015-07-07 08:52:44 +02:00
res_partner_data.xml [IMP]: base: Improved bank name and bank account number 2012-07-25 12:25:43 +05:30
res_partner_demo.xml [FIX] a bunch of incomplete website URLs 2014-05-13 10:49:42 +02:00
res_partner_demo.yml [IMP]Set email address. 2013-11-11 17:57:48 +05:30
res_partner_image_demo.xml [IMP] Backport one feature from website: this feature allows to specify a file 2014-01-09 16:43:38 +01:00
res_partner_report.xml [REM] res.config and res.users cleanups. 2013-10-06 16:40:20 +02:00
res_partner_report_address.xml [REM] res.config and res.users cleanups. 2013-10-06 16:40:20 +02:00
res_partner_report_address.xsl [MERGE] forward port of latest saas-2 until rev 4996 dle@openerp.com-20131218123130-vlejjv7r2klkzoj0 2013-12-18 17:00:41 +01:00
res_partner_view.xml [REF] base, wesbite_crm: remove placeholder for phone 2015-07-02 15:53:36 +02:00
res_request.py [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
res_request_view.xml [FIX] base: typoe, referencable -> referenceable 2015-07-02 12:59:36 +02:00
res_security.xml [IMP] remove useless table/column creations in base.sql. Let the ORM do it job. 2014-04-25 18:28:28 +02:00
res_users.py [FIX] base,share: error in_group_xx on user form 2015-11-30 13:11:02 +01:00
res_users_view.xml [REF] base, wesbite_crm: remove placeholder for phone 2015-07-02 15:53:36 +02:00