Commit Graph

209 Commits

Author SHA1 Message Date
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
Martin Trigaux 30f07ee98d [FIX] account_voucher: better voucher payment screen
revert commit 9310 with incorrect writeoff amount
hide writeoff reconcilation fields when no price difference
hide analytic_id (Write-Off Analytic Account) when not with_writeoff

bzr revid: mat@openerp.com-20130724094023-fbd1hqwe9hdh28id
2013-07-24 11:40:23 +02:00
Quentin (OpenERP) 5a367b4c9a [IMP] account_voucher, usability: added currency_help_label to help at the understanding when using the payment rate fields
bzr revid: qdp-launchpad@openerp.com-20130514115213-cklf7s6r889ahen7
2013-05-14 13:52:13 +02:00
Quentin (OpenERP) 709fc0ca29 [FIX] account_voucher: complete fixing of vouchers in multi-currency.
*uniformized the computation in multi-currency in order to always use res_currency.compute()
*make sure to pass the right conversion rate to _current_rate() function using the context if it is specified on the voucher and, in this function, used the info from the context instead of the computed one if relevant. (This involves an ugly overwriting of the 'rate' field that will disappear in trunk: to stay backward compatible and avoid any update of 'base' module it has to be done this way).
*replace the currency_id field on the voucher by a fields.function (was a fields.related) in order to always have a currency, even if it's a voucher in the company currency. (makes the treatment easier and more consistent. Less error prone)
*misc code reaftoring

bzr revid: qdp-launchpad@openerp.com-20130502225937-ya45q2wvgqy7zo1c
2013-05-03 00:59:37 +02:00
Quentin (OpenERP) 5cf3622148 [FIX] account_voucher: usability changes related to multi currency use cases. Display the options when needed only
bzr revid: qdp-launchpad@openerp.com-20130425125244-nnqv127m0gc70e4s
2013-04-25 14:52:44 +02:00
Quentin (OpenERP) b507941664 [FIX] account_voucher: usability improvement related to multi currency
bzr revid: qdp-launchpad@openerp.com-20130425124404-t22dzpv0rtohoh9y
2013-04-25 14:44:04 +02:00
Cedric Snauwaert 630f1eb42d [FIX]account_voucher: change payment view to add some field and currency when it is the same than company.
Also add some missing field in account voucher sale form

bzr revid: csn@openerp.com-20130423152439-ixdfgasutdv1pj62
2013-04-23 17:24:39 +02:00
Olivier Dony feefb0ad36 [FIX] search views: use child_of operator for partner_id fields that can reference both companies and contacts
The goal is to match both the Company and its contacts
when searching for the Company

bzr revid: odo@openerp.com-20130420022642-6qe8pp4ifexjms65
2013-04-20 04:26:42 +02:00
Olivier Dony cd0714b78d [FIX] all: change confusing labels on Cancel buttons in form views
lp bug: https://launchpad.net/bugs/1103426 fixed

bzr revid: odo@openerp.com-20130225133804-k7012p8p81e6g8vg
2013-02-25 14:38:04 +01:00
Quentin (OpenERP) faf96b5520 [MERGE] fix of bug 1062621
lp bug: https://launchpad.net/bugs/1062621 fixed

bzr revid: qdp-launchpad@openerp.com-20130213180508-yaqgbj48yz4msb2e
2013-02-13 19:05:08 +01:00
Olivier Dony 49597f0e66 [MERGE] *: improved english wording, suggestions courtesy of OpenERP Community
bzr revid: odo@openerp.com-20121221164808-kdjrtcbgma4dr3on
2012-12-21 17:48:08 +01:00
Quentin (OpenERP) 118316430a [FIX] account_voucher; when making a payment directly from an invoice, copy the invoice description as payment reference (instead of number, which should never be filled except by the voucher validation) + open a correct view with improved usability on partner_id field
bzr revid: qdp-launchpad@openerp.com-20121221095844-5029t8z6twv67dsc
2012-12-21 10:58:44 +01:00
Khushboo Bhatt (Open ERP) 527bf5dbb9 [FIX]account_voucher:help updated
bzr revid: kbh@tinyerp.com-20121220113143-v3c9tta3ox6gqr2z
2012-12-20 17:01:43 +05:30
Khushboo Bhatt (Open ERP) f13f20dde6 [FIX]account_voucher:string updated
bzr revid: kbh@tinyerp.com-20121219070553-367g2qsv6kc4oj71
2012-12-19 12:35:53 +05:30
Josse Colpaert 96d50a9a40 [FIX] added period_id field to account_voucher dialog
lp bug: https://launchpad.net/bugs/1062621 fixed

bzr revid: jco@openerp.com-20121210141602-z7sa9lou4vkuczw3
2012-12-10 15:16:02 +01:00
Quentin (OpenERP) b3a8ad5d2d [MERGE] trunk
bzr revid: qdp-launchpad@openerp.com-20121113111638-lwlcno51ule5aq54
2012-11-13 12:16:38 +01:00
vta vta@openerp.com 781c63db9f [FIX] Typo.
bzr revid: vta@openerp.com-20121108131605-dmo1rysu4iipki1o
2012-11-08 14:16:05 +01:00
vta vta@openerp.com 5d112d629b [MERGE] Latest trunk.
bzr revid: vta@openerp.com-20121108123206-7g866idcg3s58df2
2012-11-08 13:32:06 +01:00
Atul Patel (OpenERP) d833e25c2d [FIX]: FIX voucher company_id and state domain problem
bzr revid: atp@tinyerp.com-20121108022259-qs0uy4151ucggpz0
2012-11-08 07:52:59 +05:30
vta vta@openerp.com c75d260505 [FIX] Refactoring of view_vendor_receipt_form.
bzr revid: vta@openerp.com-20121102093857-es04l1spvh1h63z8
2012-11-02 10:38:57 +01:00
Sanjay Gohel (Open ERP) 9d8d4f2867 [IMP]change name from customer to supplier and search on supplier only
bzr revid: sgo@tinyerp.com-20121030054931-wsp90h6xjdvhl16y
2012-10-30 11:19:31 +05:30
Quentin (OpenERP) a28d4b75bc [IMP] account_voucher: added monetary widget on customer/supplier payment form view
bzr revid: qdp-launchpad@openerp.com-20121010113147-8yxjj1kdx3j1i2ma
2012-10-10 13:31:47 +02:00
Antony Lesuisse 6dd16f2613 [MERGE] trunk
bzr revid: al@openerp.com-20120930141638-bw50m7b5a8wnu2yh
2012-09-30 16:16:38 +02:00
Antonin Bourguignon 8683ea9c6d [MERGE] trunk
bzr revid: abo@openerp.com-20120928152152-p6s1dzq96g0sy2sf
2012-09-28 17:21:52 +02:00
Fabien Pinckaers fc9f8491fe [MERGE] related not in 'More...'
bzr revid: fp@tinyerp.com-20120927173641-i503k4kycnwjyefj
2012-09-27 19:36:41 +02:00
Fabien Pinckaers 2e3c76f4ff [FIX] Invoice Payment
bzr revid: fp@tinyerp.com-20120927170323-b0qpufpc94dcb58h
2012-09-27 19:03:23 +02:00
Rajesh Prajapati (OpenERP) 6cf318cb39 [IMP] account_voucher : from invoice form the tab "payment information" tab visible
bzr revid: rpr@tinyerp.com-20120925084949-7o3n24opjimhi7fk
2012-09-25 14:19:49 +05:30
Rajesh Prajapati (OpenERP) 325115166b [IMP] account_voucher : made the o2m visible only if the o2m is not empty
bzr revid: rpr@tinyerp.com-20120925073645-58cwpq600ua7ei3q
2012-09-25 13:06:45 +05:30
Christophe Matthieu f47111449c [IMP] mail_follower: unique field widget, sub-types on click
bzr revid: chm@openerp.com-20120924095616-keuji387bvy6pmcs
2012-09-24 11:56:16 +02:00
Mayur Maheshwari (OpenERP) 34326cebfc [IMP] purchase : add a label on cr_ids and dr_ids improve with attrs
bzr revid: mma@tinyerp.com-20120921133704-l1v2t311ozzrna8u
2012-09-21 19:07:04 +05:30
Mayur Maheshwari (OpenERP) f59b82e4cf [IMP] purchase : add a label on cr_ids and dr_ids
bzr revid: mma@tinyerp.com-20120921114103-rv5w09nx9z72v21r
2012-09-21 17:11:03 +05:30
Christophe Matthieu fa63653de9 [MERGE] from trunk-mail-mail-rules-tde
bzr revid: chm@openerp.com-20120921095037-czl4s3v0do11yhkq
2012-09-21 11:50:37 +02:00
Bharat Devnani (OpenERP) 2bd84c5d96 [IMP] removed redundant buttons from more and kept some buttons in form view
bzr revid: bde@tinyerp.com-20120921065300-d4pcpordc4xmczd3
2012-09-21 12:23:00 +05:30
Thibault Delavallée 1206b8f7a0 [IMP] Addons: added message_is_follower and message_subtype_data invisible fields to all views using Chatter and Followers widgets.
bzr revid: tde@openerp.com-20120920115900-vvpfhjvw135vhf91
2012-09-20 13:59:00 +02:00
Bharat Devnani (OpenERP) f46b934a7a [IMP] removed same buttons from More button located at top
bzr revid: bde@tinyerp.com-20120919132454-vic77ff22hjro39t
2012-09-19 18:54:54 +05:30
Thibault Delavallée abf16c58c6 [IMP] Addons: added invisible field for message_is_follower; note: reidented view; account_voucher: reidented one view.
bzr revid: tde@openerp.com-20120917153533-u102ds3eo1xr1mnt
2012-09-17 17:35:33 +02:00
Frédéric van der Essen 7cdf99ade1 [IMP] mail: improved display of openchatter in form views
bzr revid: fva@openerp.com-20121026095821-c3idarsd5yi9fzso
2012-10-26 11:58:21 +02:00
Fabien Pinckaers f711f7d9a6 [MERGE] muti-currency group
bzr revid: fp@openerp.com-20120910201408-paf7q0cj22i72k2n
2012-09-10 22:14:08 +02:00
Dharti Ratani (OpenERP) f45b3bf33c [IMP]Account : changes made for amount_currency field and related changes applied
bzr revid: dhr@tinyerp.com-20120829061048-rc6x81wewks3x0e2
2012-08-29 11:40:48 +05:30
Dharti Ratani (OpenERP) b59ae47bb8 [IMP]Account_voucher : Applying group multi currency to currency field
bzr revid: dhr@tinyerp.com-20120828062539-37dzdvbidj23xx7t
2012-08-28 11:55:39 +05:30
Antony Lesuisse da8045d784 add message_followers_ids
bzr revid: al@openerp.com-20120815223038-ppuq03m5wj97u6rj
2012-08-16 00:30:38 +02:00
Vo Minh Thu 9822629548 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120813160657-ilujdek8ys4fzhp9
2012-08-13 18:06:57 +02:00
Quentin (OpenERP) 6391df3989 [FIX/IMP] account_voucher: changed/fixed/improved the way to handle refunds payments through vouchers. Now, the refund have to be encoded as a negative of the right type (if the amount is -200 in a customer payment, it means your paying a customer refund of 200)
bzr revid: qdp-launchpad@openerp.com-20120810124056-9rpa4ugnxhdtqhhb
2012-08-10 14:40:56 +02:00
Twinkle Christian (OpenERP) 44eb35dfa2 [IMP]Remove type field from the whole account
bzr revid: tch@tinyerp.com-20120808105907-08cd8y1n0grgxxid
2012-08-08 16:29:07 +05:30
Jigar Amin - OpenERP 935e31b328 merge lp:openobject-addons
bzr revid: jam@tinyerp.com-20120807105628-j3py2jnd1fnbnzza
2012-08-07 16:26:28 +05:30
Twinkle Christian (OpenERP) a5f6f9426a [IMP]Improve voew in account
bzr revid: tch@tinyerp.com-20120806132301-oj3zlxxn3tzo1glo
2012-08-06 18:53:01 +05:30
Ajay Chauhan (OpenERP) fe54bc7b88 [Merge] Merge with main addons.
bzr revid: cha@tinyerp.com-20120806052353-8tp9p3bbood6b8pj
2012-08-06 10:53:53 +05:30
Fabien Pinckaers ea52cfae17 [IMP] introducing new file type: html
bzr revid: fp@openerp.com-20120804143556-457q040g6q30x3fu
2012-08-04 16:35:56 +02:00
Fabien Pinckaers b363b1f622 fix
bzr revid: fp@openerp.com-20120804135631-9qqfgcz9513qsyzp
2012-08-04 15:56:31 +02:00
Fabien Pinckaers 4e69bdd6fc [IMP] improved menu tips - 10 firsts clicks
bzr revid: fp@openerp.com-20120804132136-2b18cfkwv0njsglj
2012-08-04 15:21:36 +02:00