Commit Graph

70530 Commits

Author SHA1 Message Date
Leonardo Pistone 49c3ded48e [fix] l10n_it: 2% tax has code 22a, 22b instead of 2a, 2b
lp bug: https://launchpad.net/bugs/1235158 fixed

bzr revid: leonardo.pistone@agilebg.com-20131004111111-ji9rekvpo71afl05
2013-10-04 13:11:11 +02:00
Olivier Dony bec80227d9 [FIX] account_voucher, product, stock: use selection widgets for magic context fields, to pass IDs in the context instead of strings
Many2one fields resolve to strings when used
as `self` within the @context or @filter_domain
attributes of a search field, because they
must be able to support partial matches,
e.g. search for "Sto" to match "Stock".
In many case the code was not prepared to accept
string for the magic context values, so the
magic fields now caused crashes.

The widget="selection" attribute was dropped
during the search view cleanup for 7.0,
without noticing this unfortunate side-effect,
at revision:
  addons 7.0 revno 7142 revid:qdp-launchpad@openerp.com-20120731150358-jqd3eoz06imzlx01

lp bug: https://launchpad.net/bugs/1192484 fixed

bzr revid: odo@openerp.com-20131004105218-edvb5ewduqar3x88
2013-10-04 12:52:18 +02:00
Launchpad Translations on behalf of openerp 6ad09a8b40 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131004054526-wrer2m4h9u0lpvmm
2013-10-04 05:45:26 +00:00
Olivier Dony e79169de07 [MERGE] l10n_br: addition of some IPI taxes, courtesy of Renato Lima (Akretion)
bzr revid: odo@openerp.com-20131003155613-g4zibfq32766j1wi
2013-10-03 17:56:13 +02:00
Olivier Dony 41cc21215f [MERGE] hr_timesheet_invoice: make YML tests more robust wrt extra demo data, courtesy of Moisés López (Vauxoo)
bzr revid: odo@openerp.com-20131003145428-wdhjxwmdzx7i1nue
2013-10-03 16:54:28 +02:00
Olivier Dony 837196afbd [FIX] account: CoA installer: include parent charts when determining default taxes, otherwise they cannot be set during install
bzr revid: odo@openerp.com-20131003134820-ksc52izjwfpxn2ps
2013-10-03 15:48:20 +02:00
Olivier Dony 25e2badecf [MERGE] auth_signup: invitation mail - fallback to user email when company has no email
This avoids a confusing error message. The email
sender does not matter much in this case anyway.

bzr revid: odo@openerp.com-20131003105149-6v1vpv53k0dol53e
2013-10-03 12:51:49 +02:00
Olivier Dony 306b2295c6 [IMP] hr_timesheet_invoice: cleanup/simplify previous commit
bzr revid: odo@openerp.com-20131003104355-2ttyu8wnactkawmn
2013-10-03 12:43:55 +02:00
Olivier Dony c7d9baf099 [FIX] hr_timesheet_invoice: make YML tests more robust wrt extra demo data, courtesy of Moisés López (Vauxoo)
lp bug: https://launchpad.net/bugs/1222201 fixed

bzr revid: odo@openerp.com-20131003100042-g1fjtk36c4dcehng
2013-10-03 12:00:42 +02:00
Denis Ledoux 22baa3253f [FIX]mail: backport of fix 8787 from saas-1 branch, rev-id: chm@openerp.com-20131003091603-rarztafazl56ugid
bzr revid: dle@openerp.com-20131003095400-wgfwaazfdfhho3vb
2013-10-03 11:54:00 +02:00
Launchpad Translations on behalf of openerp b53d5c32ac Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131003055550-0r0oqctbd69hv6ud
2013-10-03 05:55:50 +00:00
Martin Trigaux be6cb7fc2a [FIX] point_of_sale: remove useless or condition in tax computation
bzr revid: mat@openerp.com-20131002143734-b51sl1taumajaaus
2013-10-02 16:37:34 +02:00
fclementi@camptocamp.com f0f7b55750 [IMP] update 2014 new VAT
bzr revid: fclementi@camptocamp.com-20131002133841-07rjon3m7bjwqo2e
2013-10-02 15:38:41 +02:00
Launchpad Translations on behalf of openerp e441ba637f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131002053724-elxvqw0n42c4lr9m
2013-10-02 05:37:24 +00:00
Denis Ledoux 7311b698a2 [FIX]portal: previous commit was wrong. I was distracted. auth_signup do not depends on share, portal is, so moving the values['share'] = true to portal module
bzr revid: dle@openerp.com-20131001173020-kv8upxloazihz5uh
2013-10-01 19:30:20 +02:00
Denis Ledoux 882184a80f [FIX]portal: add share flag to portaltemplate user and portal demo user
bzr revid: dle@openerp.com-20131001155901-3hmb81sw6yvjmuav
2013-10-01 17:59:01 +02:00
Launchpad Translations on behalf of openerp bc9bfe0f24 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131001053913-1x0pa0ji7vetnbls
2013-10-01 05:39:13 +00:00
Denis Ledoux 5be6edcec8 [FIX]crm: wizard lead to opportunities, match exact email, insensitive
bzr revid: dle@openerp.com-20130930141202-ghnujem348kydd2m
2013-09-30 16:12:02 +02:00
Martin Trigaux 7fc046e6b3 [IMP] orm: don't compute twice the same function for stored fields if two fields have the same trigger function
bzr revid: mat@openerp.com-20130930140515-4kbzkotjh2ify5vm
2013-09-30 16:05:15 +02:00
Martin Trigaux 46020a08da [IMP] store fields: do not add twice the same function field in the store_function list
bzr revid: mat@openerp.com-20130930121511-94a2k0ka91bsgrnf
2013-09-30 14:15:11 +02:00
Olivier Dony e3ddf3bbc4 [FIX] auth_signup: invitation mail - fallback to user email when company has no email
This avoids a confusing error message. The email
sender does not matter much in this case anyway.

bzr revid: odo@openerp.com-20130930083829-h7s3vmvmld91d67e
2013-09-30 10:38:29 +02:00
Launchpad Translations on behalf of openerp 3a4a093ba7 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130930054304-7r885mda98p411ax
bzr revid: launchpad_translations_on_behalf_of_openerp-20130928055410-zlzdspq6yjqrkq33
bzr revid: launchpad_translations_on_behalf_of_openerp-20130929054547-erco56ru1eyc6iq7
bzr revid: launchpad_translations_on_behalf_of_openerp-20130930054318-brbtsqs7pdngwg51
2013-09-30 05:43:18 +00:00
Olivier Dony d6a9d0c05d [FIX] ir.fields.converter: fields.reference values were not importable because the (trivial) converter was missing
bzr revid: odo@openerp.com-20130927142303-ykcjnxgdiuni3lnk
2013-09-27 16:23:03 +02:00
Martin Trigaux 08d7b4136d [FIX] point_of_sale: return empty list instead of False for report computation (opw 598437)
bzr revid: mat@openerp.com-20130927111118-bis9odhacjqaqmyp
2013-09-27 13:11:18 +02:00
Hardik Ansodariya e66ae2e671 [FIXED] pos: Fixed the issue of pos detail report when trying to pring report having order without TAX were throwing error(Maintenance case: 598437)
bzr revid: han@tinyerp.com-20130927103543-jppq53ugkj1gk2cl
2013-09-27 16:05:43 +05:30
Launchpad Translations on behalf of openerp 23620b2e54 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130925054843-vx0nogr2rpf5amw4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130926055416-ubjv2v9mogsb49f3
bzr revid: launchpad_translations_on_behalf_of_openerp-20130927061626-2rcumswg0tc4e10e
bzr revid: launchpad_translations_on_behalf_of_openerp-20130926055451-072mn28h3ew4cwfp
bzr revid: launchpad_translations_on_behalf_of_openerp-20130927061658-4svrcqcw04av1e5w
2013-09-27 06:16:58 +00:00
Denis Ledoux 64308eba36 [FIX]share: embed url action= instead of action_id=
bzr revid: dle@openerp.com-20130925140058-hahb3gtrs97a71lw
2013-09-25 16:00:58 +02:00
Launchpad Translations on behalf of openerp ba95017720 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130925054914-zqgjgcb39ny7ejt5
2013-09-25 05:49:14 +00:00
Denis Ledoux 3030fcc2ee [FIX]portal_crm: add default_type in action, in order to select properly the stage and the section_id
bzr revid: dle@openerp.com-20130924160912-iyxcrngzfgge32q6
2013-09-24 18:09:12 +02:00
Denis Ledoux 447dec696b [FIX]base, ir_translation: in _get_src, if model or record id does not exist anymore, do not apptempt to read it
bzr revid: dle@openerp.com-20130924124654-9lz76t6hx0cmxnx5
2013-09-24 14:46:54 +02:00
Martin Trigaux 89848bce01 [FIX] mrp: don't select bom out of current date range, replace sql query by orm request
lp bug: https://launchpad.net/bugs/1049415 fixed

bzr revid: mat@openerp.com-20130924122123-v4sgyx5v08ikqzsx
2013-09-24 14:21:23 +02:00
Launchpad Translations on behalf of openerp fa502fd9bd Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130924063729-1k9xlx0630vx6is5
2013-09-24 06:37:29 +00:00
Rifakat e2e20bae4c [FIX] mrp: improved fix, used DEFAULT_SERVER_DATETIME_FORMAT for date, removed extra AND and _order from search()
bzr revid: rha@tinyerp.com-20130924062648-qshruwnukmtn0b7w
2013-09-24 11:56:48 +05:30
Denis Ledoux ff3a6ddde6 [FIX]sale_crm: add context to categ_ids for sale order object. Its dummy to set 'crm.lead' for object_name in context while the current object is a 'sale.order', but its less dummy to copy crm.lead tags to sale.order tags while using the convert to quotation wizard
bzr revid: dle@openerp.com-20130923162428-g0s3o9tid09ogfv3
2013-09-23 18:24:28 +02:00
Launchpad Translations on behalf of openerp 5d89ca5f6d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130919045555-o80w0vjyl4g3d2qn
bzr revid: launchpad_translations_on_behalf_of_openerp-20130920060115-eauj5wlxmkpyxwys
bzr revid: launchpad_translations_on_behalf_of_openerp-20130922053444-ai66yjl1419gee8h
bzr revid: launchpad_translations_on_behalf_of_openerp-20130923053502-xuqx6gazdvsak6e5
bzr revid: launchpad_translations_on_behalf_of_openerp-20130921055928-8y21w291t5w0k13o
bzr revid: launchpad_translations_on_behalf_of_openerp-20130922053456-pcgrwl35kk8b7ff8
bzr revid: launchpad_translations_on_behalf_of_openerp-20130923053531-3twd4g12gj4iqmv3
2013-09-23 05:35:31 +00:00
Martin Trigaux 773d6bd2cd [FIX] sale: duplication of an existing sale order should change the date
bzr revid: mat@openerp.com-20130920150010-zj6ug2mdvagr9dv0
2013-09-20 17:00:10 +02:00
Martin Trigaux 2a6419ea55 [FIX] product: avoid getting date=False in pricelist if wrong value in context, courtesy of Alexis de Lattre
bzr revid: mat@openerp.com-20130920144529-800nviktzebexwtt
2013-09-20 16:45:29 +02:00
Martin Trigaux a8c7f45c36 [FIX] project: allow deleting project members from kanban view instead of opening the user view (opw #590451)
bzr revid: mat@openerp.com-20130920140059-hhupk5qsawaoxms4
2013-09-20 16:00:59 +02:00
Martin Trigaux 78af4af87b [FIX] stock: show button check availibility on stock.picking instead of only stock.picking.out (was not present for internal moves) opw #591370
lp bug: https://launchpad.net/bugs/1186327 fixed

bzr revid: mat@openerp.com-20130920135403-49j6c3ihhkh8yh3e
2013-09-20 15:54:03 +02:00
Martin Trigaux f4c9e9db65 [FIX] mrp_operations: change icon to start a work orders to be different than the one for scrap product (opw #591367)
bzr revid: mat@openerp.com-20130920133610-pemveaek0171wmeb
2013-09-20 15:36:10 +02:00
Martin Trigaux f3ca1a0203 [IMP] account: remove wrong colspan on partner ledger wizard
bzr revid: mat@openerp.com-20130920130304-ntbaz1dkea0c5hpe
2013-09-20 15:03:04 +02:00
Martin Trigaux 5397de6122 [FIX] survey: add missing translations
bzr revid: mat@openerp.com-20130920123938-ioifrlv200rkalhe
2013-09-20 14:39:38 +02:00
Martin Trigaux 2d25026e3f [IMP] stock: improve performances of _product_reserve by reducing the number of locations that are checked (opw#590466)
bzr revid: mat@openerp.com-20130920112437-giswgxm7o6d17iaf
2013-09-20 13:24:37 +02:00
Martin Trigaux a2d726354b [FIX] account: allow ordering of lines on all invoices (opw#590277)
bzr revid: mat@openerp.com-20130920095026-qv0o2ohcys8druf5
2013-09-20 11:50:26 +02:00
Martin Trigaux 6d99766f29 [FIX] account,purchase,stock: update report sxw to match latest rml
bzr revid: mat@openerp.com-20130920093947-os5o6b7ugsqft737
2013-09-20 11:39:47 +02:00
Launchpad Translations on behalf of openerp c7471d1bff Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130919045624-x71znzpi3rpnvpcs
bzr revid: launchpad_translations_on_behalf_of_openerp-20130920060145-80h8zse3uw3jg2fx
2013-09-20 06:01:45 +00:00
Denis Ledoux 14a8b64f02 [FIX]web base: when kanban view was setted after the tree view in the views sequence, the form view was located in the footer of the web page.
bzr revid: dle@openerp.com-20130919135517-5e3pvtbyvz13vn31
2013-09-19 15:55:17 +02:00
Launchpad Translations on behalf of openerp aaa9cfc2b2 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130915061126-sqjgy1285qq56ss2
bzr revid: launchpad_translations_on_behalf_of_openerp-20130919045631-12f8i3qaw4d309mp
2013-09-19 04:56:31 +00:00
Frédéric van der Essen 6fb8cb4756 [FIX] point_of_sale: barcode scanner was not working in firefox due to usage of event.keyCode instead of event.which
bzr revid: fva@openerp.com-20130918153347-fy4nuvbm82ngfb8x
2013-09-18 17:33:47 +02:00
Olivier Dony 130afb812d [FIX] ir.mail.server: improve support for user names with emails
The previous fix in revision 5072 only allowed user names
that contained the exact same emails, but users will do
the wildest things like having `someone@domain.com` as
name but setting their email to `someone@domain2.com`.

This was blocked by our sanity check looking for a single
email in the From header. As this check is only done
in order to provide a better error message, it should
not impact valid cases.
Modifying the check to pass when at least one email
was found should be enough to catch most invalid cases,
without requiring a more advanced analysis of the
header value (the RFCs allows very strange things!)

bzr revid: odo@openerp.com-20130918143807-wqqpqomyu1ppa2ih
2013-09-18 16:38:07 +02:00