Commit Graph

120 Commits

Author SHA1 Message Date
Olivier Dony 494ecc620f [MERGE] Foward-port saas-5 up to ee4df1e 2014-08-01 14:24:07 +02:00
Denis Ledoux 4eba90561f [MERGE] forward port of branch 7.0 up to 7c5bf67a5f 2014-07-31 18:17:48 +02:00
Denis Ledoux 7c5bf67a5f [FIX] account: unit arg of on_change_unit_amount can be False 2014-07-31 18:15:41 +02:00
Denis Ledoux 4705802a6f [MERGE] forward port of branch 7.0 up to cd31cbf556 2014-07-31 18:06:57 +02:00
Denis Ledoux cd31cbf556 [FIX] account: on_change_unit_amount do not reset uom to default 2014-07-31 18:05:17 +02:00
Jaydeep Barot 026e38b48f [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
Vo Minh Thu e69326ee3b [REF] removed explicit model instanciations.
bzr revid: vmt@openerp.com-20130415102349-vgcrfok2k5y10cwz
2013-04-15 12:23:49 +02:00
Olivier Dony 03b6acd13d [MERGE] Access inherited product fields on the product directly rather than template, courtesy of Alexis de Lattre (Akretion)
It makes the code a little more straightforward and does not hurt.

bzr revid: odo@openerp.com-20121218225015-6r9ydxjlh147m3z1
2012-12-18 23:50:15 +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
Mayur Maheshwari (OpenERP) e2a021bdc0 [FIX]account : fix the task problem for context
bzr revid: mma@tinyerp.com-20121031105122-jmrpm5at8t3iqs7s
2012-10-31 16:21:22 +05:30
Quentin (OpenERP) 149451bdf5 [FIX] hr_timesheet_sheet: default date on timehseet lines should be the date_from of the timesheet if today isn't included in the date_from and date_to
bzr revid: qdp-launchpad@openerp.com-20121025145443-5iuohn57h6uxn04t
2012-10-25 16:54:43 +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 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
Alexis de Lattre f9fe637803 Remplace all occurences of my_browse_rec.product_id.product_tmpl_id.field to my_browse_rec.product_id.field
bzr revid: alexis@via.ecp.fr-20120727015202-7fylff5jr26sgxez
2012-07-27 03:52:02 +02:00
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
Atul Patel (OpenERP) 64bd1cdd87 [FIX]: Add currency_id field
bzr revid: atp@tinyerp.com-20120706074215-4225u3zkx00gtfw5
2012-07-06 13:12:15 +05:30
Atul Patel (OpenERP) 369b5d8d51 [MERGE]: Merged trunk-addons with
quantity and Uom should be on the same line in analytic account extended view.
Amount and Amount currency in separate group.
Account Currenty typo.

bzr revid: atp@tinyerp.com-20120706034553-djpszu1dzn67hpr5
2012-07-06 09:15:53 +05:30
Jagdish Panchal (Open ERP) 7f9855ee2c [IMP] UOM to Unit of Measure everywhere in account and Picking and Invoicing Policy to Invoicing Policy in sale/res_config.py
bzr revid: jap@tinyerp.com-20120425070825-r8z56xhz42dpthep
2012-04-25 12:38:25 +05:30
Olivier Dony 5fc1a9fc7b [FIX] all: use newly introduced fields.date.context_today
Following the introduction of fields.date.context_today,
correct the main cases where we need to use the user's
timezone instead of the default UTC one.
There are probably many minor cases where this may be
useful, but those cases should be easy to fix now
that there is a common way to fix them.

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

bzr revid: odo@openerp.com-20120213180741-4hvd4p7wsep0fomf
2012-02-13 19:07:41 +01:00
Bharat (OpenERP) db1acdf996 [IMP] hr : added or condition 0.0 in amount variable of account_analytic_line.py of account module
bzr revid: bde@tinyerp.com-20110930095942-8ixwtg11g5mvhifk
2011-09-30 15:29:42 +05:30
Bharat (OpenERP) 1735e48887 hr: cost calculation for price: zero products in timesheet
lp bug: https://launchpad.net/bugs/849603 fixed

bzr revid: bde@tinyerp.com-20110928061921-iths10cslnehylur
2011-09-28 11:49:21 +05:30
ARA (OpenERP) ad590ddc86 [FIX] account: Cancel of invoice throws error, validate of move_id is invalid
bzr revid: ara@tinyerp.com-20110425061114-nq2mzpc8w082hu3j
2011-04-25 11:41:14 +05:30
Quentin (OpenERP) a56dde158e [MERGE] merged bugfix 716107
bzr revid: qdp-launchpad@openerp.com-20110225141114-uxyug5oby21ngm07
2011-02-25 15:11:14 +01:00
ron@tinyerp.com 2bde63a85b [IMP]Account:analytic line adding product doesnt add the unit of measure
bzr revid: ron@tinyerp.com-20110221125034-kke587zoskk27gzl
2011-02-21 18:20:34 +05:30
ron@tinyerp.com 6c9834f0d5 [IMP]Account:analytic line adding product doesnt add the unit of measure
bzr revid: ron@tinyerp.com-20110221122945-oe29d7jzbusvgvn8
2011-02-21 17:59:45 +05:30
ron@tinyerp.com 753eddd26f [FIX]Account:analytic line adding product doesnt add the unit of measure
lp bug: https://launchpad.net/bugs/716107 fixed

bzr revid: ron@tinyerp.com-20110221091035-17bz1yzwslbtd9rs
2011-02-21 14:40:35 +05:30
qdp-launchpad@tinyerp.com 2df4a68377 [MERGE] merged the dev3 branch
bzr revid: qdp-launchpad@tinyerp.com-20110114001101-wk77opsrvslh7pak
2011-01-14 01:11:01 +01:00
Mustufa Rangwala 45248478f5 [MERGE] Account: Dashboard problem on entries report
bzr revid: mra@mra-laptop-20110105073712-nbjkpbp2i513df9r
2011-01-05 13:07:12 +05:30
Mustufa Rangwala 033ac07014 [REF] account
bzr revid: mra@mra-laptop-20110104125706-e012272p1o523oaa
2011-01-04 18:27:06 +05:30
husen f433b959c2 merged with trunk
bzr revid: husen@husen-laptop-20101230095809-cl6dkve1odgdtqtv
2010-12-30 15:28:09 +05:30
Mustufa Rangwala 36550876a0 [REF]
bzr revid: mra@mra-laptop-20101227073156-ovwnsscdqpulq0le
2010-12-27 13:01:56 +05:30
ARA (OpenERP) 0a97be7c77 [MERGE] merge from dev3
bzr revid: ara@tinyerp.com-20101217052844-aafz2ud2f3lldwbb
2010-12-17 10:58:44 +05:30
ARA (OpenERP) b789c2e1e3 [FIX] account_analytic_line must not be deleted if the journal etc is deleted
lp bug: https://launchpad.net/bugs/690753 fixed

bzr revid: ara@tinyerp.com-20101216115233-b5oszgkb2oh7hkd6
2010-12-16 17:22:33 +05:30
uco (OpenERP) 3700e08ed6 [REF]: Refactored some lines from previous commit.
bzr revid: uco@tinyerp.com-20101123113152-0ue71yg9usp1gklx
2010-11-23 17:01:52 +05:30
uco (OpenERP) 12fcd1be2f [IMP] : Added context=None on methods used for _constraints and replaced context={} with context=None.
bzr revid: uco@tinyerp.com-20101119134801-974ev29j4tu46pq2
2010-11-19 19:18:01 +05:30
qdp-launchpad@tinyerp.com 82448c4293 [REF] account, account_analytic_line.py: refactoring and code cleaning
bzr revid: qdp-launchpad@tinyerp.com-20101110114609-3t53lct11o7ecetl
2010-11-10 12:46:09 +01:00
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
Mustufa Rangwala 057c282cfb [FIX] Account: Analytic onchange amount unit => TypeError: int argument required
bzr revid: mra@mra-laptop-20101101094259-6h3izyiknl86jmnd
2010-11-01 15:12:59 +05:30
Mustufa Rangwala 93e46a396e [FIX] Account: Analytic onchange amount unit
bzr revid: mra@mra-laptop-20101101093714-0u4wihexr4ef3eon
2010-11-01 15:07:14 +05:30
XRG(OpenERP), MRA(OpenERP) 8328597b0f [MERGE] Account: Account analytic line => Onchange amount improved & code refactor
bzr revid: mra@mra-laptop-20101028094609-418e9h98a3bmdehn
2010-10-28 15:16:09 +05:30
Jay (OpenERP) 0e34d1d2ef [FIX] Account : Corrections on onchange which can return None to client
bzr revid: jvo@tinyerp.com-20101019124435-fmwxwn53hri4s93z
2010-10-19 18:14:35 +05:30
Fabien Pinckaers ea969153db [IMP+FIX] improvements patches from xrg
bzr revid: fp@tinyerp.com-20101017173000-m208j7b6kges3zlc
2010-10-17 19:30:00 +02:00
Mustufa Rangwala 21cb64c24b [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101012044403-c5qdqf8k8v8xd6z3
2010-10-12 10:14:03 +05:30
ARA (OpenERP) d10e1e83af [REF] cleaning code of account
bzr revid: ara@tinyerp.com-20101011060340-v55iqbqk378atwnq
2010-10-11 11:33:40 +05:30
sbh (Open ERP) a0b23875b0 [MERGE]: Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20101005044451-yifoxp03gpu83p93
2010-10-05 10:14:51 +05:30
Fabien Pinckaers 67999a7e4e [IMP] billing project hours useable
bzr revid: fp@tinyerp.com-20101004232308-pvzlua2cyra2kvqp
2010-10-05 01:23:08 +02:00
uco (Open ERP) bf0d12e99f [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20100928104549-mwxiplx3s2fe42t1
2010-09-28 16:15:49 +05:30
qdp-launchpad@tinyerp.com cad3242b7f [FIX] account: onchange on analytic lines
bzr revid: qdp-launchpad@tinyerp.com-20100921121933-yazeuffn1mpkbiw2
2010-09-21 14:19:33 +02:00
sbh (Open ERP) be9b937035 [REM] product: Remove property_valuation_price_type field from view and code,
[IMP]account,hr_expense,product,stock: property_valuation_price_type remove the field and use standard_price

bzr revid: sbh@tinyerp.com-20100921102142-nlngoezrxz5m72jb
2010-09-21 15:51:42 +05:30
pap (openerp) 4e61111c59 [IMP] Account: added user_id while created analytic lines
bzr revid: pap@tinyerp.co.in-20100917083134-dw7g5vf9myo03e47
2010-09-17 14:01:34 +05:30