Commit Graph

137 Commits

Author SHA1 Message Date
Fabien Meghazi faa09da325 Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
qdp-odoo e3491ccb71 [IMP] account: bank statement reconciliation widget (part 2) 2014-05-30 18:47:50 +02:00
Gery Debongnie 2e9ee9c76e [MERGE] merge from rma branch
bzr revid: ged@openerp.com-20140410145131-fj17mdpi13wa5a9m
2014-04-10 16:51:31 +02:00
Christophe Simonis 0fad8159f3 [MERGE] forward port of branch saas-3 up to revid 9380 chs@openerp.com-20140407144439-10n8fs6zovodwwtx
bzr revid: chs@openerp.com-20140407163318-hh3jwfkj3o2c83lk
2014-04-07 18:33:18 +02:00
Randhir Mayatra rma-openerp 77ff3a69b8 [IMP] improve icons and views
bzr revid: rma@tinyerp.com-20140328133051-2amm63n2vy3bj3xe
2014-03-28 19:00:51 +05:30
Randhir Mayatra rma-openerp 3caf591550 [IMP] change related button into stat for account,project
bzr revid: rma@tinyerp.com-20140325124531-kkwm1v8bhndzs846
2014-03-25 18:15:31 +05:30
Denis Ledoux 98ca1ab200 [FIX] account_voucher: bank statement reconciliation for refund invoices
bzr revid: dle@openerp.com-20140324144518-pnjtlxpuz63bq6ig
2014-03-24 15:45:18 +01:00
Sanjay Gohel (OpenERP) eb1a56cd91 [MERGE]merge and resolve conflicts
bzr revid: sgo@tinyerp.com-20131029133347-b22zkm0hgg3y9an3
2013-10-29 19:03:47 +05:30
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
Foram Katharotiya (OpenERP) cee5c03860 [IMP] remove icon from journal voucher form view
bzr revid: fka@tinyerp.com-20130508112606-t5l26t9j11dsu9en
2013-05-08 16:56:06 +05:30
Olivier Dony ed62e36691 [FIX] account_voucher,sale,purchase: include contacts matches when searching for company documents
This implements part E of the solution described on bug 1160365

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

bzr revid: odo@openerp.com-20130408005526-7124r7u39yhh9la3
2013-04-08 02:55:26 +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
dle@openerp.com cd9e7a3265 [FIX]Hide useless columns in bank statement
bzr revid: dle@openerp.com-20121129152444-vislwoifnro7khcw
2012-11-29 16:24:44 +01:00
Jigar Amin fd92e82911 [MERGE] Sync with trunk
bzr revid: jam@tinyerp.com-20121123091258-v39mnktz3i0bvtjk
2012-11-23 14:42:58 +05:30
ajay javiya (OpenERP) 5165d8b240 [IMP]: Put the menu Journal Voucher in base.group_no_one
bzr revid: aja@tinyerp.com-20121121051555-qb9hfomrnsvp21bv
2012-11-21 10:45:55 +05:30
Stefan Rijnhart 977e86263d [FIX] Comment on general voucher view definition
lp bug: https://launchpad.net/bugs/1081056 fixed

bzr revid: stefan@therp.nl-20121120104207-l88t2dqnzwj5f2fy
2012-11-20 11:42:07 +01:00
Quentin (OpenERP) ab297a3dad [REF] account_voucher: refactoring of new featured button to create/edit the reconciliations on bank statement line
bzr revid: qdp-launchpad@openerp.com-20121113123013-htxy2ods9rkynt75
2012-11-13 13:30:13 +01:00
vta vta@openerp.com 87a3464329 [IMP] Added onchange methods in account_voucher.account_bank_statement_line for parent_id and amount in order to set the voucher_id to False.
bzr revid: vta@openerp.com-20121110180129-ww29a3ciuo90iop5
2012-11-10 19:01:29 +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
vta vta@openerp.com 4d56a3c591 [FIX] Remove icon in Import Invoice button, added Journal Entries button.
bzr revid: vta@openerp.com-20121107152220-20k5s5i37bem6gug
2012-11-07 16:22:20 +01:00
vta vta@openerp.com c4fe6c2f58 [REM] Removed many2onebutton widget from account_voucher, now in view_form.js and view_list.js, as standard widget.
bzr revid: vta@openerp.com-20121105125346-v8hgfn157ef0j8fl
2012-11-05 13:53:46 +01:00
vta vta@openerp.com 8f29452027 [IMP] Improved voucher_id field in bank statement lines.
bzr revid: vta@openerp.com-20121031140334-mqi6hcofjuk4zps0
2012-10-31 15:03:34 +01:00
Quentin (OpenERP) eea4d6ee73 [IMP] account, account_voucher: moved some fields from res.company to accounting settings + removed duplicated fields (in company form view AND accounting settings)
bzr revid: qdp-launchpad@openerp.com-20121015135027-fbapd9h06gtixpep
2012-10-15 15:50:27 +02:00
Quentin (OpenERP) 0b66a6854b [FIX] account_voucher: fixed errors in yalm tests due to value returned for a field not present in the view
bzr revid: qdp-launchpad@openerp.com-20121005075356-857hfyqcrdjjv04r
2012-10-05 09:53:56 +02:00
Amit Patel e308d04d8e [MERGE]
bzr revid: apa@tinyerp.com-20120917100306-20mykzfvurzr71wm
2012-09-17 15:33:06 +05:30
Fabien Pinckaers ab4b7da49f [IMP] cleaned ir.actions.todo to launch newly installed application
bzr revid: fp@openerp.com-20120916114249-5px8shvbm3tzhidh
2012-09-16 13:42:49 +02:00
ajay javiya (OpenERP) 9a8f9b1a3c [IMP]: Improve a form view
bzr revid: aja@tinyerp.com-20120914105125-ppkkpe0wdv8objw9
2012-09-14 16:21:25 +05:30
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) 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
Fabien Pinckaers c5c7ed79e3 [IMP] better menu tips and todo wizards
bzr revid: fp@openerp.com-20120811100322-jeh50k4c4wnbpmom
2012-08-11 12:03:22 +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
Twinkle Christian (OpenERP) ce5a49fd4c [IMP]improve views in account
bzr revid: tch@tinyerp.com-20120807050007-frozee480m1e2ux9
2012-08-07 10:30:07 +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
Twinkle Christian (OpenERP) cb1c6c08af [IMP]Improve search view in all modules
bzr revid: tch@tinyerp.com-20120731112804-a0akxtqr1z0uew6w
2012-07-31 16:58:04 +05:30
vta@openerp.com f920e391e0 [IMP] search view: review of the search views.
bzr revid: qdp-launchpad@openerp.com-20120730085027-0khspe8pl0t4118j
2012-07-30 10:50:27 +02:00
Turkesh Patel (Open ERP) f33c1dabe3 [IMP] account_voucher: improved search vies.
bzr revid: tpa@tinyerp.com-20120720053326-i5ufn19s1hl33w11
2012-07-20 11:03:26 +05:30
Quentin (OpenERP) 803220f3b7 [IMP] account: usability, review of form views
bzr revid: qdp-launchpad@openerp.com-20120718102109-prtl3sb28xehgnlh
2012-07-18 12:21:09 +02:00
Atul Patel (OpenERP) afd02c77dc [FIX]: Payment_rate_Currency_id field in account_voucher
bzr revid: atp@tinyerp.com-20120718065444-d13waj4x9x0quin3
2012-07-18 12:24:44 +05:30
Atul Patel (OpenERP) e284d902ef [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120718064921-wob12umyjhi63v63
2012-07-18 12:19:21 +05:30
Fabien Pinckaers f2a73d9286 merge
bzr revid: fp@openerp.com-20120716221706-esjx9mluww4zfio5
2012-07-17 00:17:06 +02:00
Atul Patel (OpenERP) 3d3b98a202 [REVERT]: Revert account_vocher changes
bzr revid: atp@tinyerp.com-20120716134233-85pnxh0in2kqbmzm
2012-07-16 19:12:33 +05:30
Atul Patel (OpenERP) ddbb0b06e9 [MERGE]: Merge with account-view-imp
bzr revid: atp@tinyerp.com-20120716112849-xqtvh4n5636snomt
2012-07-16 16:58:49 +05:30
Atul Patel (OpenERP) b3ea75636d [FIX]: Fix general issue.
Unknown field state in domain [["state","in",["done"]]] for period form
"Could not get field with name payment_rate_currency_id
"Could not get field with name algorithm

bzr revid: atp@tinyerp.com-20120716071455-r30romahsfg1zvxr
2012-07-16 12:44:55 +05:30
Atul Patel (OpenERP) 7173035138 [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120716060846-f6zpe2a5qlnji3zb
2012-07-16 11:38:46 +05:30
Atul Patel (OpenERP) e7fe5125d1 [FIX]: Add four tab and remove Accounting Name.
bzr revid: atp@tinyerp.com-20120714181525-mrvr9clpzoze09sl
2012-07-14 23:45:25 +05:30
Quentin (OpenERP) b3d9d17b3a [MERGE] trunk
bzr revid: qdp-launchpad@openerp.com-20120713153607-muuauno83ku2vsom
2012-07-13 17:36:07 +02:00
Sanjay Gohel (Open ERP) 12bae0d8f9 [IMP]improve company form view as per review. improve email_template,user form and all action window and also remove sheets from configuration
bzr revid: sgo@tinyerp.com-20120706123413-1n615yx09cw2kq36
2012-07-06 18:04:13 +05:30