Commit Graph

81766 Commits

Author SHA1 Message Date
openerp-sle a88f73b3a5 [IMP] Purchase requisition converted to QWeb. Minor changes into purchase_* views
bzr revid: openerp-sle@openerp-sle.home-20140214165550-s4lffhih8107pehl
2014-02-14 17:55:50 +01:00
openerp-sle 8a72eff36b [FIX] Fix useless import following the removal of rml purchase reports
bzr revid: openerp-sle@openerp-sle.home-20140214150700-2zuukk4ahs4q1zhs
2014-02-14 16:07:00 +01:00
openerp-sle 31cf553335 [IMP] Purchase quotation and purchase order converted to QWeb
bzr revid: openerp-sle@openerp-sle.home-20140214144627-se5x0alcl43gut4k
2014-02-14 15:46:27 +01:00
openerp-sle f51ffe6227 [FIX] Minor fixes in sale and tax views
bzr revid: openerp-sle@openerp-sle.home-20140214094834-x3trvtnbmffo1dtb
2014-02-14 10:48:34 +01:00
openerp-sle dd3122c050 [IMP] Taxes report converted to QWeb
bzr revid: openerp-sle@openerp-sle.home-20140213173910-w1srnhcyrwhrox1h
2014-02-13 18:39:10 +01:00
openerp-sle 488e8390c6 [IMP] Report model: added an 'eval_params' method that will convert a dict originated from jquery.param into a python dict
bzr revid: openerp-sle@openerp-sle.home-20140213173709-c8pzw0htrj0il53z
2014-02-13 18:37:09 +01:00
openerp-sle 305896b598 [IMP] Report model: added support for datas in 'get_action' method
bzr revid: openerp-sle@openerp-sle.home-20140213151248-rwlaebo32edot4a7
2014-02-13 16:12:48 +01:00
openerp-sle e7f03b92c4 [MERGE] trunk
bzr revid: openerp-sle@openerp-sle.home-20140213121633-d1qnw9hsgz2e392d
2014-02-13 13:16:33 +01:00
openerp-sle 0ae6d1f4e7 [FIX] More accurate values for the demo paper format and website contact widget enhanced
bzr revid: openerp-sle@openerp-sle.home-20140213120739-4jh30s94scfr584e
2014-02-13 13:07:39 +01:00
Thibault Delavallée df313af409 [MERGE] [IMP] crm: added default alias configurable directly in sales configuration menu. This default alias is an alias creating leads, not linked to a specific thread or parent.
Like what has been done in HR recently, it is now possible to directly configure a default alias for leads in the sales configuration menu. This allows an easier alias configuration compared to directly editing the aliases.

[FIX] hr: fixed default alias computation.

bzr revid: tde@openerp.com-20140213112811-y4rynjmdldrjs4gg
2014-02-13 12:28:11 +01:00
openerp-sle cf9548f1a3 [FIX] Fix bug in report layouts due to 't-att-src' being treated before 't-if' on the same tag
bzr revid: openerp-sle@openerp-sle.home-20140213102547-sabhj66c98dxa8x0
2014-02-13 11:25:47 +01:00
Launchpad Translations on behalf of openerp 3eceef7802 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140213054839-bknb7wozzfcl2b5p
bzr revid: launchpad_translations_on_behalf_of_openerp-20140213061121-vm9ot1x4ve6ekaoe
2014-02-13 06:11:21 +00:00
openerp-sle a2805ee6d7 [FIX] Sale: QWeb action returned when clicking on print button on form view
bzr revid: openerp-sle@openerp-sle.home-20140212230002-4e1rsmeutg45h237
2014-02-13 00:00:02 +01:00
openerp-sle 271f350268 [FIX] Sale Stock: remove print sale order test
bzr revid: openerp-sle@openerp-sle.home-20140212221254-whmb4uw3ztl6g34w
2014-02-12 23:12:54 +01:00
openerp-sle eb4bdb1a49 [IMP] Website: contact widget has now an option to disable fontawesome markers
bzr revid: openerp-sle@openerp-sle.home-20140212220801-66kuwbz8d3piy2sa
2014-02-12 23:08:01 +01:00
openerp-sle 999050a9df [IMP] Email_template module now handles qweb-pdf report in mail attachment
bzr revid: openerp-sle@openerp-sle.home-20140212212259-sq7mpkt09a0t6v6d
2014-02-12 22:22:59 +01:00
openerp-sle 38a9bf0901 [FIX] Report module dependancies
bzr revid: openerp-sle@openerp-sle.home-20140212212026-e9jj8tm7esdywsfl
2014-02-12 22:20:26 +01:00
openerp-sle 12e9d218b0 [IMP] Sale order report converted to QWeb
bzr revid: openerp-sle@openerp-sle.home-20140212182247-0ahbbrgob4ssz9bn
2014-02-12 19:22:47 +01:00
openerp-sle d2cdf5c0eb [IMP] Report model: added a method to easily returns a pdf and another to easily generate a report action
bzr revid: openerp-sle@openerp-sle.home-20140212181202-8kuc6cap1oymgjn3
2014-02-12 19:12:02 +01:00
openerp-sle 8dbd892d8b [IMP] Added the route converting all reports to pdf thanks to wkhtmltopdf. The html rendered report is downloaded via werkzeug.test.client and then parsed into an lxml.etree in order to extract only the useful data : local css, header, content and footer. We then generate a minimalist html page that is passed to wkhtmltopdf. Save in attachment feature is handled. A method transform a paperformat object into a list of parameters for wkhtmltopdf. Multiple IDS reports are generated in different pdf merged at the end.
bzr revid: openerp-sle@openerp-sle.home-20140212180934-dupp8x2ivo52uzib
2014-02-12 19:09:34 +01:00
openerp-sle 5fa1be1303 [IMP] Added the default controller for the generic html reports (reports not needing data to be preprocessed)
bzr revid: openerp-sle@openerp-sle.home-20140212180025-c3p4xnixd3sty7gh
2014-02-12 19:00:25 +01:00
openerp-sle fe7d55cbdb [IMP] Added some default layouts (internal and external with more or less information). The website RTE is called from these layouts, as well as the language selector. Note: currently, the link of the bootstrap 3.1 css points to the official bootstrap site.
bzr revid: openerp-sle@openerp-sle.home-20140212175819-8cr53bzafn2uo8rc
2014-02-12 18:58:19 +01:00
openerp-sle 0d01d96dd4 [IMP] Added a 'paperformat' model that will handle properties of pdf documents that are generated from html reports. A company is linked to a default paper format and a report can be linked to a specific paperformat in order to override the default one.
bzr revid: openerp-sle@openerp-sle.home-20140212175412-aeij8e9ifwjwgc1m
2014-02-12 18:54:12 +01:00
openerp-sle 7b66c1e35f [IMP] Report model: Added a 'render_doc' method that renders a template into the associated partner's lang (used in invoices for instance).
bzr revid: openerp-sle@openerp-sle.home-20140212173037-889koy9to39xg38c
2014-02-12 18:30:37 +01:00
openerp-sle c3c43a9ce5 [IMP] Report model: Added a 'render' method that redirects to request.websit.render. Reports rendering therefore needs the website module.
bzr revid: openerp-sle@openerp-sle.home-20140212172750-va0dkdavcomwsy87
2014-02-12 18:27:50 +01:00
openerp-sle 71be2de1ef [IMP] Add structure of the 'report' module
bzr revid: openerp-sle@openerp-sle.home-20140212172214-r0n8wzngr1hkp8q0
2014-02-12 18:22:14 +01:00
Frédéric van der Essen e53dd423e0 [IMP] hw_scanner: remove useless controller
bzr revid: fva@openerp.com-20140212165145-i1vevufc1bluq31y
2014-02-12 17:51:45 +01:00
Thibault Delavallée 15db009e99 [MERGE] [IMP] account, analytic, project: misc usability improvements.
Small improvements and fixes in label of views, added some strings, cleaned
some tooltips, updated a project data.

bzr revid: tde@openerp.com-20140212121315-s4vol4b159dqh042
2014-02-12 13:13:15 +01:00
Thibault Delavallée 5e0ef7071c [MERGE] [IMP] website: server actions: usability improvements
- added website_path, used to compute the full URL allowing to access the server action. This allows more custom and short URLs, like website/action/partners instead of website/action/website.action_partners;
- added website_url, computed file with the full URL of the server action that is displayed on the form view, to ease usability.
- added a filter for server action, to easily find code and published server actions
- updated server action controller: now takes xml_id, id, or website_path

bzr revid: tde@openerp.com-20140212111609-55mkck2tu1zkeley
2014-02-12 12:16:09 +01:00
Christophe Simonis 9250fd83c5 [FIX] oe initialize start http server to allow http tests to pass
bzr revid: chs@openerp.com-20140212105512-lag945hh0l8z7owk
2014-02-12 11:55:12 +01:00
Thibault Delavallée 19d9b7309d [CLEAN] website: ir_actions: removed commented line + small reordering of columns definition + fixed an help string
bzr revid: tde@openerp.com-20140212104227-bd2rsrewqizmxtf3
2014-02-12 11:42:27 +01:00
Thibault Delavallée 4c11416db6 [FIX] website: server action controllers: fixed typo in a domain
bzr revid: tde@openerp.com-20140212103912-1rhyl3wxa2a084ls
2014-02-12 11:39:12 +01:00
Thibault Delavallée e1e528e19c [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20140212103823-aifj3y0dwir0cbyv
2014-02-12 11:38:23 +01:00
Thibault Delavallée 3c3bff14c0 [CLEAN] website: server action controllers: removed unnecessary variable
bzr revid: tde@openerp.com-20140212103753-8fheizloj3minlt6
2014-02-12 11:37:53 +01:00
Turkesh Patel (Open ERP) e897567124 [IMP] improved code.
bzr revid: tpa@tinyerp.com-20140212103148-p8sem0gfnb2evpq1
2014-02-12 16:01:48 +05:30
Thibault Delavallée 42a66f6a72 [MERGE] [IMP] misc usability improvements
- account: add a name when invoking some journal items views
- calendar: removed an editable in event.type tree view
- phonecalls: removed default searchs in logged / scheduled calls actions, using domain instead; small fix in meeting creation from a phonecall, use partner_ids instead of partner_id
- report_webkit: some menu reordering

bzr revid: tde@openerp.com-20140212102113-torfdhfw2hajpuvm
2014-02-12 11:21:13 +01:00
Turkesh Patel (Open ERP) 3afdd7d715 [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20140212091046-bgg26a6njznovfbq
2014-02-12 14:40:46 +05:30
Launchpad Translations on behalf of openerp 0bbf709f5c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140212052933-2x7w3n6hxognlz1m
2014-02-12 05:29:33 +00:00
Christophe Simonis 295743b1c1 [IMP] oe initialize must take the port as parameter (for http tests)
bzr revid: chs@openerp.com-20140211224846-waor2hz1fkw1dml8
2014-02-11 23:48:46 +01:00
Frédéric van der Essen 6dd6035509 [MERGE] point_of_sale: allow negative product quantities and totals in the POS
bzr revid: fva@openerp.com-20140211165120-306mkomw1t964x33
2014-02-11 17:51:20 +01:00
Frédéric van der Essen bfcc2fead3 [MERGE] from trunk
bzr revid: fva@openerp.com-20140211165043-3t8nys0btenqie59
2014-02-11 17:50:43 +01:00
Frédéric van der Essen bcc6a6aeda [IMP] point_of_sale: allow negative product quantities, and negatives totals
bzr revid: fva@openerp.com-20140211164541-nt2xu5rhdv0tm7pk
2014-02-11 17:45:41 +01:00
Raphael Collet 3aa24b345e [MERGE] from saas-3
bzr revid: rco@openerp.com-20140211162843-bfowcg6a3qb91h3c
2014-02-11 17:28:43 +01:00
Raphael Collet 9f7c687dec [FIX] ir_ui_view: in context dict, put model name instead of model itself
bzr revid: rco@openerp.com-20140211162736-hgkwjk336ldkjej6
2014-02-11 17:27:36 +01:00
Denis Ledoux 6185dbf5a2 [FIX]hr_hodlidays: date_from and date_to are required only if leave request, not if leave alloc
bzr revid: dle@openerp.com-20140211154827-d1529gkf30e57wz5
2014-02-11 16:48:27 +01:00
Gery Debongnie 1f06a50153 [MERGE] merge various graph view fixes
bzr revid: ged@openerp.com-20140211154441-6sq778kxoxeg7zrf
2014-02-11 16:44:41 +01:00
Gery Debongnie 3a9833d212 [FIX] fixes various problem with the sales team screen (crashes and various dates mismatch) (mainly addon crm)
bzr revid: ged@openerp.com-20140211154307-p2pwv7fin33nsnri
2014-02-11 16:43:07 +01:00
Thibault Delavallée d93fce56b6 [MERGE] mrp: small usability fixes
- updated groups on some fields of bom
- removed some icons in form view, to be coherent with other form views
- BOM form view: updated onchange_product_id that now takes product_qty into account to compute
uos and uos quantity.

bzr revid: tde@openerp.com-20140211152116-niwt0pak4r0n8jst
2014-02-11 16:21:16 +01:00
Christophe Simonis 04e783e880 [FIX] auth_oauth: decorator @fragment_to_query_string must redirect to same route
bzr revid: chs@openerp.com-20140211145529-cp1rhf3hbhvq4sg4
2014-02-11 15:55:29 +01:00
Christophe Matthieu 712811654a [FIX] website: text-box and image in the banner is too big on large screen. It should be in a 'container'.
bzr revid: chm@openerp.com-20140211143619-b1dwa5q1wdoeyzn4
2014-02-11 15:36:19 +01:00