Commit Graph

138 Commits

Author SHA1 Message Date
Commandant Custo 1881a13699 [FIX] sale: report: find sales of subcategories
When searching for sales of a specific category,
display the products of the whole category subtree.
Consistent with:
* 633df8dc92
* https://github.com/odoo/odoo/blob/8.0/addons/account/report/account_invoice_report_view.xml#L72

Closes #4631
2015-10-12 15:43:36 +02:00
Goffin Simon 7f5f945dcf [FIX] sale: _sales_count
The field "state" in "sale.report" model must consider the state used
by "sale.order.line" to be consistent with the view created in this model.

The function _sale_count in 'product.product' model must return
the number of product included in a "confirmed" or "done" sale order line.

opw:644200
2015-07-23 15:28:36 +02:00
qdc f57787e07e [IMP] Cleaning of reporting (group_by, filters), adding new favourites and default views, some renaming (py and xml files) 2014-08-26 11:56:49 +02:00
Christophe Simonis 5a5f811d23 [REVERT] commit 5e5c73e
Branch 8.0 is a **stable** branch. This mean no database schema
changes.
2014-08-22 13:59:22 +02:00
qdc 5e5c73e7ba [IMP] Cleaning of reporting (group_by, filters), adding new favourites and default views, some renaming (py and xml files) 2014-08-22 09:49:09 +02:00
Olivier Dony 6c4cf84ce8 [IMP] sale, crm: remove remaining interval filters, continuing 366a30d 2014-07-30 15:13:38 +02:00
Denis Ledoux d9339e1e2d [FIX] sale, crm_claim, crm_helpdesk: report menus
crm claims and helpdesk reports should be in Sales Report menu, not in project
The sales report menu is now defined in sales_team, which is a common dependance between crm and sales, instead of redefining this menu in each modules
2014-07-22 19:13:13 +02:00
Thibault Delavallée 27fa618882 [REV] Partial revert of search view changes: indeed the graph view is not already capable of handling group_by on any field, declaring them is still necessary. 2014-07-04 16:44:55 +02:00
Thibault Delavallée 44a5268c00 [IMP] addons: search view cleaning / improvements due to the new search view display 2014-07-01 11:28:08 +02:00
Géry Debongnie 62900fe01b Merge remote-tracking branch 'odoo/master' into master-inline-searchview-ged
Conflicts:
	addons/crm/crm_case_section_view.xml
2014-05-26 10:06:31 +02:00
Géry Debongnie 555677f14d [IMP] replace all 'Group By...' by 'Group By'
in all searchview, the 'Group By...' looks weird, next to the Custom
Reports and Filters.  This change was requested by the upper management
2014-05-22 11:44:35 +02:00
Christophe Simonis a756b82372 [MERGE] forward port of branch saas-4 up to revid bb26dea 2014-05-20 20:19:55 +02:00
Denis Ledoux 709e22c32a [FIX] sale: sale report view, wrong domain
Quotations are sale.order with state draft and sent
Sale orders are sale.order with state other than draft, sent and cancel
2014-05-13 10:15:01 +02:00
Prashant Panchal (OpenERP) 6c0389279a [IMP]add groups 'base.group_multi_salesteams' on sales team dependent module 2014-05-09 13:13:13 +05:30
Ravi Gadhia 6ccbd2cd82 [IMP] no need to inherit sale.order report we are already in sale/report +change file name for invoice report 2014-05-02 17:23:18 +05:30
Gery Debongnie e4cb7e5aa1 [FIX] change the name of the sales filter to Sales -> this is the name required in some other places that inherits it (addon sale)
bzr revid: ged@openerp.com-20140127143219-2ljcrieylv3pdz8c
2014-01-27 15:32:19 +01:00
Gery Debongnie fcb9f7a76e [IMP] improves the Sales Analysis reporting views (add filters and changes the row/col definitions) in pivot table mode (addon sale)
bzr revid: ged@openerp.com-20140127110102-so4cma7679uvdwtk
2014-01-27 12:01:02 +01:00
Gery Debongnie 9477cacd5f [IMP] removes old tree view in reporting (sales, sales_crm, sales_stock) and replaces them by the new graph view in pivot mode by default (addon sale, sale_crm, sale_stock)
bzr revid: ged@openerp.com-20131231111824-1altk73m9l4iszkq
2013-12-31 12:18:24 +01:00
Gery Debongnie ae13bea0d8 [IMP] changes the xml description of the graphs to use the new graph view (and to make sure the result is as close as possible) (addon sale)
bzr revid: ged@openerp.com-20131224102942-5g4gchmgyloo2s06
2013-12-24 11:29:42 +01:00
Turkesh Patel (Open ERP) 6e1b899aa9 [IMP] improved code
bzr revid: tpa@tinyerp.com-20130904114335-jfptxzwdgt2xjzm1
2013-09-04 17:13:35 +05:30
Chirag Dodiya (OpenERP Trainee) ac12aa981a [IMP] Improved Sale Analysis report
bzr revid: chiragdd7@gmail.com-20130808054940-b1a8ikj4hd49rpru
2013-08-08 11:19:40 +05:30
Turkesh Patel (Open ERP) 0049c8efe8 [IMP] Improved code of sale report to inherit and add fields in sale_crm,sale_stock modules, added proper domins on the actions in sales teams kanban
bzr revid: tpa@tinyerp.com-20130729101117-6sxwrsh2coz8ygkd
2013-07-29 15:41:17 +05:30
Turkesh Patel (Open ERP) edff1d9575 [IMP] Fixed issue of traceback when we enter non integer number,improved css and help.
bzr revid: tpa@tinyerp.com-20130726071834-hd9qyyotf41ja57w
2013-07-26 12:48:34 +05:30
sgo@tinyerp.com cf6595baf2 [IMP]remove total sale.shop from sales
bzr revid: sgo@tinyerp.com-20130121100542-36qmkrd82md97phv
2013-01-21 15:35:42 +05:30
Nimesh (Open ERP) 8c42299413 [REMOVE] remove create button form all posgress report.
bzr revid: nco@tinyerp.com-20120927083839-ruhpxzwgdyasodfe
2012-09-27 14:08:39 +05:30
Atul Patel (OpenERP) f35c0b3d44 [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120814161000-41ai95ixagtqteok
2012-08-14 21:40:00 +05:30
Atul Patel (OpenERP) 1674c9add5 [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120809165534-89dhvj3pi1obnn8q
2012-08-09 22:25:34 +05:30
Twinkle Christian (OpenERP) fc1b1749a8 [IMP]Remove type field from the modules
bzr revid: tch@tinyerp.com-20120809060516-zgx3gdyv6wdshfyw
2012-08-09 11:35:16 +05:30
Twinkle Christian (OpenERP) cb1c6c08af [IMP]Improve search view in all modules
bzr revid: tch@tinyerp.com-20120731112804-a0akxtqr1z0uew6w
2012-07-31 16:58:04 +05:30
Atul Patel (OpenERP) 06c0ead10d [ADD]: Add dependency
ii) move wizard , yaml file
iii) move stock method into sale_stock.
iv) add security into sale_stock module.

bzr revid: atp@tinyerp.com-20120726205659-xiyx39r3dibshyjs
2012-07-27 02:26:59 +05:30
Turkesh Patel (Open ERP) 77f3bdb321 [IMP] improved view in sale.
bzr revid: tpa@tinyerp.com-20120724061615-jk6gi4fe91vhs51l
2012-07-24 11:46:15 +05:30
Twinkle Christian (OpenERP) 8423b4a8d4 [IMP]improved search view of sale module
bzr revid: tch@tinyerp.com-20120723125947-3cmelgf50eqjizhj
2012-07-23 18:29:47 +05:30
Quentin (OpenERP) 4c104ca727 [IMP] search views: made some small usability changes
bzr revid: qdp-launchpad@openerp.com-20120622130506-pzz8wqo5p5y902qc
2012-06-22 15:05:06 +02:00
Purnendu Singh (OpenERP) 1c35eb1049 [MERGE] Mearge with main addons
bzr revid: psi@tinyerp.com-20120622055230-trqmxu7r1qtxa0ut
2012-06-22 11:22:30 +05:30
Purnendu Singh (OpenERP) 946e1738f0 [MERGE] sale_*: Search view updates
bzr revid: psi@tinyerp.com-20120619085041-cp51vxm5c25nf8nd
2012-06-19 14:20:41 +05:30
Rajesh Prajapati (OpenERP) cb29e746f3 [IMP]sale_* : improve search code in xml
bzr revid: rpr@tinyerp.com-20120618100356-sf2uxhikgh218j3g
2012-06-18 15:33:56 +05:30
Rajesh Prajapati (OpenERP) 1551b1e59a [IMP]sale_* : improve search code in xml
bzr revid: rpr@tinyerp.com-20120618093357-akc9497ojot04qsg
2012-06-18 15:03:57 +05:30
Turkesh Patel (Open ERP) 1135c09134 [IMP] remove unnecessary code and comments
bzr revid: tpa@tinyerp.com-20120607071052-nug3oksoqmoobpuj
2012-06-07 12:40:52 +05:30
Turkesh Patel (Open ERP) 843e34d09e [IMP] sale: improved view of dashboard and remove unnecessary code
bzr revid: tpa@tinyerp.com-20120605061334-fnapeik7x2s1kz2l
2012-06-05 11:43:34 +05:30
Divyesh Makwana (Open ERP) cef8622452 [IMP] sale : Added missing filter string and removed all filters related to a date field and added the related date field in the search view.
bzr revid: mdi@tinyerp.com-20120529090537-9c0slyugyzlof7y1
2012-05-29 14:35:37 +05:30
Fabien Pinckaers 5c791531aa [IMP] improved typos
bzr revid: fp@tinyerp.com-20120522161055-6013qr1s4p773hoj
2012-05-22 18:10:55 +02:00
Saurang Suthar (OpenERP) 2ad3b32160 [IMP]:improved title Minimum Salesman by Salesperson everywhere
bzr revid: ssu@tinyerp.com-20120504121326-nqpx2eyqc1qrp04w
2012-05-04 17:43:26 +05:30
Saurang Suthar (OpenERP) a2a05cfc19 [IMP]:improved titles State by Status everywhere
bzr revid: ssu@tinyerp.com-20120504115748-2vd1dns7bxptg384
2012-05-04 17:27:48 +05:30
Jagdish Panchal (Open ERP) 75c8ceb9b0 [MERGE] branch merged with lp:openobject-addons
bzr revid: jap@tinyerp.com-20120426044931-h8p2ynkxef02jp19
2012-04-26 10:19:31 +05:30
Raphael Collet b1ef98d463 [IMP] sale, sale_crm, sale_layout, sale_mrp: remove group_extended
bzr revid: rco@openerp.com-20120425121223-30vvjjmj748gfhzm
2012-04-25 14:12:23 +02:00
Jagdish Panchal (Open ERP) 29918c6418 [IMP] rename UOM to Unit of Measure everywhere in sale,stock,purchase,project_long_term and project_planning
bzr revid: jap@tinyerp.com-20120425120908-z13f1k2an7q01b8j
2012-04-25 17:39:08 +05:30
Meera Trambadia (OpenERP) 2c1bb5c15d [IMP] sale:- reorganised reporting menu
bzr revid: mtr@tinyerp.com-20120228050536-h3riwk18q1zea7qi
2012-02-28 10:35:36 +05:30
Divyesh Makwana (Open ERP) 9285b28374 [FIX] sale : remove the access to Sales Analysis to a Sales User
lp bug: https://launchpad.net/bugs/904151 fixed

bzr revid: mdi@tinyerp.com-20111215052037-vzk4n8jts4ycdbvk
2011-12-15 10:50:37 +05:30
Fabien Pinckaers 7684853fd2 merge: analysis view with year/month with OR expression
bzr revid: fp@tinyerp.com-20111114092708-hlbxj7ah6gg7g452
2011-11-14 10:27:08 +01:00
Fabien Pinckaers 392ad165ff [IMP] sales analysis for everyone
bzr revid: fp@tinyerp.com-20111114090906-adu6jedq5211zoly
2011-11-14 10:09:06 +01:00