Commit Graph

1213 Commits

Author SHA1 Message Date
Raphael Collet cbe2dbb672 [MERGE] new v8 api by rco
A squashed merge is required as the conversion of the apiculture branch from
bzr to git was not correctly done. The git history contains irrelevant blobs
and commits. This branch brings a lot of changes and fixes, too many to list
exhaustively.

- New orm api, objects are now used instead of ids
- Environements to encapsulates cr uid context while maintaining backward compatibility
- Field compute attribute is a new object oriented way to define function fields
- Shared browse record cache
- New onchange protocol
- Optional copy flag on fields
- Documentation update
- Dead code cleanup
- Lots of fixes
2014-07-06 17:05:41 +02:00
qdp-odoo 13b52c3fb7 [IMP] account: added a button on bank statements to see the journal items created as soon as some are created 2014-07-04 14:45:50 +02:00
qdp-odoo f2a2a8cca4 [FIX] account: default value for with_last_closing_balance field set to True 2014-07-01 14:46:38 +02:00
Pinakin Nayi 788404cd92 [FIX]Accounting: filter on fiscal year in CoA tree 2014-06-19 13:57:29 +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 5cc8f9ca42 Merge remote-tracking branch 'odoo/master' into master-inline-searchview-ged 2014-05-28 10:37:16 +02:00
David Arnold 6e8e22f1be Removed confusing doubled check box "child_depend"
This checkbox caused greate confusion, as it was doubled in the tax form view. Field is already present in line 937

Thanks for merging.
2014-05-23 14:01:16 -05: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
Jaydeep Barot 7258e428b9 [MERGE] Merge with addons
bzr revid: jar@tinyerp.com-20140423114210-dr026gp4321ll88n
2014-04-23 17:12:10 +05:30
Jaydeep Barot 0fa0c6aa78 [IMP] change add groups on groupby company and change icon on groupby company
bzr revid: jar@tinyerp.com-20140422101338-mb7m97rjr48t8gyz
2014-04-22 15:43:38 +05:30
Jaydeep Barot 8917f469f7 [IMP] in tax view add filter by purchase and sale and group by company and Tax Application and add group by company in journal.
bzr revid: jar@tinyerp.com-20140421055002-hlco68jwjszdsfp0
2014-04-21 11:20:02 +05:30
Rakesh Sindhav (OpenERP) f4d3481546 [IMP] improve strings and labels
bzr revid: rsi@tinyerp.com-20140418115913-xt4a4090u2oobzu6
2014-04-18 17:29:13 +05:30
Rakesh Sindhav (OpenERP) f081a5e441 [IMP]account,purchse,warehouse,sale: view improvement in addons modules
bzr revid: rsi@tinyerp.com-20140411131842-9zppvrs2szqa4o47
2014-04-11 18:48:42 +05:30
Christophe Simonis 4b72678bc7 [MERGE] forward port of branch saas-2 up to revid 9195 chs@openerp.com-20140220154517-6y531n1mqtnfnsmr
bzr revid: chs@openerp.com-20140220163815-69sza1kclnh5mavs
2014-02-20 17:38:15 +01:00
Thibault Delavallée bc1ed91b2e [MERGE] [IMP] accounting: usability
- bank statement form view: partner is usually a supplier, add default suplier
is context of partner_id
- bank account form view: bank bic not required anymore

bzr revid: tde@openerp.com-20140217103841-yucx1dh744ihz5uu
2014-02-17 11:38:41 +01:00
Olivier Dony bbd813e76e [MERGE] Forward-port of latest saas-2 (incl. 7.0) bugfixes, up to rev. 9127 odo@openerp.com-20140212122042-3m2tysmr31mtecnc
bzr revid: odo@openerp.com-20140212175141-i9yz8zlseglrk8sb
2014-02-12 18:51:41 +01:00
Sanjay Gohel (OpenERP) 77581e2a06 [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20140210052655-efiwytz5kllk7irx
2014-02-10 10:56:55 +05:30
Thibault Delavallée 19fa1707b9 [MERGE] [IMP] account: payment term configuration: do not fool people by
telling them to enter a percentage when openerp actually waits for a decimal.
Therefore removed the percentage symbol.

bzr revid: tde@openerp.com-20140207151235-0bt3sm2li3jlkzo3
2014-02-07 16:12:35 +01:00
Denis Ledoux 041f1db4a6 [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9814 revid:dle@openerp.com-20140206163444-ckcmurcwk2vhi5vp
bzr revid: dle@openerp.com-20140206164522-fi05cb4mpg22rkv2
2014-02-06 17:45:22 +01:00
Martin Trigaux 7c7081df56 [MERGE] [FIX] account: action 'Journal Items' on a journal entries should restrict by account.move and not journal (src_model) (opw 585153)
bzr revid: mat@openerp.com-20140205132057-jxxmmyhfk6c15w9o
2014-02-05 14:20:57 +01:00
Amit Vora (OpenERP Trainee) b9aaeede7b [MERGE] merge with lp:openobject-addons
bzr revid: voraamitr@gmail.com-20140123073306-ispe0kfiryqfpte7
2014-01-23 13:03:06 +05:30
Thibault Delavallée 49c0b7a820 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20140106135700-rt0g44w5xmpbtxiu
2014-01-06 14:57:00 +01:00
Paramjit Singh Sahota 7980ac78ae [IMP] Improved code as per the suggestions on the Merge proposal.
bzr revid: psa@tinyerp.com-20131230072452-zew8ys6lqomzxcsm
2013-12-30 12:54:52 +05:30
Jignesh Rathod (OpenERP) adfd67d7f9 [IMP] Improve code and add domain on partner field on bank statement view.
bzr revid: jir@tinyerp.com-20131226134021-88xfmcjiqh8i3vhq
2013-12-26 19:10:21 +05:30
Jignesh Rathod (OpenERP) 0365981a72 [ADD] Account : Set default supplier on partner for Bank Statements.
bzr revid: jir@tinyerp.com-20131219072442-d8a5nl052x2wxo1h
2013-12-19 12:54:42 +05:30
Jitendra Prajapati (OpenERP) eaccb836f4 [IMP]remove (%) icon in payment term
bzr revid: prajapatijitendra7969@gmail.com-20131211062232-kwylrq7fms2t23o9
2013-12-11 11:52:32 +05:30
Sanjay Gohel (OpenERP) eb1a56cd91 [MERGE]merge and resolve conflicts
bzr revid: sgo@tinyerp.com-20131029133347-b22zkm0hgg3y9an3
2013-10-29 19:03:47 +05:30
Paramjit Singh Sahota bd7a61b8ff [IMP] Added attrs for closing balance.
bzr revid: psa@tinyerp.com-20131015064247-ibvmy8b8wzqjtklm
2013-10-15 12:12:47 +05:30
Paramjit Singh Sahota 7d0e4e5fed [IMP] Improved attrs.
bzr revid: psa@tinyerp.com-20131011124816-xk990kd0vpg5tvtn
2013-10-11 18:18:16 +05:30
Paramjit Singh Sahota 878815b5cf [IMP] Improved the positioning of the label and the field.
bzr revid: psa@tinyerp.com-20131007132616-81o4wyu0xud2bqbm
2013-10-07 18:56:16 +05:30
Paramjit Singh Sahota cf1236e79f [IMP] Improved code and indents.
bzr revid: psa@tinyerp.com-20131007115230-f8yvrevrswemvdb8
2013-10-07 17:22:30 +05:30
Sunil Sharma (OpenERP) 5bd847b751 [IMP]:account:improve accountview inline css
bzr revid: sunilsharma.sharma07@gmail.com-20131007110030-9anpjxohswigh95f
2013-10-07 16:30:30 +05:30
Sunil Sharma (OpenERP) ee18fc5e16 [IMP]:account:improve accountview
bzr revid: sunilsharma.sharma07@gmail.com-20131007095051-a7ug7f745udw62ga
2013-10-07 15:20:51 +05:30
Thibault Delavallée 607de396ba [MERGE] Sync with trunk, until revision 8927
bzr revid: tde@openerp.com-20131002135442-g8l2vpkq7h0roqdt
2013-10-02 15:54:42 +02:00
Paramjit Singh Sahota 9814a86c95 [IMP] Hide only the cash control page in cash register.
bzr revid: psa@tinyerp.com-20130918132917-gllo1kjvozy9s1qe
2013-09-18 18:59:17 +05:30
Paramjit Singh Sahota bfff65d4ac [IMP] if 'cash control' if false in the journal, no need to have the opening and closing cash control tab in cash registers
bzr revid: psa@tinyerp.com-20130918091041-c5zponkbu5uwgb94
2013-09-18 14:40:41 +05:30
Paramjit Singh Sahota 5f06129179 [IMP] Improved code for
In cash registers, it does not work at all 
>>real closing balance is not updated
>>opening balance is not updated
>>and so amount is never good

bzr revid: psa@tinyerp.com-20130917130901-hem0iwy608vkwe02
2013-09-17 18:39:01 +05:30
Paramjit Singh Sahota 2c2fdc09f1 [IMP] Make OBI label to Description and make the cash control tab as default in cash registers.
bzr revid: psa@tinyerp.com-20130916072909-4c1s5y4ah3riusik
2013-09-16 12:59:09 +05:30
Paramjit Singh Sahota daa7594cbb [MERGE] Merged lp:openobject-addons.
bzr revid: psa@tinyerp.com-20130913112155-jll3rlzcgsjrtzv4
2013-09-13 16:51:55 +05:30
Thibault Delavallée eaba6bffb7 [FORWARD] Forward port of saas-1 branch until revision 8773 revid tde@openerp.com-20130912121059-k840pi4rwdzpez8g
Most of 7.0 commit about COAs (9434) has been discarded, because another fix has been implemented
for the trunk branch. This new fix will be merged right after this forward port
of 7.0 / saas-1 branch.

bzr revid: tde@openerp.com-20130912131546-2f8p23bwwcc7930c
2013-09-12 15:15:46 +02:00
Denis Ledoux 546a191f0a [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9459 rev-id: fva@openerp.com-20130918153347-fy4nuvbm82ngfb8x
bzr revid: mat@openerp.com-20130826135110-f9q4p65ds2aholcw
bzr revid: dle@openerp.com-20130828141129-ecxl2vlpb8vw0o9f
bzr revid: dle@openerp.com-20130828162659-n8a0ku9o3h01qaov
bzr revid: dle@openerp.com-20130830094205-q3itwd7x0246d9n6
bzr revid: dle@openerp.com-20130830133604-mfnfbscn5wdk4vi4
bzr revid: dle@openerp.com-20130902131244-v9uh0s8rg4889i7j
bzr revid: mat@openerp.com-20130903134105-68ziuaccreu6rs61
bzr revid: chs@openerp.com-20130906171851-jtfsf4au1k30wwlr
bzr revid: dle@openerp.com-20130909103120-k5oefxgebhyslac3
bzr revid: dle@openerp.com-20130909170047-pbzw4ernvcpivbhh
bzr revid: chs@openerp.com-20130910122113-171osvcukxffxcry
bzr revid: tde@openerp.com-20130912121059-k840pi4rwdzpez8g
bzr revid: dle@openerp.com-20130913085251-p906ci2divy82jur
bzr revid: tde@openerp.com-20130913092546-kzshg1a7sls566l8
bzr revid: mat@openerp.com-20130917122102-drf8fj9lrjj0fvju
bzr revid: mat@openerp.com-20130917161614-w8u2c1ayeb5kxm30
bzr revid: dle@openerp.com-20130918161305-7ep1642nxzyy3vhd
2013-09-18 18:13:05 +02:00
Thibault Delavallée 8b48cc9520 [MERGE] addons: added groups when quick creating user in various addons.
bzr revid: tde@openerp.com-20130904141122-uaxlnu7qxzri4q3a
2013-09-04 16:11:22 +02:00
Thibault Delavallée ed0a829cb3 [MERGE] [IMP] addons: improved name and tooltips of groupby date in various addons.
bzr revid: tde@openerp.com-20130904141053-yustqiuzynbettq8
2013-09-04 16:10:53 +02:00
Turkesh Patel (Open ERP) 3bbe2330af [IMP] improved code to set default accounts in l10n_us,l10n_ma and added new currency_id field to set currency based on select coa, fixed installation time error of l10n_ve
bzr revid: tpa@tinyerp.com-20130903070707-7ib7qi5yubhr11u8
2013-09-03 12:37:07 +05:30
Randhir Mayatra (OpenERP) 606431f0ee [MERGE]merge with parent
bzr revid: rma@tinyerp.com-20130830053621-briu78l6scvuleu4
2013-08-30 11:06:21 +05:30
Sanjay Gohel (OpenERP) 6ae6e069d5 [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130814055108-td97y8550yc55rsw
2013-08-14 11:21:08 +05:30
Christophe Matthieu 75ff22286f [MERGE] from trunk
bzr revid: chm@openerp.com-20130726143134-4vmzxqcb2d3fnwwx
2013-07-26 16:31:34 +02:00