odoo/addons/point_of_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
..
controllers Seperate assets_common from other bundles 2014-05-20 17:06:25 +02:00
data [REM] removed details_summary, sales_user, sales_user_today, payment_user reports, wizards and rml 2014-04-14 12:49:54 +02:00
doc [WIP] point_of_sale: adding untracked files before bisect galore 2012-07-27 16:05:52 +02:00
i18n Launchpad automatic translations update. 2014-04-22 08:24:59 +00:00
report [IMP] replace all 'Group By...' by 'Group By' 2014-05-22 11:44:35 +02:00
security [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
static [IMP] product: move product packaging field from product.product to product.template 2014-06-03 11:53:41 +02:00
test [IMP] account: bank statement reconciliation widget (part 2) 2014-05-30 18:47:50 +02:00
tools [WIP] point_of_sale: adding untracked files before bisect galore 2012-07-27 16:05:52 +02:00
views [IMP] Minor spellchecking/cleanup/nitpicking while reviewing new v8 WMS 2014-05-08 16:39:40 +02:00
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py [REM] removed details_summary, sales_user, sales_user_today, payment_user reports, wizards and rml 2014-04-14 12:49:54 +02:00
__openerp__.py [MERGE] Web assets moved from manifests to ir.ui.view bundles 2014-04-30 17:15:09 +02:00
account_bank_statement.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_statement_demo.xml [IMP] Misc addons: product_image -> image. 2012-08-14 10:16:16 +02:00
account_statement_report.xml [REM] point_of_sale: removed closed cashbox report that is nearly the session resume report 2014-04-29 13:40:45 +02:00
account_statement_view.xml [IMP] replace all 'Group By...' by 'Group By' 2014-05-22 11:44:35 +02:00
point_of_sale.py [IMP] account: bank statement reconciliation widget (part 2) 2014-05-30 18:47:50 +02:00
point_of_sale_data.xml [MERGE] Merge from trunk test 2014-05-02 15:03:52 +02:00
point_of_sale_demo.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
point_of_sale_report.xml [IMP] point of sale: added a session summary report 2014-04-14 16:44:27 +02:00
point_of_sale_sequence.xml [IMP] point_of_sales: Add the POS Session 2012-04-10 13:24:29 +02:00
point_of_sale_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
point_of_sale_workflow.xml [FIX] POS close session without cash register 2012-11-03 18:12:25 +01:00
res_partner.py [IMP] clean permissions and shebang in files 2013-05-14 12:31:13 +02:00
res_partner_view.xml [IMP] point_of_sale: forgot views and decls for partner's ean13. Demo data where at the wrong place also 2012-11-21 17:58:23 +01:00
res_users.py [IMP] clean permissions and shebang in files 2013-05-14 12:31:13 +02:00
res_users_view.xml [IMP]pos tab in user will show edit button only in edit form and change string of form and help 2012-11-05 18:41:21 +05:30