Commit Graph

147 Commits

Author SHA1 Message Date
Denis Ledoux 1755c6fb6e [FIX] account_voucher: remove create/edit button from vouchers review 2015-01-19 13:40:10 +01:00
Torvald B. Bringsvor 7e73a10712 [FIX] account_voucher: multicompany compatibility
When the company or the journal is changed, change the period accordingly to make sure to always keep coherant values.
2014-11-06 15:24:04 +01:00
qdp-odoo f4e350ca36 [FIX] account: several fixes on the new bank statement reconciliation widget 2014-09-04 11:32:16 +02:00
Christophe Simonis 5dff035878 [MERGE] forward port of branch saas-5 up to 39bee35 2014-08-20 20:33:17 +02:00
Christophe Simonis c3131317d7 [MERGE] forward port of branch saas-4 up to ddef2dd 2014-08-20 17:57:22 +02:00
Christophe Simonis ddef2dd10a [MERGE] forward port of branch saas-3 up to 8f13e83 2014-08-20 17:51:20 +02:00
David Arnold 6164f52ca3 [FIX] account_voucher: wrong type in context
The type 'general' no longer exists on a account.voucher. As in general context, removed the default value on this menu.
Fixes #1261, it produces a traceback in 8.0 where the selection fields are less fault-tolerant.
2014-08-19 11:22:38 +02:00
ged-odoo 74168c4e9d Merge pull request #272 from odoo-dev/master-inline-searchview-ged
[MERGP] Inline Searchview

This task split the searchview in two parts: SearchView and SearchViewDrawer. The drawer is displayed inside the main view and the searchview stays in place.  It also changes the scrolling behavior of the web client: the main view area can scroll without affecting the UI (so the various menus stays in place)

Because of this, other large changes have been made:

the drawer has been redesigned,
the Custom Filter widget has been split in two (Custom Report and SaveCurrentFilter),
the main view is now scrollable, so the UI stays in place and only the view can change
The text 'Group By...' has been changed into 'Group By' (most addons had to be modified)
bootstrap classes are used when it makes sense (for example, badge)
the left menu is also scrollable (separately from the main view)

It is likely that some stupid bugs have been introduced.  Please don't hurt me.
2014-06-12 16:27:11 +02:00
Fabien Meghazi faa09da325 Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
Géry Debongnie 8202561511 Merge remote-tracking branch 'odoo/master' into master-inline-searchview-ged 2014-06-10 11:43:17 +02:00
qdp-odoo e3491ccb71 [IMP] account: bank statement reconciliation widget (part 2) 2014-05-30 18:47:50 +02:00
Géry Debongnie 555677f14d [IMP] replace all 'Group By...' by 'Group By'
in all searchview, the 'Group By...' looks weird, next to the Custom
Reports and Filters.  This change was requested by the upper management
2014-05-22 11:44:35 +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