odoo/addons/account_analytic_analysis
ged-odoo 74168c4e9d Merge pull request #272 from odoo-dev/master-inline-searchview-ged
[MERGP] Inline Searchview

This task split the searchview in two parts: SearchView and SearchViewDrawer. The drawer is displayed inside the main view and the searchview stays in place.  It also changes the scrolling behavior of the web client: the main view area can scroll without affecting the UI (so the various menus stays in place)

Because of this, other large changes have been made:

the drawer has been redesigned,
the Custom Filter widget has been split in two (Custom Report and SaveCurrentFilter),
the main view is now scrollable, so the UI stays in place and only the view can change
The text 'Group By...' has been changed into 'Group By' (most addons had to be modified)
bootstrap classes are used when it makes sense (for example, badge)
the left menu is also scrollable (separately from the main view)

It is likely that some stupid bugs have been introduced.  Please don't hurt me.
2014-06-12 16:27:11 +02:00
..
i18n Launchpad automatic translations update. 2014-04-22 07:52:47 +00:00
security [FIX] account_analytic_analysis: don't set the group 'Mandatory use of templates in contracts' as part of the 'Sales' application, as it has the side effect of exploding the drop-down menu to manage access rights into booleans. This group belong to the base.module_category_hidden category 2013-03-20 12:59:32 +01:00
static/src/css [IMP] improve contract usability 2013-07-29 12:09:49 +05:30
test [FIX] account_analytic_analysis: test, the recurring invoices are generated for analytic accounts of type contract only (no template...) 2014-04-18 16:45:38 +02:00
views [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00
__init__.py Fix contract expiration reminder: 2013-02-15 00:53:30 +01:00
__openerp__.py [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00
account_analytic_analysis.py [MERGE] forward port of branch saas-4 up to 6b8e972 2014-06-10 13:15:46 +02:00
account_analytic_analysis_cron.xml [FIX] account_analytic_analysis: prevent enable recurring invoices if not of type contract. Avoid cron to not continue if one of the contract failed to create its recurring invoices 2014-04-18 15:29:17 +02:00
account_analytic_analysis_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
analytic_account_demo.xml [IMP] Improve the code ans yml statements 2013-03-04 14:35:08 +05:30
res_config.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
res_config_view.xml [IMP] account_analytic_analysis: added an option to set the template field mandatory on contracts 2012-11-29 17:08:47 +01:00