odoo/addons/purchase
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
..
doc [IMP] Remove prints, add docs, refactor variables in price_calculation, uom_compute when negative stock for average 2013-05-31 14:41:32 +02:00
edi [MERGE] Forward-port of latest saas-4 fixes, up to 0452851 2014-05-27 20:49:49 +02:00
i18n Launchpad automatic translations update. 2014-05-18 05:53:48 +00:00
report [MERGE] Forward-port latest 7.0 bugfixes, up to f8671cb 2014-05-22 16:44:33 +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/description [remove]purchase:remove purchase dashboard description and image 2014-01-29 18:07:37 +05:30
test [REV] reverted commit 9606, as it was hiding a bug instead of fixing it 2014-03-27 11:37:33 +01:00
views [MERGE] Forward-port of latest saas-4 fixes, up to 0452851 2014-05-27 20:49:49 +02:00
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py
__openerp__.py [MERGE] Merge from trunk test 2014-05-02 15:03:52 +02:00
company.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
company_view.xml [IMP]Remove type field from the modules 2012-08-09 11:35:16 +05:30
partner.py [FIX] code cleanup (addon purchase) 2014-05-07 16:45:32 +02:00
partner_view.xml [FIX] change the string 'pay invoices' to 'supplier inv.' to avoid misleading the user (there is another 'invoices' button) (addon purchases) 2014-04-15 15:18:18 +02:00
purchase.py [MERGE] forward port of branch saas-4 up to 65f68c1 2014-06-03 19:45:19 +02:00
purchase_data.xml [REF] purchase: cleaning the TODO messages 2014-04-25 11:11:28 +02:00
purchase_data.yml [REF] purchase: cleaning the TODO messages 2014-04-25 11:11:28 +02:00
purchase_demo.xml [FIX] purchase: fixed warning 'no field schedule_range exists in res.company' because it has been removed few commits ago 2014-04-03 10:24:23 +02:00
purchase_order_demo.yml [IMP]improve yml code 2013-05-06 17:05:57 +05:30
purchase_report.xml [IMP] Purchase quotation and purchase order converted to QWeb 2014-02-14 15:46:27 +01:00
purchase_sequence.xml
purchase_stock_demo.yml [IMP]improve code 2013-12-06 19:36:59 +05:30
purchase_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
purchase_workflow.xml [IMP] Make sure procurement goes only in exception on cancel + simplify wkf 2014-04-23 10:28:08 +02:00
res_config.py [MERGE] stock_account, purchase: better usability in settings to install stock_account and manage options to use costing methods and invenotyr valuation 2014-04-15 13:29:15 +02:00
res_config_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
stock.py [MERGE] branch of jco fixing shipping exception in mrp + cancellation in chained moves 2014-04-25 15:24:49 +02:00
stock_view.xml [MERGE] merged with trunk up to revision 9425. Needs to find another icon for Traceability on lot, though 2014-05-07 20:29:17 +02:00