Commit Graph

24 Commits

Author SHA1 Message Date
Antony Lesuisse 32cd94c631 [MERGE] lp:~florent.x/openobject-addons/trunk-use-simplejson
bzr revid: al@openerp.com-20121218152110-aj4rxlzlovfp1qhw
2012-12-18 16:21:10 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Olivier Dony ce1226a4a8 [FIX] sale,edi: fix sale EDI import test + better debug
- `delay` field on SO line  moved to sale_stock, ignoring it for now
- avoid reusing the same bank account in 6.1 test, would cause a test
  failure because the import would be skipped and the new partner
  would have no bank account. Bank accounts should be unique in the
  real world.
- log in DEBUG when a relationship record is skipped during EDI import

bzr revid: odo@openerp.com-20121019111100-dwf0crocqv43m3ij
2012-10-19 13:11:00 +02:00
Olivier Dony 48cfc1bb02 [IMP] edi,account: fix EDI import of invoices, now compatible again with 6.1, and correct wrt. partners import (vs old addresses)
bzr revid: odo@openerp.com-20121017162937-fprd53n4ljo5bdim
2012-10-17 18:29:37 +02:00
Olivier Dony c7757baf77 [IMP] edi: ported web part to 7.0 + removed the EDI preview- and export-related parts
As started in previous commits, in 7.0 there is no more
static storage of exported EDI documents, and they are
instead replaced by the improved portal - which will
provide the preview as well as export capabilities.
(The export might be added in a second phase)

bzr revid: odo@openerp.com-20121016122913-ndl0l36buhku3kxy
2012-10-16 14:29:13 +02:00
Olivier Dony 5f24594223 [IMP] edi: work-in-progress: remove permanent storage of edi.document
The EDI documents will now be generated on demand
and available from the Portal view of each document.
Instead of getting a link to a statically generated
EDI document, customers will receive a link to
the portal access to the document. They will be able
to signup on the portal the first time as well,
provided they are using the secure token that was
sent to them (i.e. the right link).

The link to pay online will be available in the
portal as well.

Still much to do, this is a small first step,
with edi.document renamed to edi.edi for
consistency, as it will not persist any
edi.document anymore.

bzr revid: odo@openerp.com-20121011152008-bht7ub6woaex0a7u
2012-10-11 17:20:08 +02:00
Antonin Bourguignon a52eeef519 [IMP] rephrase some error and warning messages in document, edi, google_base_account, mrp and mrp_repair
remove exclamation marks at the end of messages
remove unjustified capital letters

bzr revid: abo@openerp.com-20120806170841-cx9vuend1vglmsqk
2012-08-06 19:08:41 +02:00
Saurang Suthar(OpenERP) 839d166da5 [IMP] Improved warning messages for edi and fetchmail modules
bzr revid: pso@tinyerp.com-20120725120401-cyn84znppa8t9vqf
2012-07-25 17:34:01 +05:30
Pinakin Nayi (OpenERP) 62e4a52f2d [IMP]edi-event-email_template-fetchmail-warning-msg
bzr revid: pna@tinyerp.com-20120712122459-hvvxq5nqrtfxv3ei
2012-07-12 17:54:59 +05:30
Quentin (OpenERP) 25fc3c3ec5 [MERGE] merged main trunk branch
bzr revid: qdp-launchpad@openerp.com-20120628114905-nnnho2mngndimj9b
2012-06-28 13:49:05 +02:00
Kuldeep Joshi (OpenERP) 3c50eb017a [IMP] set logging.getLogger(__name__)
bzr revid: kjo@tinyerp.com-20120622064854-5f6fss55k7305e8q
2012-06-22 12:18:54 +05:30
Ankita Patel (OpenERP) 26a39a6d0c [FIX]sale_crm: update context
bzr revid: pat@tinyerp.com-20120619121016-quk5kem1eud7ddro
2012-06-19 17:40:16 +05:30
Christophe Simonis 664de510ad [IMP] edi: remove debug in edi url
bzr revid: chs@openerp.com-20120113111736-w542872mwozrhbpp
2012-01-13 12:17:36 +01:00
Olivier Dony 519165183e [FIX] edi: replace name_create by create
Now that res.partner does not allow name_create anymore
for usability reasons, we cannot depend on it, so we re-
implement it with create().

bzr revid: odo@openerp.com-20111220144131-1fbmx5vqckpofrkg
2011-12-20 15:41:31 +01:00
Olivier Dony 9f121848f2 [FIX] edi: do not force send EDI notification, wait for mail scheduler
bzr revid: odo@openerp.com-20111105140059-1g2d6rfzf1um6m66
2011-11-05 15:00:59 +01:00
Olivier Dony 00dc28d4b0 [IMP] edi: updated metadata, improved error handling
bzr revid: odo@openerp.com-20111105004217-7s1ks15so5167lfp
2011-11-05 01:42:17 +01:00
Olivier Dony 61eb5220a9 [IMP] edi,email_template: allow directly sending EDI emails notification without queuing
bzr revid: odo@openerp.com-20111103020803-woh1ydv1z0okfp3i
2011-11-03 03:08:03 +01:00
Olivier Dony 326a7b562c [IMP] edi: review/improve EDI templates, cleanup, minor fixes (wip)
bzr revid: odo@openerp.com-20111026000110-12zecr32uyola9lc
2011-10-26 02:01:10 +02:00
Olivier Dony 1e80c28ef1 [IMP] edi: provide central metod to generate the `canonical` document printout for EDI export
bzr revid: odo@openerp.com-20111010143713-jnr9tkkoz60m5pnj
2011-10-10 16:37:13 +02:00
Olivier Dony 2fe81d3567 [IMP] edi: better user feedback for import errors
bzr revid: odo@openerp.com-20111006163342-4ah7fh7dwamegt6z
2011-10-06 18:33:42 +02:00
Olivier Dony e47fbc56ea [IMP] edi: support for __import_module and __import_model metadata
This is useful for transtyping documents, for example a sale.order
must be converted to a purchase.order when it is imported via EDI.

bzr revid: odo@openerp.com-20111006113319-ll5rfavzwzftkydb
2011-10-06 13:33:19 +02:00
Olivier Dony 77180a5bcc [IMP] edi: bugfixes/cleanup after more review
bzr revid: odo@openerp.com-20111005003338-6ol0kd8espdfaq32
2011-10-05 02:33:38 +02:00
Olivier Dony b57ad41b0b [IMP] edi: finish moving edi into new addon
bzr revid: odo@openerp.com-20111004205716-u3pdb9th4ma3zkvx
2011-10-04 22:57:16 +02:00
Olivier Dony d59572ccc2 [ADD] edi: moved from server into separate module
bzr revid: odo@openerp.com-20111004164339-4fxlpxjadsm499kb
2011-10-04 18:43:39 +02:00