Commit Graph

76 Commits

Author SHA1 Message Date
Olivier Dony 8d745f9f50 [FIX] account, mail, etc.: uniformize evaluated expressions
opw-626694
2015-05-21 15:26:35 +02:00
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
Jaydeep Barot 026e38b48f [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
Denis Ledoux f8d5ef0f80 [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 4174 revid:dle@openerp.com-20140415130732-bud8xb3pzgxw2imr
bzr revid: dle@openerp.com-20140415101427-a6r7lgy50x9bdah3
bzr revid: dle@openerp.com-20140415130951-ckuv8nsl17qkb300
2014-04-15 15:09:51 +02:00
Denis Ledoux 998b290409 [MERGE][FIX] account: while refuding the invoice with payment term journal items are created wrongly with write-off account
bzr revid: dle@openerp.com-20140415100702-s13cuejf89gtlnhc
2014-04-15 12:07:02 +02:00
Olivier Dony 44664076da [MERGE] Forward-port of latest 7.0 fixes up to rev 9618 rev-id: dle@openerp.com-20131120142131-s333lyva85cyn41o
bzr revid: odo@openerp.com-20131120144059-yyh7emvgdarff09b
bzr revid: odo@openerp.com-20131120144318-11nmn1zj00zmi10z
2013-11-20 15:43:18 +01:00
Martin Trigaux d23977c106 [IMP] account: revert wrong commit 9590 and set default value with customer refrence
bzr revid: mat@openerp.com-20131118165353-nbk1wwdri1dnl4wh
2013-11-18 17:53:53 +01:00
Martin Trigaux 4d105a27d6 [FIX] account: set customer reference for the invoice name (customer refrence) while refunding instead of reason of refund (opw 591713)
bzr revid: mat@openerp.com-20131118094951-o2ixt5xyrwlyvzgx
2013-11-18 10:49:51 +01:00
Amit Dodiya (OpenERP) 65caa33162 [FIX] account: while refuding the invoice with payment term journal items are created wrongly with write-off account
bzr revid: ado@tinyerp.com-20131028124822-we80argd26aozxg7
2013-10-28 18:18:22 +05:30
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
Denis Ledoux 18193da769 [FIX]account: in wizard of refund, replace type(line.reconcile_id) != osv.orm.browse_null with simply if line.reconcile_id: + imp of the following line
bzr revid: dle@openerp.com-20130828155815-0i8uoez4guh0i85x
2013-08-28 17:58:15 +02:00
Dharti Ratani (Open ERP) 8df1dad12f [FIX]Setting the customer reference of the original invoice in the draft invoice while creating from refunds
bzr revid: dhr@tinyerp.com-20130423130256-49dj1iwayheham6d
2013-04-23 18:32:56 +05:30
Vo Minh Thu e69326ee3b [REF] removed explicit model instanciations.
bzr revid: vmt@openerp.com-20130415102349-vgcrfok2k5y10cwz
2013-04-15 12:23:49 +02:00
Quentin (OpenERP) 3bb51ac696 [MERGE] forward port of bugfixes made in 7.0, up to revision 8969.
bzr revid: qdp-launchpad@openerp.com-20130404095257-oek77sijuxjyi0aj
2013-04-04 11:52:57 +02:00
Quentin (OpenERP) ec6cbc8f4a [FIX] account: fixed missing context passing in account_invoice_refund wizard
bzr revid: qdp-launchpad@openerp.com-20130327105405-x2gmid38lhfnk40q
2013-03-27 11:54:05 +01:00
Thibault Delavallée e0372e8c6d [FWD] [MERGE] Forward port of addons-v7 until rev. 8736.
bzr revid: tde@openerp.com-20130221105247-ezl63lpl4vdjxtys
2013-02-21 11:52:47 +01:00
Tejas Tank 75ffe3c712 [IMP] account: use the new signal_xxx methods instead of trg_validate and also update code with create_workflow and delete_workflow feature.
bzr revid: tta@openerp.com-20130201071833-x48y4zloat1diqa5
2013-02-01 12:48:33 +05:30
Nimesh Contractor (OpenERP) a724a10691 [FIX] traceback of Refund customer invoice having type = modify
bzr revid: nco@tinyerp.com-20130108092028-k9vh7600hpfmdqbk
2013-01-08 14:50:28 +05:30
Olivier Dony 2eb26fb107 [MERGE] account: cleanup refund creation + ease inheritance, courtesy of Benoit Guillot, Akretion
bzr revid: odo@openerp.com-20121218174225-vheaos3zxh2q578l
2012-12-18 18:42:25 +01:00
Vo Minh Thu 6072fd11af [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121210111654-0pm3pupnqqeip52n
2012-12-10 12:16:54 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Khushboo Bhatt (Open ERP) dfcf4dde40 [IMP]account:string chaged from credit note to refund
bzr revid: kbh@tinyerp.com-20121123110052-wc8h8runo2z6nowm
2012-11-23 16:30:52 +05:30
Fabien Pinckaers 672c2c0d05 [IMP] Credit Note useability
bzr revid: fp@openerp.com-20120930170256-csm6kpjhfr2jg2nt
2012-09-30 19:02:56 +02:00
Benoit Guillot 8f1a02e331 [IMP] add method to prepair refund and add context in the method def refund
bzr revid: benoit.guillot@akretion.com.br-20120829083933-vfi198opk85dj91m
2012-08-29 10:39:33 +02:00
Antonin Bourguignon 8a64e7580a [IMP] all the error messages now start with 'Error\!' (not 'Error' or 'Error \!')
bzr revid: abo@openerp.com-20120807113137-44vehm0mthqawlo3
2012-08-07 13:31:37 +02:00
Antonin Bourguignon fe5956057a [FIX] spelling: 'insufficient data' instead of 'data insufficient'
bzr revid: abo@openerp.com-20120807102326-sro2nxr4zn95zhs1
2012-08-07 12:23:26 +02:00
Antonin Bourguignon 48e0915804 [IMP] rephrase some error and warning messages in account
remove exclamation marks at the end of messages
remove first person usage ('I' and 'We')
remove unjustified capital letters
rephrase the clumsy form 'No <some attribute> is defined'

bzr revid: abo@openerp.com-20120806154410-kbf9aai2uzq2b0c4
2012-08-06 17:44:10 +02:00
pso (OpenERP) bc68e4079c [IMP] Improved warning messages
bzr revid: pso@tinyerp.com-20120727065557-vvhog448zrrfuibd
2012-07-27 12:25:57 +05:30
pso (OpenERP) 238bbc539a [IMP] Improved warning messages for account module
bzr revid: pso@tinyerp.com-20120725073357-kcdgglpmbxrtbq6d
2012-07-25 13:03:57 +05:30
Amit Patel (OpenERP) ffcd8f105e [IMP]:resolved account module
bzr revid: apa@tinyerp.com-20120605105033-ses82h9j15f94yht
2012-06-05 16:20:33 +05:30
Raphael Collet 633b27261d [IMP] account config: code cleanup, and improve English
bzr revid: rco@openerp.com-20120509124139-ydvkr23liydelasl
2012-05-09 14:41:39 +02:00
Jagdish Panchal (Open ERP) dad95e6283 [IMP] account: Rename Refund Invoice to Credit Note and improve usability of account config wizard
bzr revid: jap@tinyerp.com-20120426113226-3ik97eoufwyttibz
2012-04-26 17:02:26 +05:30
Jigar Amin - OpenERP db5958f3fb [FIX] removed filed address_contact_id
bzr revid: jam@tinyerp.com-20120307104205-fdvym7euls9rjsn6
2012-03-07 16:12:05 +05:30
Kuldeep Joshi (OpenERP) fd384fe645 [IMP] account : remove invoice address
bzr revid: kjo@tinyerp.com-20120305064845-aezglwmj86fi2ndc
2012-03-05 12:18:45 +05:30
Raphael Collet 248654d97e [MERGE] lp:872686 (account: fix refund wizard)
bzr revid: rco@openerp.com-20111219145305-0w1ur88brnpovj6x
2011-12-19 15:53:05 +01:00
Kirti Savalia (OpenERP) f165976f0d [MERGE]:with latest addons
bzr revid: ksa@tinyerp.com-20111128092813-p2nzbd95ormdc3u0
2011-11-28 14:58:13 +05:30
Kirti Savalia (OpenERP) 6babd07f90 [IMP]:in refund wizard remove the context key
bzr revid: ksa@tinyerp.com-20111128092235-iriwoz7nq5trxsy5
2011-11-28 14:52:35 +05:30
Fabien Pinckaers 055441c518 [IMP] labels of refund invoice
bzr revid: fp@tinyerp.com-20111111084451-m36rgp45m0ye7e8f
2011-11-11 09:44:51 +01:00
Ujjvala Collins (OpenERP) 128a017ac0 [REM] account: Removed unnecessary arguments from name_search.
bzr revid: uco@tinyerp.com-20110620130128-548kbbjl8vm0kzwx
2011-06-20 18:31:28 +05:30
Ujjvala Collins (OpenERP) 907846f630 [REF] account: Changed search option for company id in defaults.
bzr revid: uco@tinyerp.com-20110620113532-bke50mz0cwjvt6sj
2011-06-20 17:05:32 +05:30
Ujjvala Collins (OpenERP) d3ec32a744 [FIX] account: Fixed problem of opening the supplier invoice views using refund wizard.
bzr revid: uco@tinyerp.com-20110620063839-6236qx047fcb7zon
2011-06-20 12:08:39 +05:30
Ujjvala Collins (OpenERP) 86cec56877 [FIX] account: Fixed with some coding standards.
bzr revid: uco@tinyerp.com-20110615085138-51stynbvm10e6r6a
2011-06-15 14:21:38 +05:30
Ujjvala Collins (OpenERP) 52642c4638 [FIX] account: Fixed problem of invoice refund with journals and views.
lp bug: https://launchpad.net/bugs/789237 fixed

bzr revid: uco@tinyerp.com-20110613103550-8jhq4gat2f3bw26o
2011-06-13 16:05:50 +05:30
Quentin (OpenERP) b815396f06 [IMP] account, refund invoice wizard: changed default value and order of filter_refund field in order to have something less error prone and less dangereous
bzr revid: qdp-launchpad@openerp.com-20110328112354-o3nxeho0k2ehwni1
2011-03-28 13:23:54 +02:00
Rucha (Open ERP) 568a05a27e [REF,IMP]: Code Improvement
bzr revid: rpa@tinyerp.com-20110228110858-ulzc93cayvfd7c1o
2011-02-28 16:38:58 +05:30
Rifakat Haradwala (Open ERP) a313f724ba [IMP]: Account: improvement in osv memory wizards
bzr revid: rha@tinyerp.com-20110215092057-lpki1kg79dnya96g
2011-02-15 14:50:57 +05:30
Olivier Dony 3f96ef97a7 [WIP] all: (work in progress) changing wizards to avoid using read() or at least take proper care of m2o fields
This is in preparation of the fix for m2o.get() on osv_memory objects, to make
it consistent with the regular read on osv objects. Previously on osv_memory
objects it was only returned the id, instead of the pair (id, name) as is appropriate
to avoid an additional name_get RPC call after each read.
Unfortunately many wizards were using direct read() instead of browse() and
relying on the fact that the returned dict contained a bare id value for
many2one fields.

bzr revid: odo@openerp.com-20110201210839-hwmk60ygksm805c4
2011-02-01 22:08:39 +01:00
uco (OpenERP) d827b2f6ea [REF]: Added remaining context changes in _constraints. Removed unnecessary checking for context from methods.
bzr revid: uco@tinyerp.com-20101213064309-vg36f1510xv2f8zb
2010-12-13 12:13:09 +05:30
pso 751166ef62 [IMP] account, hr modules: Put lambda in _defaults
bzr revid: pso@tinyerp.com-20101104124242-djqmwoq9jzenr8cn
2010-11-04 18:12:42 +05:30
vth cb53de3f3e [REF] account: replace get_object_reference method with _get_it of ir.model.data object to fatch the value of res_id in all account_* modules
bzr revid: vth@tinyerp.com-20101028083500-rulgay01xldj56sp
2010-10-28 14:05:00 +05:30