Commit Graph

61410 Commits

Author SHA1 Message Date
Olivier Dony 657de17a68 [IMP] sale_portal: add a config setting to make the portal payment option visible to all employees
bzr revid: odo@openerp.com-20121026170548-h825iisbs4vn865l
2012-10-26 19:05:48 +02:00
Olivier Dony 52ee9769f6 [IMP] sale_portal: add payment option on invoices, fix state check to display it on sale.order
bzr revid: odo@openerp.com-20121026164803-625usw34bnyzmxqu
2012-10-26 18:48:03 +02:00
Olivier Dony 0f3ed1e09a [IMP] portal_sale: better menu labels, add group to restrict visibility of payment options, improve module description
bzr revid: odo@openerp.com-20121026152827-iq5ku8q3atqisw6m
2012-10-26 17:28:27 +02:00
Olivier Dony 75629866d2 [IMP] payment.acquirer: code simplification/cleanup
bzr revid: odo@openerp.com-20121026130304-p1tp8pkruj60dbv2
2012-10-26 15:03:04 +02:00
Olivier Dony 9cfe9b6112 [IMP] portal,portal_sale: fine-tuning of payment block appearance, added amount, converted paypal example to <form>
bzr revid: odo@openerp.com-20121025113502-fye11iuur4x0ewm2
2012-10-25 13:35:02 +02:00
Olivier Dony 21e48c3b96 [ADD] portal_sale: integrate payment acquirer options in sale.order forms
bzr revid: odo@openerp.com-20121024131647-hfqgjpftwgygx976
2012-10-24 15:16:47 +02:00
Olivier Dony 20c81b5e2f [ADD] portal: added portal.payment.acquirer model
portal.payment.acquirer stores payment processor
options (formally called payment acquirers). Each
acquirer is just a name and an HTML form template,
used to render an HTML snippet that can be included
in views where a payment option should be displayed.
The aquirer model has a generic method for rendering
a complete block of HTML to be included in form views
directly (with matching CSS): render_payment_block().

This method takes a few parameters to figure out
the name/reference, amount, currency, etc. to pay.

bzr revid: odo@openerp.com-20121024131554-j01ucniecjmoz3jq
2012-10-24 15:15:54 +02:00
Olivier Dony 21b56902b7 [FIX] sale/edi: paypal payment should be possible as soon as SO is not draft
Most companies won't mind if customers pay too early.
Even if the amount is not 100% correct, it can be
adjusted later, and it's better than missing a
revenue opportunity.

bzr revid: odo@openerp.com-20121024125957-oo8r9zmazzdonhd7
2012-10-24 14:59:57 +02:00
Olivier Dony 88dcca513f [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20121024090615-zuh7aub6fhcwhy82
2012-10-24 11:06:15 +02:00
Fabien Pinckaers b2d31c0e91 [FIX] install wizards, ugly hack from r7182
bzr revid: fp@tinyerp.com-20121024071747-1n6p4ztsj1vy1wko
2012-10-24 09:17:47 +02:00
Launchpad Translations on behalf of openerp b7feab731b Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121024045536-py0ehkq8nazb5en1
bzr revid: launchpad_translations_on_behalf_of_openerp-20121024045556-v4pmdh85f6qnn1f6
bzr revid: launchpad_translations_on_behalf_of_openerp-20121024052044-ajcrxdgxe6plx868
2012-10-24 05:20:44 +00:00
Quentin (OpenERP) 0efbb1aacc [MERGE] survey review
bzr revid: qdp-launchpad@openerp.com-20121024000215-l9ymy2p2783lo56l
2012-10-24 02:02:15 +02:00
Quentin (OpenERP) 9c712d5336 [IMP] survey: code review
bzr revid: qdp-launchpad@openerp.com-20121023223358-vqey57o52eyi6fhf
2012-10-24 00:33:58 +02:00
Fabien Pinckaers d78b7a2815 [IMP] accounting
bzr revid: fp@openerp.com-20121023211347-kdodwhdir7p1skgb
2012-10-23 23:13:47 +02:00
Quentin (OpenERP) b8756e6606 [FIX] survey: 'format requires mapping' error fixed
bzr revid: qdp-launchpad@openerp.com-20121023183257-hzl1ed9nhkci7348
2012-10-23 20:32:57 +02:00
niv-openerp f29c65d308 [FIX] problem in graphs, they did not formatted correctly the labels
bzr revid: nicolas.vanhoren@openerp.com-20121023154742-89pcer4gv3sepy8n
2012-10-23 17:47:42 +02:00
niv-openerp 1480c7508a Now uses official formatting method
bzr revid: nicolas.vanhoren@openerp.com-20121023153801-l98x0dtpyh6l8vjm
2012-10-23 17:38:01 +02:00
niv-openerp fa11c31eae Removed server-side implementation
bzr revid: nicolas.vanhoren@openerp.com-20121023152646-ju42b5dzmckfzi5a
2012-10-23 17:26:46 +02:00
Quentin (OpenERP) a94b8b432f [FIX] survey: syntax error
bzr revid: qdp-launchpad@openerp.com-20121023151740-wjft48qjgffasaug
2012-10-23 17:17:40 +02:00
niv-openerp 4014421326 Regression with bar charts
bzr revid: nicolas.vanhoren@openerp.com-20121023151740-20xaros930r9806p
2012-10-23 17:17:40 +02:00
niv-openerp f1e8ad572e fixed problem with some other bar chart
bzr revid: nicolas.vanhoren@openerp.com-20121023151615-ptv4was339w13li6
2012-10-23 17:16:15 +02:00
niv-openerp 796958fa7c Currently working for bar charts
bzr revid: nicolas.vanhoren@openerp.com-20121023151123-ebo1edkp65c3dk94
2012-10-23 17:11:23 +02:00
niv-openerp f6a1c4986d lot of modifs, still not functionning
bzr revid: nicolas.vanhoren@openerp.com-20121023145858-dg34k7kqi3jkar6z
2012-10-23 16:58:58 +02:00
Quentin (OpenERP) f57cc2402d [IMP] survey: code review
bzr revid: qdp-launchpad@openerp.com-20121023144746-aidxyhxho59irw2d
2012-10-23 16:47:46 +02:00
Antony Lesuisse 9155f0318e [IMP] http dispatching decorators
bzr revid: al@openerp.com-20121023141441-5yc5gso95tl1p157
2012-10-23 16:14:41 +02:00
Fabien Meghazi d559db9aec [FIX] Sale order reference changed in sale order calendar view
lp bug: https://launchpad.net/bugs/1003861 fixed

bzr revid: fme@openerp.com-20121023135406-040p3ohbr8y53j8d
2012-10-23 15:54:06 +02:00
Antonin Bourguignon c03c830ba5 [MERGE] trunk-bug-1033505-abo: only fetch the analytic accounts that the current user has the right to read, avoiding an access error when calling name_get()
lp bug: https://launchpad.net/bugs/1033505 fixed

bzr revid: abo@openerp.com-20121023131456-rc01x1m2b9pwtaae
2012-10-23 15:14:56 +02:00
niv-openerp 3c9fc8d200 [FIX] mrp: problem in manufacturing orders
bzr revid: nicolas.vanhoren@openerp.com-20121023131057-ivbtt8vnta321xie
2012-10-23 15:10:57 +02:00
niv-openerp 587e72300e [IMP] added functionality in m2m to be used in one addon
bzr revid: nicolas.vanhoren@openerp.com-20121023130957-n6glzxromnxg4gkr
2012-10-23 15:09:57 +02:00
niv-openerp cdb0601417 got it
bzr revid: nicolas.vanhoren@openerp.com-20121023125957-lfs7yogbygw2uz4a
2012-10-23 14:59:57 +02:00
niv-openerp 94bc60b310 reverted changes to o2m
bzr revid: nicolas.vanhoren@openerp.com-20121023125213-d7nc1282zmbvk72a
2012-10-23 14:52:13 +02:00
niv-openerp bb22e231ff merge trunk
bzr revid: nicolas.vanhoren@openerp.com-20121023124321-cmd2jtnslyk30mr7
2012-10-23 14:43:21 +02:00
niv-openerp 997b07274d merge
bzr revid: nicolas.vanhoren@openerp.com-20121023124258-uj12kzkd2jy61n72
2012-10-23 14:42:58 +02:00
niv-openerp 8d92a33443 [FIX] corrected the field reference
bzr revid: nicolas.vanhoren@openerp.com-20121023124042-u5yfvylxy7a2clfv
2012-10-23 14:40:42 +02:00
Antonin Bourguignon cb713061b5 [IMP] var names
bzr revid: abo@openerp.com-20121023123814-wbdrf146em3d39pe
2012-10-23 14:38:14 +02:00
Fabien Meghazi f50c720f3e [ADD] Add menu_id in url state
bzr revid: fme@openerp.com-20121023122833-l9a520bkpe2yty2r
2012-10-23 14:28:33 +02:00
Antonin Bourguignon 910bb4d24e [FIX] only fetch the analytic accounts that the current user has the right to read, avoiding an access error when calling name_get()
lp bug: https://launchpad.net/bugs/1033505 fixed

bzr revid: abo@openerp.com-20121023121501-gl0wfhdo9zp34wx2
2012-10-23 14:15:01 +02:00
Olivier Dony 6fadb45325 [IMP] sale,purchase,invoice: make `Send by mail` action more robust to template/view deletion
bzr revid: odo@openerp.com-20121023115628-3wvxcrkgazhi9p75
2012-10-23 13:56:28 +02:00
Olivier Dony 67d4646d09 [IMP] sale,purchase,invoice: attach PDF report to `Send by mail` template
This is quite useful in general, and partly
compensates for partial EDI integration, e.g.
when the sender company does not have a portal
or any way for customers to see the document.

bzr revid: odo@openerp.com-20121023114214-8zpl96jxqvqxv4xw
2012-10-23 13:42:14 +02:00
Quentin (OpenERP) d8e3f1d46b [MERGE] merged the branch that add a new field on supplier invoices, to store the number as provided by your supplier. Suggested by Normunds Vilcans
bzr revid: qdp-launchpad@openerp.com-20121023101556-6u2cq378bbkjypeg
2012-10-23 12:15:56 +02:00
Fabien Meghazi 957c187bb1 [IMP] Make 'oe_list_cannot_*' css classes generic
bzr revid: fme@openerp.com-20121023095559-63exp0dyf5zsd3qw
2012-10-23 11:55:59 +02:00
Amit Patel ab2a68b55c [MERGE]:trunk
bzr revid: apa@tinyerp.com-20121023090930-ouyg9ibm7ieicohy
2012-10-23 14:39:30 +05:30
Xavier Morel 9bf9ca7a67 [FIX] list view to use View#load_view rather than its own implementation thereof
bzr revid: xmo@openerp.com-20121023085329-y01e1u77vfz2n7a9
2012-10-23 10:53:29 +02:00
Xavier Morel 41fba390b2 [IMP] cleanup View.load_view a bit
and remove unused variables in ViewManagerAction#switch_view

bzr revid: xmo@openerp.com-20121023085220-h7lwft0nilng1q4y
2012-10-23 10:52:20 +02:00
vta vta@openerp.com a53941b165 [FIX] Fixed CallbackEnabled issues in POS.
bzr revid: vta@openerp.com-20121023075035-wx3awh0sdeeqa7t3
2012-10-23 09:50:35 +02:00
olt@tinyerp.com 5d7f760a05 [FIX] anonymization: add an object to handle migration issues
bzr revid: olt@tinyerp.com-20121023072317-zkv1rbf8pt0qnh3g
2012-10-23 09:23:17 +02:00
Launchpad Translations on behalf of openerp c55438e695 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121023044839-5p7b9e93zpxmpfpv
bzr revid: launchpad_translations_on_behalf_of_openerp-20121023050546-in29ajkb3zkyg3za
2012-10-23 05:05:46 +00:00
Antony Lesuisse 40c3a1d748 [FIX] process model link to doc.openerp.com
bzr revid: al@openerp.com-20121023010303-u0opl3aluqtogqeb
2012-10-23 03:03:03 +02:00
Antony Lesuisse 9f8efd3adc [MERGE] process node links to doc.openerp.com
bzr revid: al@openerp.com-20121023010138-fcsci3zc1ydpr1mz
2012-10-23 03:01:38 +02:00
Fabien Pinckaers a21cc373bf [MERGE] project cleanup
bzr revid: fp@tinyerp.com-20121022175311-9dqift6jop58qw7m
2012-10-22 19:53:11 +02:00