odoo/addons/stock_account
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
..
security [IMP] Add security rules from bzr branch 2014-05-21 17:34:19 +02:00
wizard Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
__init__.py [IMP] Change Generating Accounting Entries to something in stock_account which has a group as before, also stock_invoice_directly goes with it 2014-04-10 13:25:36 +02:00
__openerp__.py [REF] stock_account: removal of TODO statements 2014-04-25 16:39:36 +02:00
product.py [REF] stock_account: refactoring of do_change_standard_price() + removal of TODO statements 2014-04-25 14:18:10 +02:00
product_data.xml [WIP] Add YML files and check stock/shipment.yml, make sure stock_account takes all the files(__openerp__.py) and that way start handling problems purchase fifo lifo tests 2013-07-18 18:47:15 +02:00
product_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
res_config.py [FIX] stock_landed_cost: setting option appears at the right place in the right moment 2014-04-24 10:58:38 +02:00
res_config_view.xml [FIX] stock_landed_cost: setting option appears at the right place in the right moment 2014-04-24 10:58:38 +02:00
stock.py [REF] stock_account: introduced _get_invoice_vals() to ease inheritance of this feature 2014-05-08 12:25:05 +02:00
stock_account.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
stock_account_data.xml [FIX] stock_account: fixed wrong implementation of default value for property fields 2013-12-05 14:11:17 +01:00
stock_account_demo.xml
stock_account_view.xml [REF] stock, stock_account: invoice_state field of push rule moved into the right module 2014-04-22 14:41:13 +02:00