odoo/addons/sale
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
..
edi [MERGE] forward port of branch 7.0 up to revid b09b6a0 2014-05-20 18:57:04 +02:00
i18n Launchpad automatic translations update. 2014-05-18 05:53:48 +00:00
report Merge remote-tracking branch 'odoo/master' into master-inline-searchview-ged 2014-05-26 10:06:31 +02:00
security [REF] product refactoring: prices.history model renamed into product.price.history + passed 'date' as real parameter instead of contextual one in get_history_price() because it makes more sense. 2014-04-28 17:33:55 +02:00
static [FIX] sale: layout of description page 2014-04-29 11:05:02 +02:00
test [MERGE] sync with trunk 2013-12-02 16:09:25 +01:00
views [FIX] address div more to the left on external reports 2014-05-21 11:57:45 +02:00
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py [CLEAN] sale, sale_crm: cleaning before merging. Cleaned calculation 2014-05-12 14:56:01 +02:00
__openerp__.py [CLEAN] sale, sale_crm: cleaning before merging. Cleaned calculation 2014-05-12 14:56:01 +02:00
res_config.py [IMP] product: refactoring of product variant. The main view became the view of product template and the product product (or product variant) are created with the variant values combinaison. Bom is splitted into bom and bom line and can use the variant combinaison. 2014-05-27 09:42:52 +02:00
res_config_view.xml [IMP] product: refactoring of product variant. The main view became the view of product template and the product product (or product variant) are created with the variant values combinaison. Bom is splitted into bom and bom line and can use the variant combinaison. 2014-05-27 09:42:52 +02:00
res_partner.py [FIX] res partner copy method returns None 2013-03-25 19:09:49 +05:30
res_partner_view.xml [IMP] improve icons and views 2014-03-28 19:00:51 +05:30
sale.py [MERGE] forward port of branch saas-4 up to 65f68c1 2014-06-03 19:45:19 +02:00
sale_data.xml [MOV] crm: moved css / js related to salesteam to sales_team module; sale_crm: moved data and demo data into 2014-05-14 14:30:26 +02:00
sale_demo.xml [MOV] crm: moved css / js related to salesteam to sales_team module; sale_crm: moved data and demo data into 2014-05-14 14:30:26 +02:00
sale_report.xml [IMP] Sale order report converted to QWeb 2014-02-12 19:22:47 +01:00
sale_sequence.xml
sale_unit_test.xml [FIX] Prints dropship 2013-09-17 12:23:01 +02:00
sale_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
sale_workflow.xml [FIX]sale order workflow: fix problem when clicking on ignore delivery exception 2014-01-24 10:27:58 +01:00
sales_team.py [MERGE] Sync with trunk 2014-05-14 17:21:54 +02:00
sales_team_view.xml [MERGE] Sync with trunk 2014-05-14 17:21:54 +02:00