odoo/odoo.git
13 years ago[FIX] user preferences: make menu-tips checkbox writeable for normal users
Olivier Dony [Fri, 27 Aug 2010 16:32:41 +0000 (18:32 +0200)]
[FIX] user preferences: make menu-tips checkbox writeable for normal users

bzr revid: odo@openerp.com-20100827163241-zlfqk170mtrq6w27

13 years ago[MOD] Idea : usabililty improvements
Vir (Open ERP) [Fri, 27 Aug 2010 13:20:56 +0000 (18:50 +0530)]
[MOD] Idea : usabililty  improvements

bzr revid: vir@tinyerp.com-20100827132056-o3k0t454emaflqhd

13 years ago[FIX,REF] orm: correct default values update during create() + refactor
Olivier Dony [Fri, 27 Aug 2010 09:25:54 +0000 (11:25 +0200)]
[FIX,REF] orm: correct default values update during create() + refactor

bzr revid: odo@openerp.com-20100827092554-e16v8i4cwqobtv8a

13 years ago[MOD] survey : Usability improvements
Amp (Open ERP) [Fri, 27 Aug 2010 08:41:03 +0000 (14:11 +0530)]
[MOD] survey : Usability improvements

bzr revid: vir@tinyerp.com-20100827084103-re6uh4n95y8xg98e

13 years ago[Merge]
Vir (Open ERP) [Fri, 27 Aug 2010 04:48:24 +0000 (10:18 +0530)]
[Merge]

bzr revid: vir@tinyerp.com-20100827044824-tlocb4mnetojlkxl

13 years agoLaunchpad automatic translations update.
Launchpad Code Hosting [Fri, 27 Aug 2010 03:41:39 +0000 (04:41 +0100)]
Launchpad automatic translations update.

bzr revid: codehost@crowberry-20100827034139-s30gkvfy8v4d0qjw

13 years agoLaunchpad automatic translations update.
Launchpad Code Hosting [Fri, 27 Aug 2010 03:38:06 +0000 (04:38 +0100)]
Launchpad automatic translations update.

bzr revid: codehost@crowberry-20100827033806-hb56hutdrw7nokaz

13 years ago[FIX] orm.read_group: get correct number of return values
Olivier Dony [Thu, 26 Aug 2010 16:15:17 +0000 (18:15 +0200)]
[FIX] orm.read_group: get correct number of return values

bzr revid: odo@openerp.com-20100826161517-r4tcgu4qk7onmhlf

13 years agocrm message_update check for priority
Antony Lesuisse [Thu, 26 Aug 2010 15:31:21 +0000 (17:31 +0200)]
crm message_update check for priority

bzr revid: al@openerp.com-20100826153121-krc4wfmbefhyvnp1

13 years ago[IMP] ir_translate, orm: btree indexes have size limit on large text values, implemen...
Olivier Dony [Thu, 26 Aug 2010 15:00:06 +0000 (17:00 +0200)]
[IMP] ir_translate, orm: btree indexes have size limit on large text values, implemented temporary workaround

bzr revid: odo@openerp.com-20100826150006-68m4gpxl9xb46bim

13 years ago[FIX] project_issue: Remove the user_id in the domain of the actions for the dashboard
Stephane Wirtel [Thu, 26 Aug 2010 14:45:34 +0000 (16:45 +0200)]
[FIX] project_issue: Remove the user_id in the domain of the actions for the dashboard

bzr revid: stephane@openerp.com-20100826144534-hb9vlyu2lxnobua3

13 years ago[FIX] base_action_rule: Use a flag on the object from the pool to disable the recursi...
Stephane Wirtel [Thu, 26 Aug 2010 14:20:22 +0000 (16:20 +0200)]
[FIX] base_action_rule: Use a flag on the object from the pool to disable the recursion issue

bzr revid: stephane@openerp.com-20100826142022-9o0xyd3o3a30lsec

13 years ago[IMP] reports: remove some deprecation warnings
P. Christeas [Thu, 26 Aug 2010 14:14:21 +0000 (16:14 +0200)]
[IMP] reports: remove some deprecation warnings

bzr revid: odo@openerp.com-20100826141421-vdzkd4wv17w36gnr

13 years ago[IMP] orm: some improvement on previous commit on orm search with order_by (still...
Olivier Dony [Thu, 26 Aug 2010 11:45:31 +0000 (13:45 +0200)]
[IMP] orm: some improvement on previous commit on orm search with order_by (still needs fixing):
Avoid depending on implicit ordering of tables in a query but still allow basic sorting by inherited fields

bzr revid: odo@openerp.com-20100826114531-ajbukfsu9u3glhz5

13 years ago[FIX] Log level for registered exported service.
Julien Thewys [Thu, 26 Aug 2010 12:52:24 +0000 (14:52 +0200)]
[FIX] Log level for registered exported service.

bzr revid: jth@openerp.com-20100826125224-heukli2t66xw83ju

13 years ago[MOD] stock : scrap product set in extended view
Vir (Open ERP) [Thu, 26 Aug 2010 12:49:55 +0000 (18:19 +0530)]
[MOD] stock : scrap product set in extended view

bzr revid: vir@tinyerp.com-20100826124955-wqtjwe5wkgvjbggb

13 years ago[MOD] mrp,sale,crm,account : set extended interface on fields
Vir (Open ERP) [Thu, 26 Aug 2010 11:56:57 +0000 (17:26 +0530)]
[MOD] mrp,sale,crm,account : set extended interface on fields

bzr revid: vir@tinyerp.com-20100826115657-7gb4t6yep8y1bj04

13 years ago[MOD] hr,stock : set an extended view in menus
Vir (Open ERP) [Thu, 26 Aug 2010 09:24:41 +0000 (14:54 +0530)]
[MOD] hr,stock : set an extended view in menus

bzr revid: vir@tinyerp.com-20100826092441-izxue2pa18e1n8ou

13 years ago[FIX] HR : Better improvement of previous commit on the critical error of res_user...
PSI(OpenERP) [Thu, 26 Aug 2010 08:40:08 +0000 (14:10 +0530)]
[FIX] HR : Better improvement of previous commit on the critical error of res_user search if non-admin user is related to an employee

bzr revid: jvo@tinyerp.com-20100826084008-5ikttnklrbkfxpez

13 years agomerge
Fabien Pinckaers [Thu, 26 Aug 2010 08:31:59 +0000 (10:31 +0200)]
merge

bzr revid: fp@tinyerp.com-20100826083159-srj5zef3swu7250m

13 years agomodifs
Fabien Pinckaers [Thu, 26 Aug 2010 08:30:37 +0000 (10:30 +0200)]
modifs

bzr revid: fp@tinyerp.com-20100826083037-7c5xp97frlrk54z3

13 years ago[MOD] hr : set hr payroll modules in extended view
Vir (Open ERP) [Thu, 26 Aug 2010 07:15:46 +0000 (12:45 +0530)]
[MOD] hr : set hr payroll modules in extended view

bzr revid: vir@tinyerp.com-20100826071546-lhthhqjz4g38jga7

13 years ago[MOD] configuration wizard : Extended view changes
Vir (Open ERP) [Thu, 26 Aug 2010 07:03:48 +0000 (12:33 +0530)]
[MOD] configuration wizard : Extended view changes

bzr revid: vir@tinyerp.com-20100826070348-ctfj9j9qkp5i86o1

13 years ago[MERGE] Merge with trunk addons
Mustufa Rangwala [Thu, 26 Aug 2010 06:57:08 +0000 (12:27 +0530)]
[MERGE] Merge with trunk addons

bzr revid: mra@mra-laptop-20100826065708-6tk9veff9y6ffyle

13 years ago[FIX] Bank statements: user is not defined for multicurrency popolate
Mustufa Rangwala [Thu, 26 Aug 2010 06:15:22 +0000 (11:45 +0530)]
[FIX] Bank statements: user is not defined for multicurrency popolate

bzr revid: mra@mra-laptop-20100826061522-eriiiy7gk4fkug1m

13 years ago[FIX] Bank statements: Cursor is not defined for multicurrency popolate
Mustufa Rangwala [Thu, 26 Aug 2010 06:14:13 +0000 (11:44 +0530)]
[FIX] Bank statements: Cursor is not defined for multicurrency popolate

bzr revid: mra@mra-laptop-20100826061413-9h0ruazoweahi612

13 years ago[MOD] configuratin wizard : set company logo for simple and extended view
Vir (Open ERP) [Thu, 26 Aug 2010 05:47:19 +0000 (11:17 +0530)]
[MOD] configuratin wizard : set company logo for simple and extended view

bzr revid: vir@tinyerp.com-20100826054719-dy3g2rctp68cv8hb

13 years ago[Merge]
Vir (Open ERP) [Thu, 26 Aug 2010 05:20:24 +0000 (10:50 +0530)]
[Merge]

bzr revid: vir@tinyerp.com-20100826052024-axreo02bwxa56nzj

13 years ago[FIX] Account: getting error in configuration wizard Generate chart of accounts from...
PAP(OpenERP) [Thu, 26 Aug 2010 04:57:22 +0000 (10:27 +0530)]
[FIX] Account: getting error in configuration wizard Generate chart of accounts from chart template with bank information

bzr revid: mra@mra-laptop-20100826045722-uunob6nwxxavd6yg

13 years ago[IMP] hr_* Clean the code
psi (Open ERP) [Thu, 26 Aug 2010 04:52:04 +0000 (10:22 +0530)]
[IMP] hr_* Clean the code

bzr revid: psi@tinyerp.co.in-20100826045204-lxfawwkq2be62e8s

13 years ago[FIX] Account: onchange of amount of account_invoice_tax for sigh
PAP(OpenERP) [Thu, 26 Aug 2010 04:20:06 +0000 (09:50 +0530)]
[FIX] Account: onchange of amount of account_invoice_tax for sigh

bzr revid: mra@mra-laptop-20100826042006-8ik6hm2c7b7j3q9i

13 years ago[FIX] Account: Customer invoice: Correct domain on taxes on inv lines
PAP(OpenERP) [Thu, 26 Aug 2010 04:04:58 +0000 (09:34 +0530)]
[FIX] Account: Customer invoice: Correct domain on taxes on inv lines

bzr revid: mra@mra-laptop-20100826040458-16uhkfvwyzbg2kus

13 years agoLaunchpad automatic translations update.
Launchpad Code Hosting [Thu, 26 Aug 2010 03:57:18 +0000 (04:57 +0100)]
Launchpad automatic translations update.

bzr revid: codehost@crowberry-20100826035718-f9pjmr6ydefie407

13 years agoLaunchpad automatic translations update.
Launchpad Code Hosting [Thu, 26 Aug 2010 03:53:53 +0000 (04:53 +0100)]
Launchpad automatic translations update.

bzr revid: codehost@crowberry-20100826035353-g56eu7ome1t88lku

13 years ago[MERGE] Merge with trunk addons
Mustufa Rangwala [Thu, 26 Aug 2010 03:43:50 +0000 (09:13 +0530)]
[MERGE] Merge with trunk addons

bzr revid: mra@mra-laptop-20100826034350-8pix5nbxpc750xfn

13 years ago[IMP] Account: refund invoice wizard if inv is already reconciled can not use modify...
Mustufa Rangwala [Thu, 26 Aug 2010 03:42:04 +0000 (09:12 +0530)]
[IMP] Account: refund invoice wizard if inv is already reconciled can not use modify and cancel options

bzr revid: mra@mra-laptop-20100826034204-fx3c057b7ai74qu5

13 years agomerge
Fabien Pinckaers [Thu, 26 Aug 2010 00:16:50 +0000 (02:16 +0200)]
merge

bzr revid: fp@tinyerp.com-20100826001650-m3uslqqiki0eryl8

13 years ago[FIX] Cleaning account voucher: -550 lines
Fabien Pinckaers [Thu, 26 Aug 2010 00:14:59 +0000 (02:14 +0200)]
[FIX] Cleaning account voucher: -550 lines

bzr revid: fp@tinyerp.com-20100826001459-ez2b5pik7jexm303

13 years ago[FIX] HR : critical error corrected for res_user search if non-admin user is related...
Jay (OpenERP) [Wed, 25 Aug 2010 20:58:21 +0000 (02:28 +0530)]
[FIX] HR : critical error corrected for res_user search if non-admin user is related to an employee

bzr revid: jvo@tinyerp.com-20100825205821-7lvtkilagxv9tcp3

13 years ago[FIX] SO/PO should be allowed to cancel by un-linking relavent picking
Jay (OpenERP) [Wed, 25 Aug 2010 19:07:01 +0000 (00:37 +0530)]
[FIX] SO/PO should be allowed to cancel by un-linking relavent picking

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

bzr revid: jvo@tinyerp.com-20100825190701-gszxsb81u1lofkkv

13 years ago[FIX] Server side sorting for _inherits relations corrected
Jay (OpenERP) [Wed, 25 Aug 2010 19:04:31 +0000 (00:34 +0530)]
[FIX] Server side sorting for _inherits relations corrected

bzr revid: jvo@tinyerp.com-20100825190431-bh3fxeu044sv8xaj

13 years agomerge
Fabien Pinckaers [Wed, 25 Aug 2010 18:10:10 +0000 (20:10 +0200)]
merge

bzr revid: fp@tinyerp.com-20100825181010-2f9j481tx4bay0kk

13 years ago[FIX] stock: proper implementation of default_get() in stock_return_picking wizard
Olivier Dony [Wed, 25 Aug 2010 18:09:47 +0000 (20:09 +0200)]
[FIX] stock: proper implementation of default_get() in stock_return_picking wizard

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

bzr revid: odo@openerp.com-20100825180947-b33tsq6u1oyyb5yr

13 years ago[FIX] orm: avoid replacing create() values with defaults if default_get is not correc...
Olivier Dony [Wed, 25 Aug 2010 17:59:30 +0000 (19:59 +0200)]
[FIX] orm: avoid replacing create() values with defaults if default_get is not correctly implemented

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

bzr revid: odo@openerp.com-20100825175930-62uun8p016y24o2u

13 years ago[REVERT] orm: reverted revision 1917 introducing split on id fields -- need to find...
Olivier Dony [Wed, 25 Aug 2010 17:58:00 +0000 (19:58 +0200)]
[REVERT] orm: reverted revision 1917 introducing split on id fields -- need to find a proper fix for caldav generated ids

bzr revid: odo@openerp.com-20100825175800-0vgmg3eesaw9xwdi

13 years ago[IMP]: improve the voucher module
Mantavya Gajjar [Wed, 25 Aug 2010 16:42:19 +0000 (22:12 +0530)]
[IMP]: improve the voucher module

bzr revid: mga@tinyerp.com-20100825164219-cjc7n8cwhxkbi6xp

13 years ago[FIX] orm: fixed compliancy with negative numeric ids
qdp-launchpad@tinyerp.com [Wed, 25 Aug 2010 15:18:18 +0000 (17:18 +0200)]
[FIX] orm: fixed compliancy with negative numeric ids

bzr revid: qdp-launchpad@tinyerp.com-20100825151818-oh1tv6pe6sw75yh1

13 years ago[FIX] Purchase : Pourchase order line should be the preferable one
Jay (OpenERP) [Wed, 25 Aug 2010 15:03:33 +0000 (20:33 +0530)]
[FIX] Purchase : Pourchase order line should be the preferable one

bzr revid: jvo@tinyerp.com-20100825150333-curjz2qz96t9l7w5

13 years ago[FIX] project: Add a group_operator flag on the progress field of the project report
Stephane Wirtel [Wed, 25 Aug 2010 14:08:25 +0000 (16:08 +0200)]
[FIX] project: Add a group_operator flag on the progress field of the project report

bzr revid: stephane@openerp.com-20100825140825-m7f6b90oj0c0k7yj

13 years ago[IMP/MOD] lunch,survey,idea : Usability Improvements
Vir (Open ERP) [Wed, 25 Aug 2010 13:20:23 +0000 (18:50 +0530)]
[IMP/MOD] lunch,survey,idea : Usability Improvements

bzr revid: vir@tinyerp.com-20100825132023-6gwfthusuni19seo

13 years ago[REM] html content in search views, doesn't make much sense and not handled by clients
Xavier Morel [Wed, 25 Aug 2010 13:20:14 +0000 (15:20 +0200)]
[REM] html content in search views, doesn't make much sense and not handled by clients

bzr revid: xmo@openerp.com-20100825132014-39w320qb2ibqx92n

13 years ago[REM] element <label> in search view, not handled by clients
Xavier Morel [Wed, 25 Aug 2010 13:18:37 +0000 (15:18 +0200)]
[REM] element <label> in search view, not handled by clients

bzr revid: xmo@openerp.com-20100825131837-o012xx8onvy76vv7

13 years ago[MOD] tools: usability improvement in access rights
AMP (OpenERP) [Wed, 25 Aug 2010 11:29:22 +0000 (16:59 +0530)]
[MOD] tools: usability improvement in access rights

bzr revid: amp@tinyerp.com-20100825112922-0bk9klymjgw6ffiv

13 years ago[MOD] Modification : Maturity Date by Due Date.
DBR(Open ERP) [Wed, 25 Aug 2010 11:24:36 +0000 (16:54 +0530)]
[MOD] Modification : Maturity Date by Due Date.

bzr revid: vir@tinyerp.com-20100825112436-oqrs9vrqx4iq5vuu

13 years ago[FIX] survey : fix group error in answer survey.
Vir (Open ERP) [Wed, 25 Aug 2010 10:58:32 +0000 (16:28 +0530)]
[FIX] survey : fix group error in answer survey.

bzr revid: vir@tinyerp.com-20100825105832-e0ac6751c1k83zlt

13 years ago[Fix] lunch : yml test WARNING:tests.lunch:Assertion NONAME FAILED
Vir (Open ERP) [Wed, 25 Aug 2010 10:25:58 +0000 (15:55 +0530)]
[Fix] lunch :  yml test WARNING:tests.lunch:Assertion NONAME FAILED

bzr revid: vir@tinyerp.com-20100825102558-qio8r6sxtp56xbm0

13 years ago[FIX] account: fixed move_id problem from account move line object for the related...
vra [Wed, 25 Aug 2010 09:17:40 +0000 (14:47 +0530)]
[FIX] account: fixed move_id problem from account move line object for the related form view only.

bzr revid: vra@tinyerp.com-20100825091740-2udcg2bblo71of01

13 years ago[IMP] Configuration wizard : Miscellaneous Tools selection install lunch,survey,idea...
Vir (Open ERP) [Wed, 25 Aug 2010 09:06:35 +0000 (14:36 +0530)]
[IMP] Configuration wizard : Miscellaneous Tools selection install lunch,survey,idea modules

bzr revid: vir@tinyerp.com-20100825090635-thoiq7gq94uonek7

13 years ago[IMP]:Added a boolean field on the user preferences and user form to be able to deact...
nch@tinyerp.com [Wed, 25 Aug 2010 08:48:48 +0000 (14:18 +0530)]
[IMP]:Added a boolean field on the user preferences and user form to be able to deactivate the help dialog box in each screen per user

bzr revid: nch@tinyerp.com-20100825084848-obktbc48sred7jnh

13 years ago[FIX] Account: pay invoice wizard: when making a full payment with write off, setting...
Mustufa Rangwala [Wed, 25 Aug 2010 08:42:27 +0000 (14:12 +0530)]
[FIX] Account: pay invoice wizard: when making a full payment with write off, setting an analytic account doesn't create any analytic line

bzr revid: mra@mra-laptop-20100825084227-oakbksd27a5p5mhm

13 years ago[IMP] account, account_folloup: improved color option in account move line tree view.
vra [Wed, 25 Aug 2010 07:11:33 +0000 (12:41 +0530)]
[IMP] account, account_folloup: improved color option in account move line tree view.

bzr revid: vra@tinyerp.com-20100825071133-5rmxquvpcj1wxfff

13 years ago[Fix] lunch : WARNING:init:Warning no ID for submenu Configuration of menu ['Tools...
Vir (Open ERP) [Wed, 25 Aug 2010 06:44:45 +0000 (12:14 +0530)]
[Fix] lunch : WARNING:init:Warning no ID for submenu Configuration of  menu ['Tools', 'Lunch', 'Configuration', 'Products']

bzr revid: vir@tinyerp.com-20100825064445-3bwibqnv3xd3jz4x

13 years ago[IMP] Account: refund invoice wizard: if there is no refund journal defined (if that...
Mustufa Rangwala [Wed, 25 Aug 2010 06:24:27 +0000 (11:54 +0530)]
[IMP] Account: refund invoice wizard: if there is no refund journal defined (if that field is empty), it should use the journal defined on the current invoice for the refund invoice

bzr revid: mra@mra-laptop-20100825062427-1jpd3ocg7mklytyj

13 years ago[MERGE] Merge with trunk addons
Mustufa Rangwala [Wed, 25 Aug 2010 06:08:31 +0000 (11:38 +0530)]
[MERGE] Merge with trunk addons

bzr revid: mra@mra-laptop-20100825060831-2uyt6rm7t3hgrclx

13 years ago[IMP] Account: Refund invoice: Replace three button on wizard with seletion box,...
Mustufa Rangwala [Wed, 25 Aug 2010 06:01:16 +0000 (11:31 +0530)]
[IMP] Account: Refund invoice: Replace three button on wizard with seletion box, Improvement accoridingly

bzr revid: mra@mra-laptop-20100825060116-cak2oyugj58fszlp

13 years ago[REM] Account: workflow: remove the transition from proforma2 to paid (useless as...
Mustufa Rangwala [Wed, 25 Aug 2010 04:42:08 +0000 (10:12 +0530)]
[REM] Account: workflow: remove the transition from proforma2 to paid (useless as an invoice in proforma2 cannot has any accounting entries)

bzr revid: mra@mra-laptop-20100825044208-625vlx63dvzg3hvo

13 years ago[Merge]
Vir (Open ERP) [Wed, 25 Aug 2010 04:18:00 +0000 (09:48 +0530)]
[Merge]

bzr revid: vir@tinyerp.com-20100825041800-fmn9h3uvs1wj02j9

13 years agoLaunchpad automatic translations update.
Launchpad Code Hosting [Wed, 25 Aug 2010 03:56:04 +0000 (04:56 +0100)]
Launchpad automatic translations update.

bzr revid: codehost@crowberry-20100825035604-b9n371ta2k6zwuo6

13 years agoLaunchpad automatic translations update.
Launchpad Code Hosting [Wed, 25 Aug 2010 03:52:23 +0000 (04:52 +0100)]
Launchpad automatic translations update.

bzr revid: codehost@crowberry-20100825035223-qyoduugyijk51htq

13 years ago[MERGE] Merge with trunk addons
Mustufa Rangwala [Wed, 25 Aug 2010 03:31:33 +0000 (09:01 +0530)]
[MERGE] Merge with trunk addons

bzr revid: mra@mra-laptop-20100825033133-hfoo5zlll1tp5uqp

13 years ago[IMP] account: small changes of useabilty in invoice refund wizard
qdp-launchpad@tinyerp.com [Tue, 24 Aug 2010 16:10:08 +0000 (18:10 +0200)]
[IMP] account: small changes of useabilty in invoice refund wizard

bzr revid: qdp-launchpad@tinyerp.com-20100824161008-1bejqrdfewhzkr5m

13 years ago[IMP] orm: improve error message when NOT NULL constraint is violated
Olivier Dony [Tue, 24 Aug 2010 16:05:15 +0000 (18:05 +0200)]
[IMP] orm: improve error message when NOT NULL constraint is violated

bzr revid: odo@openerp.com-20100824160515-07jobymgifm3k4vl

13 years ago[IMP] account: improved useability on invoice views
qdp-launchpad@tinyerp.com [Tue, 24 Aug 2010 14:35:29 +0000 (16:35 +0200)]
[IMP] account: improved useability on invoice views

bzr revid: qdp-launchpad@tinyerp.com-20100824143529-34gtgq49p3lrro13

13 years ago[IMP] account: useability improvement in manual reconciliation process
qdp-launchpad@tinyerp.com [Tue, 24 Aug 2010 14:31:50 +0000 (16:31 +0200)]
[IMP] account: useability improvement in manual reconciliation process

bzr revid: qdp-launchpad@tinyerp.com-20100824143150-zo0dgrrg9ag5z9z0

13 years ago[IMP] account: added missing label to ref field on account.move.line
qdp-launchpad@tinyerp.com [Tue, 24 Aug 2010 14:28:39 +0000 (16:28 +0200)]
[IMP] account: added missing label to ref field on account.move.line

bzr revid: qdp-launchpad@tinyerp.com-20100824142839-t6uclkgls2oj7lay

13 years ago[IMP] account: improved useability on invoice views
qdp-launchpad@tinyerp.com [Tue, 24 Aug 2010 14:27:30 +0000 (16:27 +0200)]
[IMP] account: improved useability on invoice views

bzr revid: qdp-launchpad@tinyerp.com-20100824142730-fle2gmd3c0hb344a

13 years ago[IMP] account small useability improvements
qdp-launchpad@tinyerp.com [Tue, 24 Aug 2010 13:21:27 +0000 (15:21 +0200)]
[IMP] account small useability improvements

bzr revid: qdp-launchpad@tinyerp.com-20100824132127-h1ttvt3nyltpcxdf

13 years ago[FIX] account: previous conversion of ref field on account_move_line object into...
qdp-launchpad@tinyerp.com [Tue, 24 Aug 2010 13:17:59 +0000 (15:17 +0200)]
[FIX] account: previous conversion of ref field on account_move_line object into a fields.related was missing the store=True attribute

bzr revid: qdp-launchpad@tinyerp.com-20100824131759-ersa8v6ic95uakpr

13 years ago[FIX] account: previous removal of check_history field was not totally done and conta...
qdp-launchpad@tinyerp.com [Tue, 24 Aug 2010 13:14:15 +0000 (15:14 +0200)]
[FIX] account: previous removal of check_history field was not totally done and contained a synthax error

bzr revid: qdp-launchpad@tinyerp.com-20100824131415-8r0rjmlig2n6nc0v

13 years ago[IMP] account: replaced 'Ledger Posting' terms
qdp-launchpad@tinyerp.com [Tue, 24 Aug 2010 13:06:22 +0000 (15:06 +0200)]
[IMP] account: replaced 'Ledger Posting' terms

bzr revid: qdp-launchpad@tinyerp.com-20100824130622-y3tujja6qw489as6

13 years ago[IMP] account: replaced the ref field on account.move.line with a related field on...
qdp-launchpad@tinyerp.com [Tue, 24 Aug 2010 12:47:22 +0000 (14:47 +0200)]
[IMP] account: replaced the ref field on account.move.line with a related field on the linked move_id as discussed with fp and al

bzr revid: qdp-launchpad@tinyerp.com-20100824124722-o9ach2toz98ghpdf

13 years agomerge
Fabien Pinckaers [Tue, 24 Aug 2010 12:47:00 +0000 (14:47 +0200)]
merge

bzr revid: fp@tinyerp.com-20100824124700-mdefo6j77yaifhxc

13 years agomerge
Fabien Pinckaers [Tue, 24 Aug 2010 12:46:39 +0000 (14:46 +0200)]
merge

bzr revid: fp@tinyerp.com-20100824124639-awmiog304b56tktm

13 years ago[IMP] account: removed deprecated field check_history on account.account object
qdp-launchpad@tinyerp.com [Tue, 24 Aug 2010 12:45:44 +0000 (14:45 +0200)]
[IMP] account: removed deprecated field check_history on account.account object

bzr revid: qdp-launchpad@tinyerp.com-20100824124544-3acpu8sq2umfkf5l

13 years agomerge
Fabien Pinckaers [Tue, 24 Aug 2010 12:38:12 +0000 (14:38 +0200)]
merge

bzr revid: fp@tinyerp.com-20100824123812-uydwnf5i3azw08uo

13 years agomerge
Fabien Pinckaers [Tue, 24 Aug 2010 12:37:54 +0000 (14:37 +0200)]
merge

bzr revid: fp@tinyerp.com-20100824123754-qi28qo3x5kz6akuq

13 years ago[FIX] fixing report headers
Fabien Pinckaers [Tue, 24 Aug 2010 12:37:11 +0000 (14:37 +0200)]
[FIX] fixing report headers

bzr revid: fp@tinyerp.com-20100824123711-wp7hwd89yeqgpjaa

13 years ago[IMP] account: ref field of account.move is now filled with better value when created...
qdp-launchpad@tinyerp.com [Tue, 24 Aug 2010 12:33:45 +0000 (14:33 +0200)]
[IMP] account: ref field of account.move is now filled with better value when created from an invoice + small label change

bzr revid: qdp-launchpad@tinyerp.com-20100824123345-x4c4btawbl6zurel

13 years ago[IMP] account: change icon in unreconcile wizard accordingly to apr's opinion
qdp-launchpad@tinyerp.com [Tue, 24 Aug 2010 12:19:50 +0000 (14:19 +0200)]
[IMP] account: change icon in unreconcile wizard accordingly to apr's opinion

bzr revid: qdp-launchpad@tinyerp.com-20100824121950-kubr3jcj0v7htkbq

13 years ago[FIX] Add a missing comma
Stephane Wirtel [Tue, 24 Aug 2010 11:46:43 +0000 (13:46 +0200)]
[FIX] Add a missing comma

bzr revid: stephane@openerp.com-20100824114643-of4n85w09r8kkffu

13 years ago[FIX] base_action_rule: Pass the context to the base_action_rule#_action method
Stephane Wirtel [Tue, 24 Aug 2010 11:20:57 +0000 (13:20 +0200)]
[FIX] base_action_rule: Pass the context to the base_action_rule#_action method
[REF] base_action_rule: Remove mutable arguments (context)
[REF] base_action_rule: Use getattr instead of hasattr (avoid bugs)
[FIX] project_issue: Specify the state_to key in the context from the message_new function (this key will be used in the do_check method of the base_action_rule object)

bzr revid: stephane@openerp.com-20100824112057-m9k1m92dnonftscs

13 years ago[IMP] account: put the move_id field of account.move.line object as required on the...
qdp-launchpad@tinyerp.com [Tue, 24 Aug 2010 11:04:14 +0000 (13:04 +0200)]
[IMP] account: put the move_id field of account.move.line object as required on the model object. Force that attribute to False in the views, as the system is already creating a new when needed. This change is not supposed to change the behavior, put it puts a constraint NOT NULL on the link between account.move.line and account.move

bzr revid: qdp-launchpad@tinyerp.com-20100824110414-6gj3asrsj8zxc8m1

13 years ago[MERGE] merge with trunk addons branch
qdp-launchpad@tinyerp.com [Tue, 24 Aug 2010 11:00:03 +0000 (13:00 +0200)]
[MERGE] merge with trunk addons branch

bzr revid: qdp-launchpad@tinyerp.com-20100824110003-1xs202qaihtyopxr

13 years ago[IMP] account: useability improvement
qdp-launchpad@tinyerp.com [Tue, 24 Aug 2010 10:27:10 +0000 (12:27 +0200)]
[IMP] account: useability improvement

bzr revid: qdp-launchpad@tinyerp.com-20100824102710-vbpvwz1v10v6ojev

13 years ago[IMP] account: corrected typo
qdp-launchpad@tinyerp.com [Tue, 24 Aug 2010 09:32:13 +0000 (11:32 +0200)]
[IMP] account: corrected typo

bzr revid: qdp-launchpad@tinyerp.com-20100824093213-w2g31akxskcyvl5j

13 years ago[IMP] account: useability improvements
qdp-launchpad@tinyerp.com [Tue, 24 Aug 2010 09:16:33 +0000 (11:16 +0200)]
[IMP] account: useability improvements

bzr revid: qdp-launchpad@tinyerp.com-20100824091633-1nm9k861ee2dr796

13 years ago[IMP] account: useability improvements
qdp-launchpad@tinyerp.com [Tue, 24 Aug 2010 08:25:43 +0000 (10:25 +0200)]
[IMP] account: useability improvements

bzr revid: qdp-launchpad@tinyerp.com-20100824082543-w8248h9zw0veqj5u

13 years ago[IMP] Logs registering of exported services.
Julien Thewys [Tue, 24 Aug 2010 08:12:01 +0000 (10:12 +0200)]
[IMP] Logs registering of exported services.

bzr revid: jth@openerp.com-20100824081201-7iydeg8a91lslgxy

13 years agomerge
Fabien Pinckaers [Tue, 24 Aug 2010 06:53:47 +0000 (08:53 +0200)]
merge

bzr revid: fp@tinyerp.com-20100824065347-sy2uepwnzjfz61b6

13 years agomerge
Fabien Pinckaers [Tue, 24 Aug 2010 06:34:34 +0000 (08:34 +0200)]
merge

bzr revid: fp@tinyerp.com-20100824063434-8bgl4nsbnfbggkbl