Commit Graph

1307 Commits

Author SHA1 Message Date
Amit (OpenERP) 908ac62ab6 [FIX] account : Fixes the translation problem
lp bug: https://launchpad.net/bugs/943980 fixed

bzr revid: amp@tinyerp.com-20120328054945-klkxmxsf3b12iuv8
2012-03-28 11:19:45 +05:30
marta(pexego) 0ef89eb059 [FIX] account : Improved the description size for spanish localization taxes
lp bug: https://launchpad.net/bugs/929688 fixed

bzr revid: amp@tinyerp.com-20120328041634-04rk39u8fp27r7ry
2012-03-28 09:46:34 +05:30
Sbh (Openerp) e17dee3a5e [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20120323052530-l9fsd06fbma1l3gz
2012-03-23 10:55:30 +05:30
Olivier Dony 08f6c75477 [MERGE] Properly pass context when incrementing sequences, courtesy of Stefan Rijnhart (Therp)
lp bug: https://launchpad.net/bugs/947355 fixed

bzr revid: odo@openerp.com-20120322122419-xt6rlz330bkdo8ox
2012-03-22 13:24:19 +01:00
Bhumika (OpenERP) 79ff0e3424 [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20120321065319-pj7o5oz8pdr0v2jm
2012-03-21 12:23:19 +05:30
Quentin (OpenERP) 99a12a9216 [FIX] account: build_ctx_period must always return a list of ids
bzr revid: qdp-launchpad@openerp.com-20120319095227-1d7k2zq4ats038em
2012-03-19 10:52:27 +01:00
Stefan Rijnhart 94896a9c0b [FIX] Pass context to ir.sequence.next_by*
lp bug: https://launchpad.net/bugs/974355 fixed

bzr revid: stefan@therp.nl-20120314125324-g1kbltrcygxlmcgt
2012-03-14 13:53:24 +01:00
Numerigraphe - Lionel Sausin 5e4446f483 [FIX] unmutable default in account/account.py
bzr revid: ls@numerigraphe.fr-20120305173236-wdnj66ti4bopedzp
2012-03-05 18:32:36 +01:00
Kuldeep Joshi (OpenERP) fd384fe645 [IMP] account : remove invoice address
bzr revid: kjo@tinyerp.com-20120305064845-aezglwmj86fi2ndc
2012-03-05 12:18:45 +05:30
1bf3b3b515 [FIX] use a local variable row instead of res
bzr revid: guewen.baconnier@camptocamp.com-20120301122124-0izdqntr76ruqtde
2012-03-01 13:21:24 +01:00
Thibault Delavallée 220a94b317 [FIX] Back to old formatting, before revno 6565
bzr revid: tde@openerp.com-20120215093817-v6shtzwmc24ewbgc
2012-02-15 10:38:17 +01:00
Thibault Delavallée 12dba1122a [IMP] Modified argument order in context_today call (context passed as last argument to comply to OpenERP coding guidelines)
bzr revid: tde@openerp.com-20120215092229-olnjl9e2ant2ka55
2012-02-15 10:22:29 +01:00
Thibault Delavallée ef4ec91715 [FIX] Fixed date_start and date_stop in period creation. Using the fields.date.context_today in revno 6565 was performed uysing current datetime instead of correct beginning and end of months timestamps.
bzr revid: tde@openerp.com-20120215091707-0wt01bms652pzz5e
2012-02-15 10:17:07 +01:00
Quentin (OpenERP) 8b4c62c624 [REF] account: small code refactoring
bzr revid: qdp-launchpad@openerp.com-20120214133053-0125ol25lwr5mk7d
2012-02-14 14:30:53 +01:00
Olivier Dony da84f36eb4 [FIX] all: update context_today calls after API change
See also server revision 4053
revision-id: odo@openerp.com-20120214122413-rznpdyqajrzswk4o

bzr revid: odo@openerp.com-20120214122520-f4lyaoolw1sik7zo
2012-02-14 13:25:20 +01:00
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
Quentin (OpenERP) 614893d620 [MERGE] account: merged the dev branch with workaround of context['line_id'] in line_id field (operation not supported in web client)
bzr revid: qdp-launchpad@openerp.com-20120213131702-f20fl7ydpxvt9o7g
2012-02-13 14:17:02 +01:00
Raphael Collet 37da83d9a8 [FIX] account: method build_ctx_periods returns more periods than those asked when both period are the same
lp bug: https://launchpad.net/bugs/922957 fixed

bzr revid: rco@openerp.com-20120208094735-vh2lnba79da9kn92
2012-02-08 10:47:35 +01:00
Stephane Wirtel f0a31577dd [REV] account: Revert my previous patch about the uniqueness of description,company_id for the tax
lp bug: https://launchpad.net/bugs/928424 fixed

bzr revid: stw@openerp.com-20120208092406-a1nlp4bqwhd2cxqh
2012-02-08 10:24:06 +01:00
Olivier Dony 754c5a68f8 [FIX] account: improve translations and use of _()
bzr revid: odo@openerp.com-20120208000332-4j6jqital8f0558k
2012-02-08 01:03:32 +01:00
Stephane Wirtel 433b98f832 [FIX] account: Modify the sql constraints for the tax object, use the description instead of the name
bzr revid: stw@openerp.com-20120206135658-5i35qm0dyyf4i6kl
2012-02-06 14:56:58 +01:00
Rucha (Open ERP) 534f64d798 [IMP]: account: [FOR TESTING ONLY] try to fix problem of opening move form view from web client
bzr revid: rpa@tinyerp.com-20120201114441-bmmn15cwr76bd6p7
2012-02-01 17:14:41 +05:30
Quentin (OpenERP) 4eb5a5824c [FIX] account: fix of level field computation at the generation from templates time
bzr revid: qdp-launchpad@openerp.com-20120130154701-o0j01ngsedcw0dwv
2012-01-30 16:47:01 +01:00
Raphael Collet 099ef8af95 [MERGE] lp:919682 (account: improve error message in account moves validation)
bzr revid: rco@openerp.com-20120127160431-7jwuxsy9dhpxljpp
2012-01-27 17:04:31 +01:00
Raphael Collet 4e39112275 [FIX] account: fix error message and misleading variable names
bzr revid: rco@openerp.com-20120127155647-z83937bh3z8kbfjb
2012-01-27 16:56:47 +01:00
Quentin (OpenERP) 4840e5cf87 [IMP] account, taxes report: added an option to print the detail (accounts) or not
bzr revid: qdp-launchpad@openerp.com-20120203162619-obs2ygr45jtpl3g0
2012-02-03 17:26:19 +01:00
Raphael Collet e33ce2e84a [MERGE] lp:923884 (account: fix generation of journal codes to avoid infinite loop)
bzr revid: rco@openerp.com-20120203084622-b3vctd1djh8itkjd
2012-02-03 09:46:22 +01:00
Divyesh Makwana (Open ERP) bf7c5f68f0 [IMP] account : Improved the code.
bzr revid: mdi@tinyerp.com-20120203062323-7snclf0vtc73dsai
2012-02-03 11:53:23 +05:30
Divyesh Makwana (Open ERP) f0dbcdcfe7 [IMP] account : Improved the code.
bzr revid: mdi@tinyerp.com-20120203060547-opr31t6snhhxk47c
2012-02-03 11:35:47 +05:30
Raphael Collet 96e0a5dc16 [MERGE] lp:922621 (account: do not compute foreign_balance for accounts with no secondary currency)
bzr revid: rco@openerp.com-20120202100305-jgo79fgwrpyl41kw
2012-02-02 11:03:05 +01:00
Divyesh Makwana (Open ERP) 858758af47 [FIX] account : COA Creation wizard hangs up
lp bug: https://launchpad.net/bugs/923884 fixed

bzr revid: mdi@tinyerp.com-20120202085255-jpuv9x6i33nnjp8f
2012-02-02 14:22:55 +05:30
Divyesh Makwana (Open ERP) 9b3994db6b [FIX] account : foreign_balance should not be computed for account with no secondary currency
lp bug: https://launchpad.net/bugs/922621 fixed

bzr revid: mdi@tinyerp.com-20120202061635-1f6ax1ce6vu6zbbw
2012-02-02 11:46:35 +05:30
Quentin (OpenERP) 9156efc499 [FIX] account: bug fixed in the generation of COA form templates + fixed default values in that wizard in order to have at least one journal of type 'bank' (hardly needed for bank statement encoding for example)
bzr revid: qdp-launchpad@openerp.com-20120124124021-1i6x1qb3pbx6fcgw
2012-01-24 13:40:21 +01:00
Ferdinand 8ad6567fb7 [FIX] account : Error message for chart check must be user freindly
lp bug: https://launchpad.net/bugs/919682 fixed

bzr revid: mdi@tinyerp.com-20120123091429-pf4d65obqjtcn9ny
2012-01-23 14:44:29 +05:30
Quentin (OpenERP) 5888531e5c [FIX] account: fixed the generation of tax from sale and purchase rates in wizard
bzr revid: qdp-launchpad@openerp.com-20120106111149-ztmuqg58980a0tu3
2012-01-06 12:11:49 +01:00
Quentin (OpenERP) 12494f165e [FIX] account: generation of chart of tax from templates was creating duplicated roots
bzr revid: qdp-launchpad@openerp.com-20120104093005-o9u8f02ocx54ow69
2012-01-04 10:30:05 +01:00
fp 8aff5209ea [IMP] improved error message, constraints must allways propose a solution
bzr revid: fp@fp-laptop-20111231075720-4kak7o320td4wxqc
2011-12-31 08:57:20 +01:00
Fabien Pinckaers 6a1d590d85 [FIX] analytic journal on journal
bzr revid: fp@tinyerp.com-20111230163043-96vwqvzje444xs2g
2011-12-30 17:30:43 +01:00
Fabien Pinckaers 60b9004486 [IMP] purchase tax rate depends on sale for generic chart of account
bzr revid: fp@tinyerp.com-20111230161827-c18kz0rwa52q59kf
2011-12-30 17:18:27 +01:00
Fabien Pinckaers 0aa8747a48 [FIX] select rate when installing generic chart
bzr revid: fp@tinyerp.com-20111230151600-vwsj877ip2btv5s7
2011-12-30 16:16:00 +01:00
Fabien Pinckaers c5855b961c [FIX] select rate when installing generic chart
bzr revid: fp@tinyerp.com-20111230151435-86qu330g74d6ibj1
2011-12-30 16:14:35 +01:00
Antony Lesuisse 74adf124cd move account_financial_report to it's own file, create separate action for PL BS.
bzr revid: al@openerp.com-20111230114410-73kvxxvl6vauj6tu
2011-12-30 12:44:10 +01:00
Fabien Pinckaers c04a3aed07 [FIX] small fixes and imp
bzr revid: fp@tinyerp.com-20111230111938-c4k5h0f22oo15vt9
2011-12-30 12:19:38 +01:00
Quentin (OpenERP) ba3139d972 [MERGE] lp:909014
bzr revid: qdp-launchpad@openerp.com-20111229171453-p8pg8dxkrf49lkzw
2011-12-29 18:14:53 +01:00
Quentin (OpenERP) 7ba7c43af4 [MERGE] merged fix on account journal code selection when generating from the wizard + fix on onchange_date in account_voucher module
bzr revid: qdp-launchpad@openerp.com-20111228134243-rxodujxrjp89wkvx
2011-12-28 14:42:43 +01:00
Rucha (Open ERP) 5740ac50bd [MERGE]: Merge with latest trunk addons
bzr revid: rpa@tinyerp.com-20111228130748-kss1ptv0z8l0lz57
2011-12-28 18:37:48 +05:30
Divyesh Makwana (Open ERP) 0f1a9ba110 [IMP] account : Improved the code
bzr revid: mdi@tinyerp.com-20111228124631-iy0eg7dnful3a71q
2011-12-28 18:16:31 +05:30
Divyesh Makwana (Open ERP) 33802ab48b [FIX] account : Not Create Account form Account Templates
lp bug: https://launchpad.net/bugs/909014 fixed

bzr revid: mdi@tinyerp.com-20111228094509-tsyuafffvk1rg8rq
2011-12-28 15:15:09 +05:30
Rucha (Open ERP) 82dd48691b [MERGE]: Merge with latest trunk-addons and resolved conflicts
bzr revid: rpa@tinyerp.com-20111226112605-zxbl07jkzjtpyktw
2011-12-26 16:56:05 +05:30
Raphael Collet ae0eddfcbb [FIX] account: fix malformed domain
bzr revid: rco@openerp.com-20111223083108-i8exaqx5ha7af5fh
2011-12-23 09:31:08 +01:00
Fabien Pinckaers 6aa1e416da [IMP] indexes on _order
bzr revid: fp@tinyerp.com-20111221221504-dcj2l8x2xstqmccs
2011-12-21 23:15:04 +01:00
Mayur Maheshwari (OpenERP) 357f3fca2f [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20111221123724-buifqfz9zvmu9s8n
2011-12-21 18:07:24 +05:30
Antony Lesuisse cb5339c3d9 [IMP] jump to accounting dash board after account generation
bzr revid: al@openerp.com-20111221115013-q10j13kwwfgzc859
2011-12-21 12:50:13 +01:00
Raphael Collet cf34f051af [MERGE] lp:904244 (account: fix wizard Install Chart of Accounts)
bzr revid: rco@openerp.com-20111220081326-qfce75nrpifesiod
2011-12-20 09:13:26 +01:00
Quentin (OpenERP) 89a36d6d7a [IMP] account: generating an account from a template now copy also the link with financial reports
bzr revid: qdp-launchpad@openerp.com-20111219170735-uu74j4w546iapx6d
2011-12-19 18:07:35 +01:00
Tejas (OpenERP) bf46d81639 Account config wizard problem fixed
lp bug: https://launchpad.net/bugs/904244 fixed

bzr revid: tta@openerp.com-20111219085852-iygkv1v1fnogtce3
2011-12-19 14:28:52 +05:30
Quentin (OpenERP) 211bac1242 [MERGE] merged the dev branch with improvements of financial reports
bzr revid: qdp-launchpad@openerp.com-20111214143158-1adf0724de07x4hn
2011-12-14 15:31:58 +01:00
Ujjvala Collins (OpenERP) 1dedc1d259 [IMP] account: Changed value of selection field 'only_detail' by 'detail_flat'.
auction,hr_payroll_account,l10n_de: Changed demo data according to change in xml ids of account types.

bzr revid: uco@tinyerp.com-20111213114507-733esietgnh04z5l
2011-12-13 17:15:07 +05:30
Ujjvala Collins (OpenERP) cc867d6855 [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20111213103638-2kip3an7f989wotm
2011-12-13 16:06:38 +05:30
Fabien Pinckaers ca16eaf1b1 [FIX] PoS misc access rights
bzr revid: fp@tinyerp.com-20111211091442-c61pssjexf0jog5c
2011-12-11 10:14:42 +01:00
Quentin (OpenERP) 8d9e9839bc [IMP] account: financial report display with hierarchy feature + balance on financial reports with type==account_type
bzr revid: qdp-launchpad@openerp.com-20111209161628-0jmmpb274c8j1109
2011-12-09 17:16:28 +01:00
Quentin (OpenERP) cec632de7d [FIX] account: removed debug statement
bzr revid: qdp-launchpad@openerp.com-20111209155455-eni7vouo10m08ux7
2011-12-09 16:54:55 +01:00
Quentin (OpenERP) d26f77ca1d [IMP] account: set report_type field of account_account_type as fields.function + set the main account types as data (instead of demo data) (and did the same for financial reports BS & PL)
bzr revid: qdp-launchpad@openerp.com-20111209151847-u63ur1o7wt017885
2011-12-09 16:18:47 +01:00
Quentin (OpenERP) 4609b7a86b [MERGE] merged with main trunk
bzr revid: qdp-launchpad@openerp.com-20111209105817-ad57voseie1btglz
2011-12-09 11:58:17 +01:00
Quentin (OpenERP) 9f682b4a27 [IMP] account: added translate=True on name field of account_account_type
bzr revid: qdp-launchpad@openerp.com-20111209095525-wjbethe8lv1ujrlo
2011-12-09 10:55:25 +01:00
Quentin (OpenERP) f8ecc91b56 [REF] account: code cleaning
bzr revid: qdp-launchpad@openerp.com-20111209095318-k7d6atw857msm8qe
2011-12-09 10:53:18 +01:00
Quentin (OpenERP) f4f3ee884c [REF] account: code cleaning and removal of fields_view_get useless overwriting
bzr revid: qdp-launchpad@openerp.com-20111209094506-798lozt56rrihzj9
2011-12-09 10:45:06 +01:00
Quentin (OpenERP) f7cd3aea92 [REF] account: code cleaning and removal of installable field in account.tax.template
bzr revid: qdp-launchpad@openerp.com-20111209093314-b6onxfybgm1picp5
2011-12-09 10:33:14 +01:00
Quentin (OpenERP) 81f4f3d9fd [FIX] account: create_sequence may not receive vals['company_id']
bzr revid: qdp-launchpad@openerp.com-20111209083948-hl20ys36olhfbl6z
2011-12-09 09:39:48 +01:00
Quentin (OpenERP) 6b2dd13e96 [MERGE] merged with main addons trunk
bzr revid: qdp-launchpad@openerp.com-20111209081905-pq3nm1un3hgiavvz
2011-12-09 09:19:05 +01:00
Mayur Maheshwari (OpenERP) b439bc1606 [FIX]All: create an index for the column on require table
lp bug: https://launchpad.net/bugs/901474 fixed

bzr revid: mma@tinyerp.com-20111209060308-muefwlr323ji4kk7
2011-12-09 11:33:08 +05:30
Quentin (OpenERP) aefa500ca9 [FIX] account: small fix in generation of tax code from tax code objects
bzr revid: qdp-launchpad@openerp.com-20111209000506-8iyd5551lmcmt995
2011-12-09 01:05:06 +01:00
Quentin (OpenERP) c52bb36f7f [REF+FIX] account: code cleaning of wizard to generates objects from templates
bzr revid: qdp-launchpad@openerp.com-20111208235348-h3bpb70zv7gr932s
2011-12-09 00:53:48 +01:00
Quentin (OpenERP) 650eb7f6e8 [REF] account: refactoring of code generating the COA from template
bzr revid: qdp-launchpad@openerp.com-20111208114159-hhzftkic9rvtpms5
2011-12-08 12:41:59 +01:00
Quentin (OpenERP) 3f7c296563 [REF] account: refactoring of the code for generating COA from templates
bzr revid: qdp-launchpad@openerp.com-20111207164132-9jep5ucj9qnio3hf
2011-12-07 17:41:32 +01:00
Vo Minh Thu 0ae257c780 [MERGE] merged cleaned warnings (appearing in the install logs).
bzr revid: vmt@openerp.com-20111207161140-4ams7da4t5l5n54u
2011-12-07 17:11:40 +01:00
Quentin (OpenERP) 9941aaed27 [REF] account: refactoring of generation COA from templates code
bzr revid: qdp-launchpad@openerp.com-20111207135307-vfv295s9v9ouww8y
2011-12-07 14:53:07 +01:00
Quentin (OpenERP) 4e6f2e376e [MERGE] merged the last branch of development related to the voucher multicurrencies handling
bzr revid: qdp-launchpad@openerp.com-20111207124216-jmmmzgoxqz6zqa3p
2011-12-07 13:42:16 +01:00
Quentin (OpenERP) a6e28e506e [REF] account: refactoring of code for generating COA from templates
bzr revid: qdp-launchpad@openerp.com-20111207104551-0dv4dr23m6h0pnba
2011-12-07 11:45:51 +01:00
Quentin (OpenERP) 3bb733d5bf [REF] account: changed name of complete_tax_set
bzr revid: qdp-launchpad@openerp.com-20111206132909-acp1putx55ve6irv
2011-12-06 14:29:09 +01:00
Vo Minh Thu 159dc31327 [FIX] clean some warnings.
bzr revid: vmt@openerp.com-20111206112258-wnppot8orjvmpnh2
2011-12-06 12:22:58 +01:00
Vo Minh Thu bca8a89bc5 [FIX] clean some warnings.
bzr revid: vmt@openerp.com-20111206101354-snbya2xtl8pjwskc
2011-12-06 11:13:54 +01:00
Quentin (OpenERP) f19e893877 [FIX] account: fixes of wizard to generat COA
bzr revid: qdp-launchpad@openerp.com-20111206100126-61nhqx6p9d2ax6pl
2011-12-06 11:01:26 +01:00
Quentin (OpenERP) bd724f43b4 [MERGE] merged with main trunk
bzr revid: qdp-launchpad@openerp.com-20111205150819-tuzcw6v25wp2aq9r
2011-12-05 16:08:19 +01:00
Quentin (OpenERP) e1e585aee3 [IMP] account: display the currency in name_get of journal also for journals in company currency
bzr revid: qdp-launchpad@openerp.com-20111202110716-yt4nc2v3p07zdmkl
2011-12-02 12:07:16 +01:00
Ujjvala Collins (OpenERP) be08728a43 [IMP] account:
* Moved 'sign' field from account type to financial report object.
* Changed and added demo data as per the new requirements.
* Replaced the 'Balance Sheet' and 'Profit and Loss' reports with Financial report.

bzr revid: uco@tinyerp.com-20111201115521-g8npi3igpq8dvthu
2011-12-01 17:25:21 +05:30
Ujjvala Collins (OpenERP) 0920c044fd [IMP] account:
* Replaced the current selection field (P&L/BS Category on account type) by a functional field that will simulate the old behavior (for the user it will be the same) but that will read and write into the m2m field between financial reports and account types

bzr revid: uco@tinyerp.com-20111201100420-jsw584v4lemuzhca
2011-12-01 15:34:20 +05:30
Raphael Collet 15581c3a83 [MERGE] lp:894707 (account: use better name for opening period, to avoid constraint violation)
bzr revid: rco@openerp.com-20111130140620-0398h9ysupkb6v3k
2011-11-30 15:06:20 +01:00
Rucha (Open ERP) 04bdda2a29 [FIX]: account: Fixed problem of wrong journal code generation and which causes installation of some modules break because of unique constraints
bzr revid: rpa@tinyerp.com-20111130124210-a0rqbej550042kcg
2011-11-30 18:12:10 +05:30
Ujjvala Collins (OpenERP) b30c43a88e [IMP] account:
* Removed 'note' field from financial report object.
* Coverted Display detail field to selection type from boolean.

bzr revid: uco@tinyerp.com-20111130094648-7tu9vr3md42z2rjl
2011-11-30 15:16:48 +05:30
ron@tinyerp.com ccb8bb9a1f [IMP] account: Changed the Tax name and code which is generated from template dynamically because of account name constrain on account.tax model.
bzr revid: ron@tinyerp.com-20111129123420-oto8m9ug8tobje9s
2011-11-29 18:04:20 +05:30
Rucha (Open ERP) 6933af637c [MERGE]: Merge with latest trunk-addons + Resolved conflicts
bzr revid: rpa@tinyerp.com-20111128053937-88tibpqgnf9y6kq0
2011-11-28 11:09:37 +05:30
Guewen Baconnier 80dc65aeea [FIX] account : Create Monthly Periods : unique key violation on Opening Periods
lp bug: https://launchpad.net/bugs/894707 fixed

bzr revid: mdi@tinyerp.com-20111128050938-5e2vizusnvq8zbth
2011-11-28 10:39:38 +05:30
Fabien Pinckaers 9a1e776b18 [FIX] takes all current fy for taxes amount
bzr revid: fp@tinyerp.com-20111125174908-287t7g8ao6w7wu3q
2011-11-25 18:49:08 +01:00
Fabien Pinckaers 8df3c70127 revert
bzr revid: fp@tinyerp.com-20111125174234-5hgftpj3gdjltdp1
2011-11-25 18:42:34 +01:00
Fabien Pinckaers 16e4e339dd [FIX] default to all filscalyears for tax code sum
bzr revid: fp@tinyerp.com-20111125174131-2ljyfx1ig3xbfzcj
2011-11-25 18:41:31 +01:00
Fabien Pinckaers ccfadbdd90 [IMP] Removed the wizard to install chart of accounts -> install automatically
If installation from SaaS, we know the country of the main company so that we
can install the chart of account by default if it exists for this country. If
not from SaaS, you get the wizard like before.

bzr revid: fp@tinyerp.com-20111123141616-jrz846u7hd3rubbc
2011-11-23 15:16:16 +01:00
Quentin (OpenERP) 82f88b06d6 [IMP] account: added constraint on account_journal currency + changed default value of type field for new account_account
bzr revid: qdp-launchpad@openerp.com-20111122101338-44k60vjsnmf3khud
2011-11-22 11:13:38 +01:00
Quentin (OpenERP) 1d54432f87 [FIX] account, accounting entries model: fixed a bug related to period choosing in multicompany environement and factorized the code of wizard
lp bug: https://launchpad.net/bugs/812027 fixed

bzr revid: qdp-launchpad@openerp.com-20111116141340-vz61c74eguu9chjh
2011-11-16 15:13:40 +01:00
Quentin (OpenERP) dd43e94d4d [MERGE] lp: 889129 (increased the size of account name)
bzr revid: qdp-launchpad@openerp.com-20111116124005-61j64da8b6lb6rdv
2011-11-16 13:40:05 +01:00
Divyesh Makwana (Open ERP) e9d8c97ad0 [FIX] account :
lp bug: https://launchpad.net/bugs/889129 fixed

bzr revid: mdi@tinyerp.com-20111115064935-510hg8a31whp7k4g
2011-11-15 12:19:35 +05:30
Quentin (OpenERP) f033b7b1b1 [FIX] account: encoding by line is now working also for tax included (in fact it doesn't consider that value, but it's normal)
bzr revid: qdp-launchpad@openerp.com-20111114103945-blqw5f4egom3dp9m
2011-11-14 11:39:45 +01:00
Bogdan Stanciu c62e7ba08b [IMP] Changed 'Chart of Account' into 'Chart of Accounts' mainly in the pot/po files. Added a few translation elements to account.pot and fr.po.
bzr revid: bogdanovidiu.stanciu@gmail.com-20111108100700-i1wnp66n35mg2uwa
2011-11-08 11:07:00 +01:00
Quentin (OpenERP) 503a5e8e7f [MERGE] merged a branch containing bad english fixes. Contribution from philu.
bzr revid: qdp-launchpad@openerp.com-20111107113447-jhqvata3fb689c1m
2011-11-07 12:34:47 +01:00
Quentin (OpenERP) c229d793b2 [MERGE] lp:783670 about level computation of accounts
bzr revid: qdp-launchpad@openerp.com-20111026090010-ok929g2rb24qpk44
2011-10-26 11:00:10 +02:00
Quentin (OpenERP) 6c1525d849 [IMP] account: find() method of account.fiscalyear will now filter correctly on company_id if needed
bzr revid: qdp-launchpad@openerp.com-20111025162001-6um2vm5f277bf0n2
2011-10-25 18:20:01 +02:00
Quentin (OpenERP) 34518372cc [MERGE] merged the dev branch with unrealized gain/loss on foreign currency
bzr revid: qdp-launchpad@openerp.com-20111025145500-r99v3ips3dn9fbrp
2011-10-25 16:55:00 +02:00
Rucha (Open ERP) 6b0cf3ea36 [IMP]: account: Added help text on new menu and fields for unrealized gain or loss
bzr revid: rpa@tinyerp.com-20111025122055-h9cjx6z7op70fndt
2011-10-25 17:50:55 +05:30
Rucha (Open ERP) 8ca07d14e3 [IMP]: account: Improvement in computation of adjusted balance field, added computation of unrealized gain/loss
bzr revid: rpa@tinyerp.com-20111025072409-y2gn417jh6psa0a6
2011-10-25 12:54:09 +05:30
Rucha (Open ERP) 8bf3878661 [IMP]: account: Remaining improvement in field name and string for unrealized gain/loss
bzr revid: rpa@tinyerp.com-20111024125147-eptl0gf7dzn1b3nz
2011-10-24 18:21:47 +05:30
Rucha (Open ERP) 96f306b461 [IMP]: account: Revised field name and string for unrealized gain/loss, before it was "Gains and Losses", but as per usability and functionality "Gain or Loss" suits well
bzr revid: rpa@tinyerp.com-20111024123954-8cwlh7kwu1ffvs25
2011-10-24 18:09:54 +05:30
Rucha (Open ERP) 0e54cc6c00 [IMP]: account: Added computation for adjusted balance (foreign balance / exchange rate)
bzr revid: rpa@tinyerp.com-20111024122812-0en1905g27usan7k
2011-10-24 17:58:12 +05:30
Rucha (Open ERP) bc7351bbd1 [IMP]: account: Instead of dummy char fields, added new fields to compute un realized gain and loss, improvement in view
bzr revid: rpa@tinyerp.com-20111024102011-mwbwf707847onw7p
2011-10-24 15:50:11 +05:30
Meera Trambadia (OpenERP) 73a43b7e35 [IMP] account: optimized code for calculating the level of accounts
bzr revid: mtr@tinyerp.com-20111024095600-w547t7m3r7hs6rmg
2011-10-24 15:26:00 +05:30
Kirti Savalia (OpenERP) d417951b98 [ADD]: new view for Unrealized Gains and losses
bzr revid: ksa@tinyerp.com-20111021120535-6zq4qwyg7zpl5rle
2011-10-21 17:35:35 +05:30
Meera Trambadia (OpenERP) c103285e26 [MERGE] branch merged with lp:openobject-addons
bzr revid: mtr@tinyerp.com-20111020102032-j6r4k33umb5q6mmc
2011-10-20 15:50:32 +05:30
Quentin (OpenERP) 4463d93eea [FIX] partially reverted commit 5220 which was wrongly reverting few enhancements
bzr revid: qdp-launchpad@openerp.com-20111019081403-4zeh9qlw6p8d2va0
2011-10-19 10:14:03 +02:00
Quentin (OpenERP) c736d4a773 [MERGE] lp: 800767
bzr revid: qdp-launchpad@openerp.com-20111018102043-g6aumdne9odh17wa
2011-10-18 12:20:43 +02:00
Quentin (OpenERP) 3ca449046f [FIX] account: partial reconcile must look for amount_currency ONLY in the case there is a currency_id field set on the account reconciled
bzr revid: qdp-launchpad@openerp.com-20111013145804-q7o0ye77yprriyoj
2011-10-13 16:58:04 +02:00
Quentin (OpenERP) b08b10d16f [REF/FIX] account: replaced 'journal_id' and 'period_id' fields on account.move.line object with fields.related
lp bug: https://launchpad.net/bugs/871314 fixed

bzr revid: qdp-launchpad@openerp.com-20111013094347-ax0v8s5xbw5l0ye3
2011-10-13 11:43:47 +02:00
Quentin (OpenERP) 8cf348cc57 [IMP] account, financial.report object: added translate=True on 'name' field
bzr revid: qdp-launchpad@openerp.com-20111013065611-ibvbezd2hthzr3v9
2011-10-13 08:56:11 +02:00
Quentin (OpenERP) 6dcbcb0dd8 [IMP] account: added 'note' field on account.fiscal.position.template object
bzr revid: qdp-launchpad@openerp.com-20111012145213-cvsfk3zb141fs766
2011-10-12 16:52:13 +02:00
Fabien Pinckaers 31803314ab [IMP] allows to update credit/debit for initial balances of accounts, config wizard
bzr revid: fp@tinyerp.com-20111002105404-tkwzujn086qgjm6h
2011-10-02 12:54:04 +02:00
Fabien Pinckaers 5034f76143 [IMP] improved views of config wizards
bzr revid: fp@tinyerp.com-20111001212318-jmknm2qorrb39gin
2011-10-01 23:23:18 +02:00
Fabien Pinckaers 57b86a1040 merge
bzr revid: fp@tinyerp.com-20111001184811-umj7qepl2ly9jh0d
2011-10-01 20:48:11 +02:00
Fabien Pinckaers ac214af8d0 [IMP] config wizards
bzr revid: fp@tinyerp.com-20111001184625-57er05vgdir4lgwd
2011-10-01 20:46:25 +02:00
Antony Lesuisse 92300c9c63 [IMP] Remove account sequence code madness
bzr revid: al@openerp.com-20111001093437-hplwdkq57wcspcv9
2011-10-01 11:34:37 +02:00
Vo Minh Thu bd341cc6fe [IMP] ir_sequence: call it with the new methods.
bzr revid: vmt@openerp.com-20110929132254-eevlq6t9d6i6um7z
2011-09-29 15:22:54 +02:00
Olivier Dony 1d3ff0e52f [MERGE] sync with latest trunk
bzr revid: odo@openerp.com-20110927165219-ux50zxkszwpcfssd
2011-09-27 18:52:19 +02:00
Fabien Pinckaers 6391bf5173 [FIX] Account Voucher
bzr revid: fp@tinyerp.com-20110927130730-1jr4uxos5lbst2ub
2011-09-27 15:07:30 +02:00
Fabien Pinckaers 4eb5563008 merge
bzr revid: fp@tinyerp.com-20110924144613-zetogwg7qypmquh9
2011-09-24 16:46:13 +02:00
Olivier Dony d81837fac6 [MERGE] synch with latest trunk
bzr revid: odo@openerp.com-20110922162538-x7xucux66zma5bp8
2011-09-22 18:25:38 +02:00
Antony Lesuisse b117f5dc75 [MERGE] account balance sign on usertype in reports dsh
bzr revid: al@openerp.com-20110921224125-88aim4xiz89x5mth
2011-09-22 00:41:25 +02:00
Antony Lesuisse 46b4b667e0 [IMP] account financial type account_type is now m2m
bzr revid: al@openerp.com-20110921150708-wkxt83pulih57o93
2011-09-21 17:07:08 +02:00
Antony Lesuisse b83b56164f [IMP] account financial report add type account_type
bzr revid: al@openerp.com-20110921145758-zhq3klyfbgzfbeu8
2011-09-21 16:57:58 +02:00
Dhara (OpenERP) eb1fc58eb8 Balance sign field for accouting report
bzr revid: dhara_openerp-20110921013511-05czzq3ggdv9197f
2011-09-20 18:35:11 -07:00
Quentin (OpenERP) a4cebd9a55 [MERGE] merged the dev branch containing the account.financial.report enhancement
bzr revid: qdp-launchpad@openerp.com-20110919141251-liill5p05t0oasfz
2011-09-19 16:12:51 +02:00
Quentin (OpenERP) 5357fbe00f [FIX] account, financial report printing: recursion problem when report.type=='accuont_report'
bzr revid: qdp-launchpad@openerp.com-20110919140655-kfdfcmm4u2gdf8gg
2011-09-19 16:06:55 +02:00
Fabien Pinckaers 99a72c7792 [Useability] improved error message
bzr revid: fp@tinyerp.com-20110918134116-2vvdelak2268j6pz
2011-09-18 15:41:16 +02:00
Fabien Pinckaers 7519962123 fix
bzr revid: fp@tinyerp.com-20110917153118-01rqbejf2vdr8vwh
2011-09-17 17:31:18 +02:00
Fabien Pinckaers 58a25be03d merge
bzr revid: fp@tinyerp.com-20110917151633-limcvnhpte1ufhn9
2011-09-17 17:16:33 +02:00
Fabien Pinckaers 6b435a7d3d merge
bzr revid: fp@tinyerp.com-20110917142846-hfq9upmfd3026t3y
2011-09-17 16:28:46 +02:00
Fabien Pinckaers 523be42bd1 merge
bzr revid: fp@tinyerp.com-20110917141929-2goj9ifzidq8g6rk
2011-09-17 16:19:29 +02:00
Fabien Pinckaers a2dbd69cd6 [FIX]
lp bug: https://launchpad.net/bugs/781585 fixed

bzr revid: fp@tinyerp.com-20110917125537-y32aedueqdu7pc9o
2011-09-17 14:55:37 +02:00
Quentin (OpenERP) 62112460fe [MERGE] merged a branch that add a contraint on account type's defferal method for accounts payable/receivable, to avoid common configuration mistakes
bzr revid: qdp-launchpad@openerp.com-20110916084024-5ncitdnyjtshln53
2011-09-16 10:40:24 +02:00
Quentin (OpenERP) 9807a4a097 [MERGE] bug-784364-bde
bzr revid: qdp-launchpad@openerp.com-20110915165803-ds10y2ityf9fiia6
2011-09-15 18:58:03 +02:00
Meera Trambadia (OpenERP) ba5341a5e6 [MERGE] branch merged with lp:openobject-addons
bzr revid: mtr@tinyerp.com-20110915130151-7uxiju44u28o7b9h
2011-09-15 18:31:51 +05:30
Bharat (OpenERP) 47c63113c0 [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20110915125318-qmkisohlvpqvnum3
2011-09-15 18:23:18 +05:30
Meera Trambadia (OpenERP) a2327dbc4c [MERGE] branch merged with openobject-addons
bzr revid: mtr@tinyerp.com-20110915125153-day13d440fx6o84a
2011-09-15 18:21:53 +05:30
Bharat (OpenERP) ce3142522e [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20110915122628-cspmx42ltb4fzv6l
2011-09-15 17:56:28 +05:30
Bharat (OpenERP) 5a1b29c72e [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20110915120828-4gy0toubmws6t6ag
2011-09-15 17:38:28 +05:30
Bharat (OpenERP) 884f11490e [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20110915120732-6ux2kkkmc0uivy55
2011-09-15 17:37:32 +05:30
Bharat (OpenERP) d7376766b2 [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20110915114306-kqwnntakgzl5crw3
2011-09-15 17:13:06 +05:30
Ujjvala Collins (OpenERP) d75e8e130b [REF] account: Renamed the object account.low.level.report to account.financial.report.
bzr revid: uco@tinyerp.com-20110909055456-f4s8yh6nzyrxoo3z
2011-09-09 11:24:56 +05:30
Ujjvala Collins (OpenERP) 684aed6420 [FIX] account: Fixed error when a record contains type='Account Report' and then print the Financial report gives recursion error.
bzr revid: uco@tinyerp.com-20110907053246-z0fclnw84s102r2f
2011-09-07 11:02:46 +05:30
Rucha (Open ERP) 562598d5c1 [REF]: account: l10n fullness and inheritancy : Improvement in function name
bzr revid: rpa@tinyerp.com-20110906130924-mxh7k1vse5dvk9bv
2011-09-06 18:39:24 +05:30
Rucha (Open ERP) b9887d84ae [REF,IMP]: account: l10n fullness and inheritancy : Improvement in function creating bank journals in order to pass less params on all related functions
bzr revid: rpa@tinyerp.com-20110906130712-0y7qh0nl6crnsbke
2011-09-06 18:37:12 +05:30
ron@tinyerp.com abbc74de99 [IMP]: account: l10n fullness and inheritancy : Removed duplicate tax_code genearted from tax_code_template and improved code(name field)
bzr revid: ron@tinyerp.com-20110905132836-7dletz0qr3ti5n72
2011-09-05 18:58:36 +05:30
ron@tinyerp.com 88bc353ca7 [IMP]: account: l10n fullness and inheritancy : Improved code of journals_already_created in vals_journal argument
bzr revid: ron@tinyerp.com-20110905095814-n9o6a9w7h4dqdobf
2011-09-05 15:28:14 +05:30
ron@tinyerp.com 93c2c6cc88 [IMP]: account: l10n fullness and inheritancy : Removed account_root_id as browse record argument from generate_account()
bzr revid: ron@tinyerp.com-20110905091231-h7swueipnd5lfrae
2011-09-05 14:42:31 +05:30
ron@tinyerp.com 3d95835775 [MERGE] Merged with parent branch lp:~openerp-dev/openobject-addons/trunk-l10n-control-dev-parent-child-load-coa-templates-ron
bzr revid: ron@tinyerp.com-20110905063606-fjhufy22ecezfh16
2011-09-05 12:06:06 +05:30
ron@tinyerp.com 17f723709a [IMP]: account: l10n fullness and inheritancy : 1) Created common function journals_already_created() to check for not creating duplicated journals for same company
2)Removed random generated code used for creating journals

bzr revid: ron@tinyerp.com-20110905060444-rp5ew8q4hwzqjrn3
2011-09-05 11:34:44 +05:30
ron@tinyerp.com 757b00368d [IMP]: account: l10n fullness and inheritancy : Created comment(TODO check) for Dynamically create user_type on code and removed TODO code from tax generate
bzr revid: ron@tinyerp.com-20110902070142-jaa3lc6qew0nhl4u
2011-09-02 12:31:42 +05:30
ron@tinyerp.com 6c4bfe6215 [IMP]: account: l10n fullness and inheritancy : remove unused ToDO code and change generate_journalr() arguments
bzr revid: ron@tinyerp.com-20110902061531-0way3cdxuppjhk3b
2011-09-02 11:45:31 +05:30
Antony Lesuisse 68063122c4 [FIX] account journal create sequence with company_id
bzr revid: al@openerp.com-20110831151617-goq19llee5iajmb8
2011-08-31 17:16:17 +02:00
Quentin (OpenERP) f0162e68d6 [MERGE] merge with main addons trunk
bzr revid: qdp-launchpad@openerp.com-20110831125038-671o7cjzti5jgmdh
2011-08-31 14:50:38 +02:00
Rucha (Open ERP) 100c8679ea [MERGE]: account: l10n fullness and inheritancy : added reference to COA template in account template
bzr revid: rpa@tinyerp.com-20110831124825-m6pno81m6df1pdqm
2011-08-31 18:18:25 +05:30
Quentin (OpenERP) c844cb41e0 [IMP] account, low level reports: layout improvements
bzr revid: qdp-launchpad@openerp.com-20110831115459-ncrctqr0ms4w919y
2011-08-31 13:54:59 +02:00
Vo Minh Thu 31f8cea190 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20110831092639-sfivx3hubd7ujwv0
2011-08-31 11:26:39 +02:00
ron@tinyerp.com 952bf7ec2b [ADD]: account: l10n fullness and inheritancy : 1)Add bank_journals in generate_journals()
2)create random generation of number for create journals

bzr revid: ron@tinyerp.com-20110831090917-8ge4kpr25phz5a41
2011-08-31 14:39:17 +05:30
ron@tinyerp.com 2c061fda6d [IMP]: account: l10n fullness and inheritancy : Improved code of load taxes generate from float(taxes) fields
bzr revid: ron@tinyerp.com-20110831085731-422kg6f0ogj0ufo7
2011-08-31 14:27:31 +05:30
ron@tinyerp.com 1a2d69c073 [IMP]: account: l10n fullness and inheritancy : 1)changed logic of Parent>child relation of installing of chart_templates
2)created back_journal list before execute function and passed as a keyword argu in _install_template()

bzr revid: ron@tinyerp.com-20110831085433-7h14a933n5sab6h5
2011-08-31 14:24:33 +05:30
ron@tinyerp.com cc9cf2deae [IMP]: account: l10n fullness and inheritancy : 1)Passed template_id in generate_account instead of browse record
2)Changed the search method like Loaded the accounts templates only which related to current templates or false

bzr revid: ron@tinyerp.com-20110831072521-lqb1aossh75ydzzz
2011-08-31 12:55:21 +05:30
ron@tinyerp.com 753855c340 [ADD]: account: l10n fullness and inheritancy : 1)Added chart_template_id field in account.account.template,
2)Overwrited search method for chart_template only access the Accounts belongs to related chart_template or False

bzr revid: ron@tinyerp.com-20110830052901-abjkwtgh2siams14
2011-08-30 10:59:01 +05:30
Bharat (OpenERP) cb58a2dbff [FIX] account : crash when desactivating an account
lp bug: https://launchpad.net/bugs/833377 fixed

bzr revid: bde@tinyerp.com-20110829053422-dd4ptp18i2r3poyn
2011-08-29 11:04:22 +05:30
Quentin (OpenERP) a8787f6170 [IMP] account: low level accounting reports imp
bzr revid: qdp-launchpad@openerp.com-20110824233151-g7fj950htmhtm06g
2011-08-25 01:31:51 +02:00
Quentin (OpenERP) cfab7f39f0 [IMP] account: account_report improvements. BTW, now it's called 'low level report'
bzr revid: qdp-launchpad@openerp.com-20110824124908-nz0j00v7s6qka0o1
2011-08-24 14:49:08 +02:00
Ujjvala Collins (OpenERP) 0ec14d00cd [ADD] account: Added a tree view to see hierarchy of account reports.
bzr revid: uco@tinyerp.com-20110824115047-rce4wzv0e58gexec
2011-08-24 17:20:47 +05:30
Mustufa Rangwala (OpenERP) 8c8dfa436e [IMP] Account: account report search view
bzr revid: mra@tinyerp.com-20110824102211-5ua2w8w50z7swkz4
2011-08-24 15:52:11 +05:30
Vo Minh Thu de3d208a35 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20110822111249-6pf9iv8h9at20to9
2011-08-22 13:12:49 +02:00
Quentin (OpenERP) acba6c7c34 [MERGE] merged with main addons trunk
bzr revid: qdp-launchpad@openerp.com-20110822103457-yhndn1dnop30o2k5
2011-08-22 12:34:57 +02:00
Fabien Pinckaers 537c71dc10 [IMP] tooltips on account/journal types
bzr revid: fp@tinyerp.com-20110819151915-spa2agetmtqweau5
2011-08-19 17:19:15 +02:00
Fabien Pinckaers 4e1bcd16f9 [FIX] hr_recruitment access rules
bzr revid: fp@tinyerp.com-20110819133607-wgap1frd1knnhz55
2011-08-19 15:36:07 +02:00
Rucha (Open ERP) cd86edba40 [IMP]: l10n fullness and inheritancy: Improvement in code
* Arranged function to load COA templates prorely [WORK IN PROGRESS]

bzr revid: rpa@tinyerp.com-20110819130826-ccdxkbonv5fgyo5p
2011-08-19 18:38:26 +05:30
Fabien Pinckaers 62a260c5fb [IMP] payment term
bzr revid: fp@tinyerp.com-20110819121436-wten76n6wcd6s6m6
2011-08-19 14:14:36 +02:00
ron@tinyerp.com 45eb24b8da [ADD]: account: l10n fullness and inheritancy : Moved tax generated code from execute to parent_child relation and add company_id on template
bzr revid: ron@tinyerp.com-20110818133307-b7u7wgyrbvjhhjvr
2011-08-18 19:03:07 +05:30
ron@tinyerp.com 176bc8654b [ADD]: account: l10n fullness and inheritancy : Created tax_data dict because of used in _load_template() function. so i create also _load_template() fucntion defination
bzr revid: ron@tinyerp.com-20110818122727-5xgdc8hi78lj598y
2011-08-18 17:57:27 +05:30
ron@tinyerp.com 580c89eb87 [ADD]: account: l10n fullness and inheritancy : Create new common fucntion _install_template() for install templates like recursively. If you selected a COA template with a parent, you must first load the parent then load the templates define in the selected COA
bzr revid: ron@tinyerp.com-20110818121758-g0poj5544dte66lo
2011-08-18 17:47:58 +05:30
Rucha (Open ERP) 44fda7dea5 [MERGE]: l10n fullness and inheritancy: Merged new function of creating property fields (moved from execute)
bzr revid: rpa@tinyerp.com-20110818060158-o4aaupccohsq1rxi
2011-08-18 11:31:58 +05:30
ron@tinyerp.com cf32c005ce [IMP]: account: l10n fullness and inheritancy: Add field_obj var
bzr revid: ron@tinyerp.com-20110818054505-ftjo3eijp9i6n5qz
2011-08-18 11:15:05 +05:30
Mustufa Rangwala (OpenERP) 2854c3091e [IMP] Code clean
bzr revid: mra@tinyerp.com-20110818054026-1c8295185zn9vmp4
2011-08-18 11:10:26 +05:30
Mustufa Rangwala (OpenERP) c67bbaedee [MERGE] Merge from trunk addons
bzr revid: mra@tinyerp.com-20110818044718-puj3te1hs2mno0z2
2011-08-18 10:17:18 +05:30
Antony Lesuisse a42f93529c [MERGE] l10n that just merged trunk
bzr revid: al@openerp.com-20110817204653-1qw6ijdu5lbcsu4g
2011-08-17 22:46:53 +02:00
ron@tinyerp.com 5d0d73644b [IMP]: account: l10n fullness and inheritancy : Created generate_properties() function for generating properties. This function splited from execute method of wizard.multi.charts.accounts.
bzr revid: ron@tinyerp.com-20110817132303-id2x301hzfsi2xk5
2011-08-17 18:53:03 +05:30
Rucha (Open ERP) 3fb5a68123 [REF]: account: l10n fullness and inheritancy: Improvement in code
bzr revid: rpa@tinyerp.com-20110817124753-1i1oxnhj3rxop9i8
2011-08-17 18:17:53 +05:30
ron@tinyerp.com 4596273e19 [IMP]: account: l10n fullness and inheritancy : Improved in return value
bzr revid: ron@tinyerp.com-20110817084529-diuzaewnt44icgmg
2011-08-17 14:15:29 +05:30
ron@tinyerp.com a1c31c7381 [IMP]: account: l10n fullness and inheritancy : 1)used proper methods to get id from ir.model.data instead of search and browse,
2)Merged common dict, 
3)Improved PEP standard, 
4)Improved context value

bzr revid: ron@tinyerp.com-20110817071424-2q08zfthd2s5jygq
2011-08-17 12:44:24 +05:30
ron@tinyerp.com 8caec851c7 [REF]: account: l10n fullness and inheritancy: Created generate_journals() function for generating journals . This function splited from execute method of wizard.multi.charts.accounts.
bzr revid: ron@tinyerp.com-20110816104340-jvycag84ys0moi69
2011-08-16 16:13:40 +05:30
Vo Minh Thu 847ddda540 [FIX] changed super(osv,self) to super(the-model,self).
bzr revid: vmt@openerp.com-20110816103248-ufdcbkwh2u6c05u7
2011-08-16 12:32:48 +02:00
Rucha (Open ERP) 534059bdac [MERGE]: l10n fullness and inheritancy: Merged improvement of new function to create accounts from account templates
bzr revid: rpa@tinyerp.com-20110816063732-4szixp1sq1w82gji
2011-08-16 12:07:32 +05:30
ron@tinyerp.com 1121f83d04 [IMP]: account: l10n_multilang : Used {}.update method instead of dict[]=True
bzr revid: ron@tinyerp.com-20110816061933-u3eyacevfvhrxdgc
2011-08-16 11:49:33 +05:30
ron@tinyerp.com 61f589603f [IMP]: account: l10n_multilang : Used order in search method for sorting instead of sort() method
bzr revid: ron@tinyerp.com-20110816060955-jy7jc55dkrhr97s2
2011-08-16 11:39:55 +05:30
ron@tinyerp.com 94ec14e8b9 [IMP]: account: l10n_multilang : 1)Improved params of generate_account(),
2)Improved return values, 
3)Improved references where passed this return values, 
4)Improved in ctx

bzr revid: ron@tinyerp.com-20110816055847-5vb3g33kfang0nc8
2011-08-16 11:28:47 +05:30
fp fa7874cddc [IMP] Improved bank account management, report footer, stages by default on projects
bzr revid: fp@fp-laptop-20110815142141-938zg1laoe8wtbkd
2011-08-15 16:21:41 +02:00
Ujjvala Collins (OpenERP) d4ee49e658 [IMP] account: Improved report.
bzr revid: uco@tinyerp.com-20110812112321-3q1vfylgojz0s91h
2011-08-12 16:53:21 +05:30
mtr 02735ad34a [IMP] account,hr: removed extra space from warning message
bzr revid: mtr@mtr-20110812110557-sjt22giah9erxusl
2011-08-12 16:35:57 +05:30
ron@tinyerp.com d93fa42c83 [REF]: account: l10n fullness and inheritancy: Created generate_account() function for generating accounts from templates. This function splited from execute method of wizard.multi.charts.accounts also improved references which has been generate from generate_account function.
bzr revid: ron@tinyerp.com-20110812093737-75qvpxtogmyfkga5
2011-08-12 15:07:37 +05:30
ron@tinyerp.com 52515ced57 [ADD]: account: l10n fullness and inheritancy: Fixed => Non installable Taxes template displaying in Account multi chart wizard
bzr revid: ron@tinyerp.com-20110811112157-jqnd6kyg1ch3o9ea
2011-08-11 16:51:57 +05:30
Rucha (Open ERP) b65c897141 [MERGE]: account: Created new function for loading fiscal positions from fiscal position templates
bzr revid: rpa@tinyerp.com-20110810131125-rxvqkpqoi7ufprxv
2011-08-10 18:41:25 +05:30
ron@tinyerp.com c4992d504a [IMP]: account: l10n fullness and inheritancy: Improved value of taxes_ids passing from generate_fiscal_position() also gave proper param name in function
bzr revid: ron@tinyerp.com-20110810112930-6eswcq55f34clbpk
2011-08-10 16:59:30 +05:30
ron@tinyerp.com a43a6cfd34 [IMP]: account: l10n fullness and inheritancy: Removed If loop because its not needed and removed some intermediate variable
bzr revid: ron@tinyerp.com-20110810110349-g5qy6lmex8s57jk3
2011-08-10 16:33:49 +05:30
ron@tinyerp.com e3c59f1587 [IMP]: account: l10n fullness and inheritancy: Created journal sequence with proper company_id
bzr revid: ron@tinyerp.com-20110810100856-l3y94km0s9gdwdvc
2011-08-10 15:38:56 +05:30
ron@tinyerp.com 85e5589af0 [REF]: account: l10n fullness and inheritancy: Create Function generate_fiscal_position in account.fiscal.position.template for generate Fiscal Position , Fiscal Position Accounts and Fiscal Position Taxes from templates. This function splited from execute method of wizard.multi.charts.accounts
bzr revid: ron@tinyerp.com-20110810084352-xt4npr55p77udkl3
2011-08-10 14:13:52 +05:30
Maxime Chambreuil 8de161c243 [FIX] Made changes in account.py and installer.py inorder to get the company information while loading account module
lp bug: https://launchpad.net/bugs/822976 fixed

bzr revid: bde@tinyerp.com-20110810060607-9gltlhrpiwyqu3yv
2011-08-10 11:36:07 +05:30
ron@tinyerp.com 0d3115cc11 [ADD]: account: l10n fullness and inheritancy: On account.chart.template, added field.integer which is the default value for number of digits the user wants to have. => Gave onchange instead if the current _default: {code_digits :6}
bzr revid: ron@tinyerp.com-20110809100626-1052s3iz69a53zll
2011-08-09 15:36:26 +05:30
Rucha (Open ERP) 6fae6dab0e [MERGE]: l10n fullness and inheritancy: Added new wizard to easily generate a tax from a tax.template where boolean installable is False (something not in the main process to generate the objects from templates: its another wizard that just doesnt have anything to deal with main flow)
bzr revid: rpa@tinyerp.com-20110808125708-829r5s3k4eabgmhc
2011-08-08 18:27:08 +05:30
ron@tinyerp.com a9212ab97a [IMP]: account: l10n fullness and inheritancy: Improved code for context
bzr revid: ron@tinyerp.com-20110808110437-zqnck821xihgopyn
2011-08-08 16:34:37 +05:30
ron@tinyerp.com e2645ffa4e [IMP]: account: l10n fullness and inheritancy:
1)Removed values given by context, 
2)move ir.values updation to execute fucntion, 
3)improved arguments lables and docString in generate_tax fucntion, 
4)remove unnecessary arguments from generate_tax function

bzr revid: ron@tinyerp.com-20110808105236-pt5f8069zwj1oz3y
2011-08-08 16:22:36 +05:30
ron@tinyerp.com cb2f70799b [IMP]: account: l10n fullness and inheritancy: Add company_id as argument in tax_generate function
bzr revid: ron@tinyerp.com-20110808102658-hy4dkqcdb3u4ike5
2011-08-08 15:56:58 +05:30
ron@tinyerp.com 7304bef3f6 [IMP]: account: l10n fullness and inheritancy: Improved label in the wizard, and docstring in the function
bzr revid: ron@tinyerp.com-20110808100310-f61wr13a559loiyu
2011-08-08 15:33:10 +05:30
ron@tinyerp.com fbd83912b0 [IMP]: account: l10n fullness and inheritancy: Move the tax_generate function to account.tax.template
bzr revid: ron@tinyerp.com-20110808094118-4uhlhm6s63n17qj9
2011-08-08 15:11:18 +05:30
Rucha (Open ERP) 5cc65351e1 [MERGE]: account: Minor usability improvement for field labels + Improved helptext
bzr revid: rpa@tinyerp.com-20110808072650-dmi0722e3egwmtx3
2011-08-08 12:56:50 +05:30
ron@tinyerp.com e92fc06a2c [ADD]: account: l10n fullness and inheritancy: improvement PEP statndard and company_id
bzr revid: ron@tinyerp.com-20110805125145-npom8tyh5c6ol62t
2011-08-05 18:21:45 +05:30
ron@tinyerp.com c8e3c1adae [ADD]: account: l10n fullness and inheritancy: Used common function to generate taxes from tax templates
bzr revid: ron@tinyerp.com-20110805124519-krhoctkm12vwssgg
2011-08-05 18:15:19 +05:30
Rucha (Open ERP) ceb64a143d [MERGE]: Merged with latest trunk-addons as there are many changes regarding config wizards
bzr revid: rpa@tinyerp.com-20110805060927-8bcmk370c4ln9018
2011-08-05 11:39:27 +05:30
mtr b3d4085714 [FIX] account,hr,hr_recruitment,hr_payroll,product:- enforced _sql_constraint to maintain uniqueness
lp bug: https://launchpad.net/bugs/789019 fixed

bzr revid: mtr@mtr-20110805052025-3w0w7ccnnlrish2b
2011-08-05 10:50:25 +05:30
ron@tinyerp.com 4ec5a06323 [ADD]: account: l10n fullness and inheritancy: combined for and If loop
bzr revid: ron@tinyerp.com-20110804111106-vuyy9k02nu701syf
2011-08-04 16:41:06 +05:30
ARA (OpenERP) 1f4c3d2fbb [IMP] improve find method of account period and make comapny_id as related on account voucher
bzr revid: ara@tinyerp.com-20110804095550-xu04lz4wkfhusvg0
2011-08-04 15:25:50 +05:30
ron@tinyerp.com bd6d058fbc [ADD]: account: l10n fullness and inheritancy: 1) Add installable field on account.tax.template
2)Real tax object will create only from tax template when installable field has been true
3)Give default value True of installable field
4)Improved code of tax store in ir.values

bzr revid: ron@tinyerp.com-20110804070856-6mjxo8d22inrfqfh
2011-08-04 12:38:56 +05:30
Bharat (OpenERP) cd85ba5a10 [REM] removed mktime package from account.py
bzr revid: bde@tinyerp.com-20110804065337-egm5ju0h3lyld3q7
2011-08-04 12:23:37 +05:30
Rucha (Open ERP) 7c366558aa [MERGE]: l10n fullness and inheritancy: Added code to load default sales and purchase tax when set_tax_complete is False on COA template
bzr revid: rpa@tinyerp.com-20110803121733-r96ynsm0upbiufwq
2011-08-03 17:47:33 +05:30
ron@tinyerp.com fb3e67988b [IMP]: account: l10n fullness and inheritancy: Improved code for name
bzr revid: ron@tinyerp.com-20110803115601-rw9ri28p3vz6zjmr
2011-08-03 17:26:01 +05:30
ron@tinyerp.com 9823ed6a73 [IMP]: account: l10n fullness and inheritancy: Improved code
bzr revid: ron@tinyerp.com-20110803110910-bw747dlpc74cko1g
2011-08-03 16:39:10 +05:30
ron@tinyerp.com 64047a7f07 [IMP]: account: l10n fullness and inheritancy: Removed unnecessary import library and space
bzr revid: ron@tinyerp.com-20110803103751-stk3pyd8r5gcu27i
2011-08-03 16:07:51 +05:30
ron@tinyerp.com e79d3ace1a [IMP]: account: l10n fullness and inheritancy: Removed duplicate code for loading sales and purchase tax and variables used properly
bzr revid: ron@tinyerp.com-20110803103303-r9lxt5hak0ncmcjz
2011-08-03 16:03:03 +05:30
ron@tinyerp.com 5ad2f2dbb3 [IMP]: account: l10n fullness and inheritancy: flexible code to load/create taxes based on value of Complete Set Of Tax
bzr revid: ron@tinyerp.com-20110803062549-95hi97dclowu01ev
2011-08-03 11:55:49 +05:30
ron@tinyerp.com ddc6ce68be [IMP]: account: l10n fullness and inheritancy: Give default value on Visible field on account chart template
bzr revid: ron@tinyerp.com-20110802113447-aa8u53dfj2nap1ei
2011-08-02 17:04:47 +05:30
ron@tinyerp.com 38a47ab93e [ADD]: account: l10n fullness and inheritancy: create tax templates and real taxes from purchase_tax_rate,sale_tax_rate fields
bzr revid: ron@tinyerp.com-20110802101200-n7sngrvbi4ftme12
2011-08-02 15:42:00 +05:30
Bharat (OpenERP) efc8992a52 [IMP] Made context_date + date variable outside the for loop and improved the variable names
bzr revid: bde@tinyerp.com-20110802084005-vd891ebsio62i2s7
2011-08-02 14:10:05 +05:30
Rucha (Open ERP) 0ed8cfbe4d [IMP]: account: Improvement in field label and help text
bzr revid: rpa@tinyerp.com-20110802064830-76wx12vl0cxl5lju
2011-08-02 12:18:30 +05:30
ron@tinyerp.com 9c32b8cc6a [IMP]: account: l10n fullness and inheritancy: Value false default sale and purchase taxes if we don not have to use/display those fields in the wizard
bzr revid: ron@tinyerp.com-20110802061656-jqacqub4hmw1dlya
2011-08-02 11:46:56 +05:30
ron@tinyerp.com 9e95b2ac77 [IMP]: account: l10n fullness and inheritancy: optimize the code for inconsistent use of dict on onchange_chart_template_id
bzr revid: ron@tinyerp.com-20110801114340-uibvfh42bff44i3l
2011-08-01 17:13:40 +05:30
ron@tinyerp.com 14aceeae6b [IMP]: account: l10n fullness and inheritancy: Changed field name tracking to complete_tax
optimize the code for inconsistent use of quotes in dict

bzr revid: ron@tinyerp.com-20110801100440-bjcjzvz47b7o63mp
2011-08-01 15:34:40 +05:30
ron@tinyerp.com 997528cc9a [IMP]: account: l10n fullness and inheritancy: Improved help of field set_tax_complete
bzr revid: ron@tinyerp.com-20110801054318-9svmdxc6l27cubq6
2011-08-01 11:13:18 +05:30
ron@tinyerp.com 4d8dab977c [ADD]: account: l10n fullness and inheritancy: 1)Add set_tax_complete field in account.chart.template,
2)Add default sale and purchase rates float field in wizard.multi.charts.accounts, 
3)If set_tax_complete boolean is False, then instead of the 2 many2one for default sale and purchase taxes, we display the default sale and purchase rates in in the wizard that generate Chart of Accounts from templates
4)Add tracking field only for tracking purpose

bzr revid: ron@tinyerp.com-20110801053933-g1quvlsozm34zc20
2011-08-01 11:09:33 +05:30
ron@tinyerp.com 69928207cc [IMP]: account: l10n fullness and inheritancy: Improved label and added help text on visible field
bzr revid: ron@tinyerp.com-20110729102548-iam282c6f3dkv5st
2011-07-29 15:55:48 +05:30
ron@tinyerp.com 85c377915c [ADD]: account: l10n fullness and inheritancy:1)Add visible field on account chart template
2)Add a domain on the config wizard to display only where this visible is True

bzr revid: ron@tinyerp.com-20110729061853-l38k6rv5rz5no4wk
2011-07-29 11:48:53 +05:30
Bharat (OpenERP) 3d103402d2 [IMP] improved the code for getting date
bzr revid: bde@tinyerp.com-20110728100715-hujz539r1usdeu4w
2011-07-28 15:37:15 +05:30
ron@tinyerp.com 4d882e63e1 [IMP]: account: l10n fullness and inheritancy:Remove required=True from account_root_id,bank_account_view_id,tax_code_root_id and also optimize the code
bzr revid: ron@tinyerp.com-20110722085917-rfnb8w8ycz0otuer
2011-07-22 14:29:17 +05:30
ron@tinyerp.com a21478fde2 [IMP]Account:Add parent_id field in Account.chart.template and Bank Account,Root Account ,Root Tax required when there is no parent
bzr revid: ron@tinyerp.com-20110722070741-dxfzs55wlhgoq4wz
2011-07-22 12:37:41 +05:30
Bharat (OpenERP) e955394d45 [IMP] account : improved the context date in account model
bzr revid: bde@tinyerp.com-20110720113953-h6774pxnk7gqpeu7
2011-07-20 17:09:53 +05:30
ron@tinyerp.com d07923239f [IMP]Account:optimize code of default_get method
bzr revid: ron@tinyerp.com-20110720062443-cn65ey46czpd8v54
2011-07-20 11:54:43 +05:30
Simone Orsi 29ae44a85e [IMP] account : changed ids into list of ids
lp bug: https://launchpad.net/bugs/812723 fixed

bzr revid: bde@tinyerp.com-20110720055900-o3uvf439owzt3e23
2011-07-20 11:29:00 +05:30
ron@tinyerp.com 028375c83f [IMP]Account:Improvement in wizard.multi.charts.accounts all fields have default used that is converted to default_get method
bzr revid: ron@tinyerp.com-20110720053906-px9u1o3sfz4phq4q
2011-07-20 11:09:06 +05:30
Manu c38c7d055c [FIX] account : improved the dates in recurring entries
lp bug: https://launchpad.net/bugs/800767 fixed

bzr revid: bde@tinyerp.com-20110719130740-eq87ant192zguo0n
2011-07-19 18:37:40 +05:30
Raphael Collet 81a1eb18a1 [MERGE] from trunk
bzr revid: rco@openerp.com-20110718083424-kdaesx3gflza142a
2011-07-18 10:34:24 +02:00
Quentin (OpenERP) 69e5946d0f [IMP] account: display currency in name get of journals also for the ones in company currency
bzr revid: qdp-launchpad@openerp.com-20110715124433-f61h47m09l83c07d
2011-07-15 14:44:33 +02:00
Quentin (OpenERP) 7d9737c0f5 [IMP] account: code cleaning
bzr revid: qdp-launchpad@openerp.com-20110711222350-kuz1l5q1tky6acyu
2011-07-12 00:23:50 +02:00
Raphael Collet 378a913023 [MERGE] rename label Narration to Internal Note
bzr revid: rco@openerp.com-20110708093414-xupfl5vk6gbjpsom
2011-07-08 11:34:14 +02:00
mtr cbb6ce99e5 [MERGE] branch merged with lp:openobject-addons
bzr revid: mtr@mtr-20110705124218-trw65cmk7a1al3ai
2011-07-05 18:12:18 +05:30
mtr ef278ffae6 [IMP] account: improved store dictionary of function field 'level'
bzr revid: mtr@mtr-20110705122639-nq3yqkebakr4vig7
2011-07-05 17:56:39 +05:30
Tejas (OpenERP) 6ff2268d46 [Usability] renamed label narration to Internal Notes
bzr revid: tta@openerp.com-20110705062008-hmsgg61r6ixm0w0z
2011-07-05 11:50:08 +05:30
Olivier Dony 06fb14130a [IMP] removed method=True params from all fields.function
Server revision 3495 odo@openerp.com-20110701232328-flgxulxva70vnyxr
removed the need for passing method=True to function fields,
so this is the equivalent addons fix, removing it everywhere.
Please be careful from now on, and do not pass it anymore!

bzr revid: odo@openerp.com-20110701234124-a61zl0idvdfz3hyb
2011-07-02 01:41:24 +02:00
tfr@openerp.com 87dec6fe30 [MERGE] fix bug lp:789658 by uco
bzr revid: tfr@openerp.com-20110701162406-lvn22ylsdu1j24h2
2011-07-01 18:24:06 +02:00
psi (Open ERP) 630dc1e56d [IMP] account: added new constraint on account object which will check when the internal type is payable/receiable then the deferral method on account type can be set to unreconciled only
bzr revid: psi@tinyerp.co.in-20110701133420-2pho2e8himf6sz0q
2011-07-01 19:04:20 +05:30
Guewen Baconnier c41f13b447 [IMP] account : converted ids into list of idsin write method of account.journal
lp bug: https://launchpad.net/bugs/800693 fixed

bzr revid: bde@tiny2-desktop-20110630103918-lw61ms8hxs7ypkc3
2011-06-30 16:09:18 +05:30
Quentin (OpenERP) 016eff262b [FIX] account: opening entries didn't bring forward the amount in currency when closing a fiscalyear. The centralisation had to take care on that too.
lp bug: https://launchpad.net/bugs/736890 fixed

bzr revid: qdp-launchpad@openerp.com-20110621125248-xec0ogl2v1hwxsmo
2011-06-21 14:52:48 +02:00
Ferdinand,mtr(OpenERP) e4a21fbd7b [FIX] account: calculates the correct level
lp bug: https://launchpad.net/bugs/783670 fixed

bzr revid: mtr@mtr-20110616093021-n7ihs56l7v08ntwq
2011-06-16 15:00:21 +05:30
Ujjvala Collins (OpenERP) 25fc84728e [FIX] account: Fixed issue of 'balance' type tax using chart of accounts.
lp bug: https://launchpad.net/bugs/789658 fixed

bzr revid: uco@tinyerp.com-20110608072832-dg68dfnsvnzz58vm
2011-06-08 12:58:32 +05:30
bde 29587f1789 Changed Label Field
bzr revid: bde@tiny2-desktop-20110520132457-amhg6xlg62x2h3mw
2011-05-20 18:54:57 +05:30
Quentin (OpenERP) f2c52081d4 [MERGE] lp: 740596
bzr revid: qdp-launchpad@openerp.com-20110518153604-2v5w3dyv5v8ga7o6
2011-05-18 17:36:04 +02:00
Quentin (OpenERP) 53c973b38a [MERGE] lp:684119
bzr revid: qdp-launchpad@openerp.com-20110518153258-17ypw1tjibw51wv0
2011-05-18 17:32:58 +02:00
Quentin (OpenERP) b7452ba8e0 [FIX] account: improvement of fix 684119 (added company criteria + code cleaning)
lp bug: https://launchpad.net/bugs/684119 fixed

bzr revid: qdp-launchpad@openerp.com-20110518153228-hqg8ykluc6mqi9is
2011-05-18 17:32:28 +02:00
Quentin (OpenERP) e6adf59177 [MERGE] merged branch containing bugfixes for accounting reports
bzr revid: qdp-launchpad@openerp.com-20110518125926-wrr6n75ymmtibrr1
2011-05-18 14:59:26 +02:00
Vo Minh Thu a37a4404fb [REF] consistent, grepable ir.values object naming.
bzr revid: vmt@openerp.com-20110516153331-vusrrgr3hvlcyei0
2011-05-16 17:33:31 +02:00
psi (Open ERP) 444a01a7d7 [MERGE] merge from trunk-addons
bzr revid: psi@tinyerp.co.in-20110506083505-lc7936hmpa1ok9uw
2011-05-06 14:05:05 +05:30
Noviat dac4f6fe28 [FIX] account: fixed _sum() on account.tax.code object. Thanks Noviat for the patch
bzr revid: qdp-launchpad@openerp.com-20110505144340-azftlojg69zbo2sc
2011-05-05 16:43:40 +02:00
Quentin (OpenERP) ee0f98590e [FIX] account: improved order of account_period in order to have the period for opening entries first and fixed in common report wizard the bug that was selecting entries from opening period too when we were printing entries from january to march (because of same date_start for january and opening period). Also fixed the query_get when giving the periods directly in the context (previously it was doing a very weird thing with the clause where_move_lines_by_date defined again and it was not compliant with the opening period new change)
bzr revid: qdp-launchpad@openerp.com-20110504145233-icq3a40l9pahy7hm
2011-05-04 16:52:33 +02:00
AVP(Axelor) cc3d7333c8 [FIX][IMP] all modules improvement.
bzr revid: amp@tinyerp.com-20110429084948-x0pny8n2ersc4h8m
2011-04-29 14:19:48 +05:30
ARA (OpenERP) b2a3d521fa [FIX] account: payment term line need at least 5 to 6 digits precision
bzr revid: ara@tinyerp.com-20110427070318-nq5757mhtqbay99o
2011-04-27 12:33:18 +05:30
AMP (OpenERP) 483c437431 [FIX] account : Usability Improvement
bzr revid: amp@tinyerp.com-20110419104557-n0g8ojzztcyefn17
2011-04-19 16:15:57 +05:30
ARA (OpenERP) 10fbcafa03 [FIX] Account:Account chart wizard does not check if generated account code for bank journal exsits
bzr revid: ara@tinyerp.com-20110330061809-3b28ug6dz37tq23v
2011-03-30 11:48:09 +05:30
Quentin (OpenERP) 3557de7ecf [MERGE] lp:728417
bzr revid: qdp-launchpad@openerp.com-20110329143031-kvl9mvq8la0alrha
2011-03-29 16:30:31 +02:00
ARA (OpenERP) 9b06e256e1 [FIX] Account:Exception raised when setting an Account InActive
bzr revid: ara@tinyerp.com-20110325101808-r1yfsenlr10lgdv4
2011-03-25 15:48:08 +05:30
ARA (OpenERP) 82565f571b [FIX] Account: payment term line need at least 5 to 6 digits precision
lp bug: https://launchpad.net/bugs/740596 fixed

bzr revid: ara@tinyerp.com-20110325094939-k30q24tu5okj7mcm
2011-03-25 15:19:39 +05:30
ARA (OpenERP) 0de7622c03 [FIX] Account: Account chart wizard does not check if generated account code for bank journal exsits
bzr revid: ara@tinyerp.com-20110324084653-ysbw98hvxcynrgqt
2011-03-24 14:16:53 +05:30
ARA (OpenERP) 6d10583973 [FIX] Account: Account chart wizard does not check if generated account code for bank journal exsits
lp bug: https://launchpad.net/bugs/684119 fixed

bzr revid: ara@tinyerp.com-20110324084417-9rqbu46o4v97x2ey
2011-03-24 14:14:17 +05:30
Mustufa Rangwala e012af7da9 [FIX] Account: account - sequence_id in journal must be unique
lp bug: https://launchpad.net/bugs/734949 fixed

bzr revid: mra@mra-laptop-20110316112522-nr1q01gm314vos0b
2011-03-16 16:55:22 +05:30
ARA (OpenERP) 9c83ebedd2 [FIX] account: [6.0.1] Exception raised when setting an Account InActive
bzr revid: ara@tinyerp.com-20110315100653-g6ic3b6s8sz1bdxp
2011-03-15 15:36:53 +05:30
ARA (OpenERP) a60b7a65e6 [FIX] account: [6.0.1] Exception raised when setting an Account InActive
bzr revid: ara@tinyerp.com-20110315100554-ffxi0u7efh07s186
2011-03-15 15:35:54 +05:30
ARA (OpenERP) 182cb58b7e [FIX] account: [6.0.1] Exception raised when setting an Account InActive
lp bug: https://launchpad.net/bugs/728417 fixed

bzr revid: ara@tinyerp.com-20110309112242-vrdmegno38b5ogre
2011-03-09 16:52:42 +05:30
Quentin (OpenERP) a90aeb8c4a [REF] account: refactored the creation of journals in the generation from templates wizard, removed old deprecated boolean 'refund_journal' on account.journal (use the type field instead)
bzr revid: qdp-launchpad@openerp.com-20110303145900-8ghspjidwb540mhp
2011-03-03 15:59:00 +01:00
Mustufa Rangwala b53a9ab0cd [FIX] account: char templates installation refactor code
bzr revid: mra@mra-laptop-20110225134424-dwvllabvr1zt106v
2011-02-25 19:14:24 +05:30
Quentin (OpenERP) fb1912cea6 [IMP] account: improved translatability
bzr revid: qdp-launchpad@openerp.com-20110223144149-xxqro7smnlbdm550
2011-02-23 15:41:49 +01:00
philubert@gmail.com b1af67b6f5 Did a merge from the parent branch.
bzr revid: philubert@gmail.com-20110216043249-1rgk002k9hjo7hu1
2011-02-16 15:32:49 +11:00
Olivier Dony 07f520a856 [MERGE] merged bugfixes from 6.0 up to revision 4401
bzr revid: odo@openerp.com-20110214114507-8uwohpcblsfhgjae
2011-02-14 12:45:07 +01:00
psi (Open ERP) 8ef20c5b31 [IMP] account: Improvement in refector code for tax, account, journal template generation
bzr revid: psi@tinyerp.co.in-20110210065057-3mvlgcyixg7pc900
2011-02-10 12:20:57 +05:30
psi (Open ERP) e2108dbd6b [MERGE] merge with dev-addons3
bzr revid: psi@tinyerp.co.in-20110209133400-73rpy43pqn62g41n
bzr revid: psi@tinyerp.co.in-20110210045329-zt83id81sr9kdoly
2011-02-10 10:23:29 +05:30
psi (Open ERP) 4ce06e0f88 [IMP] account: refactor code for generation of chart of templates
bzr revid: psi@tinyerp.co.in-20110209132830-srd9cfw1i9dnm77u
2011-02-09 18:58:30 +05:30
Jay Vora (OpenERP) fd0c005792 [FIX] Account/Multi-Company Environment :Configuration of consolidated type of account is not possible due to the _check_type constraints(Ref: Case 4006)
lp bug: https://launchpad.net/bugs/715695 fixed

bzr revid: jvo@tinyerp.com-20110209121719-a6jqfug06syt5zdc
2011-02-09 17:47:19 +05:30
ARA (OpenERP) e0a95e80c1 [FIX] Multi-Company Environment :Configuration of consolidated type of account is not possible due to the _check_type constraints
lp bug: https://launchpad.net/bugs/715695 fixed

bzr revid: ara@tinyerp.com-20110209120535-o3htlw38zves04fm
2011-02-09 17:35:35 +05:30
philubert@gmail.com b1060e382e Change "Balance Sheet (Assets Accounts)" to "Balance Sheet (Asset Accounts)"
because you don't use the plural of pronouns,
and because it is inconsistent with the other three Account Types
where singular is used (e.g. "Liability Accounts" rather than "Liabilities Accounts").

bzr revid: philubert@gmail.com-20110208221312-62lpsq7fzumvfmyz
2011-02-09 09:13:12 +11:00
Mustufa Rangwala adb0329f7e [REF] account: typos
bzr revid: mra@mra-laptop-20110208112438-gtm9zoh7uzx8n8xi
2011-02-08 16:54:38 +05:30
Mustufa Rangwala c162de5ab1 [REF] Account: typo
bzr revid: mra@mra-laptop-20110208072557-uzi20kapg0c6w4nf
2011-02-08 12:55:57 +05:30
Mustufa Rangwala ff225574c7 [REF] Account: typo
bzr revid: mra@mra-laptop-20110208071702-1a2e37v6bsmwgiya
2011-02-08 12:47:02 +05:30
Mustufa Rangwala 51e3c0dff5 [MERGE] Account: accounting: improve the generation of journals and periods => backlog 991 id
bzr revid: mra@mra-laptop-20110204102049-2d80e0kr6vhk00el
2011-02-04 15:50:49 +05:30
psi (Open ERP) 4c9e34cbd3 [MERGE] merge with dev-addons3
bzr revid: psi@tinyerp.co.in-20110203103228-0ii7bxdk2bgtydxr
bzr revid: psi@tinyerp.co.in-20110204050801-t6w0b0s0xae7wkx7
2011-02-04 10:38:01 +05:30
Mustufa Rangwala 545bf5805b [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20110204044842-i79i51jfk3ti97b6
2011-02-04 10:18:42 +05:30
Olivier Dony 4900c41842 [REVERT] account: reverted incorrect fix for bug 708603, this is in fact a server error
Commit reverted was merged in rev 3164.118.782 mra@mra-laptop-20110131082002-xzx4v2adzdvv8nmg

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

bzr revid: odo@openerp.com-20110203222026-ln6hmyivaj9bo11g
2011-02-03 23:20:26 +01:00
psi (Open ERP) 43b097f7dd [ADD, IMP] account: changes in my last commite as per merge suggetion(New Opening and Miscellaneous journal)
bzr revid: psi@tinyerp.co.in-20110203101630-rvzgahp15111jf8s
2011-02-03 15:46:30 +05:30
Mustufa Rangwala 31552ce80d [REF] account
bzr revid: mra@mra-laptop-20110202115439-e98y2mjze50g5luw
2011-02-02 17:24:39 +05:30
Mustufa Rangwala fe01aaef74 [REF] account
bzr revid: mra@mra-laptop-20110202114728-3ifqa2gfy6ubka9g
2011-02-02 17:17:28 +05:30
psi (Open ERP) e6bdb08b5a [IMP, ADD] account: add Opening entry Journal, Miscellenous journal and respective accounts
bzr revid: psi@tinyerp.co.in-20110201123652-805x6523dq3lk4ix
2011-02-01 18:06:52 +05:30
psi (Open ERP) ec0111bd0e [MERGE]merge with dev-addons3
bzr revid: psi@tinyerp.co.in-20110128110112-7k34kuxyyvgt48ie
bzr revid: psi@tinyerp.co.in-20110201103758-xndy252g5lm2yaam
2011-02-01 16:07:58 +05:30
mtr 6847838d4b [IMP] account:improved code for the account duplication bug
bzr revid: mtr@mtr-20110131080207-hmsbxkmonkvdh3to
2011-01-31 13:32:07 +05:30
mtr f1d38b5844 [IMP] account:placed else condition inside 'if sums.get(child.id, False):'
bzr revid: mtr@mtr-20110131073705-2m6d54pjia4y1506
2011-01-31 13:07:05 +05:30
mtr 6127d931f3 [FIX] account: allows duplication of account
lp bug: https://launchpad.net/bugs/708603 fixed

bzr revid: mtr@mtr-20110131063645-pjwyyj3uv1jp40i1
2011-01-31 12:06:45 +05:30
mtr c70e22c1a2 [FIX] account: allows duplication of account
lp bug: https://launchpad.net/bugs/708603 fixed

bzr revid: mtr@mtr-20110128114450-998ho3olsdfno7yw
2011-01-28 17:14:50 +05:30
psi (Open ERP) 18bcd1c980 [IMP, ADD] account:Improve the logic to create period so it can create one more period and add two journals for opening entries
bzr revid: psi@tinyerp.co.in-20110128105818-ptd5vk4xsaowmnec
2011-01-28 16:28:18 +05:30
Mustufa Rangwala 222865a94f [REF]
bzr revid: mra@mra-laptop-20110121073726-2k6qhs2gi2nungpd
2011-01-21 13:07:26 +05:30
Olivier Dony 20e94b74a5 [MERGE] backport of trunk fixes to account, base_calendar, purchase, stock, stock_planning
bzr revid: odo@openerp.com-20110120140214-2mj8xn3g3kddgjvb
2011-01-20 15:02:14 +01:00
Mustufa Rangwala 17d7e186e3 [FIX] Account: tracebak on configuration wizard
lp bug: https://launchpad.net/bugs/705350 fixed

bzr revid: mra@mra-laptop-20110120112936-ervqmcj5l15997n9
2011-01-20 16:59:36 +05:30
qdp-launchpad@tinyerp.com dfd781cd13 [IMP] account: account.journal.column usability improved
bzr revid: qdp-launchpad@tinyerp.com-20110118175942-dk2bj1m3ayt7spdj
2011-01-18 18:59:42 +01:00
Fabien Pinckaers 049cf5bd8d fix
bzr revid: fp@tinyerp.com-20110118015529-87p2k9796p44o95c
2011-01-18 02:55:29 +01:00
psi (Open ERP) ec8823d2d3 [FIX] account, account_*, hr_*, point_of_sale, sale: performance issues - account_move_lines and others
lp bug: https://launchpad.net/bugs/693833 fixed

bzr revid: psi@tinyerp.co.in-20110117112056-ryw0wyjltqzeuhzt
2011-01-17 16:50:56 +05:30
Antony Lesuisse 45f1b5ac6c [FIX] account_account allow write if company_id has the same value
lp bug: https://launchpad.net/bugs/702329 fixed

bzr revid: al@openerp.com-20110114150106-i533hpid59k0rxl3
2011-01-14 16:01:06 +01:00
qdp-launchpad@tinyerp.com 2af2dbefd5 [REF] account: remove debug print statement
bzr revid: qdp-launchpad@tinyerp.com-20110114103608-qrp23dblr216qsgc
2011-01-14 11:36:08 +01:00
qdp-launchpad@tinyerp.com e5708c6b95 [MERGE] merged the xrg branch related to l10n_gr module + change the type of account non-leaves to 'view'
bzr revid: qdp-launchpad@tinyerp.com-20110114100940-qafaa4h0t9phly9g
2011-01-14 11:09:40 +01:00
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
qdp-launchpad@tinyerp.com 721c1fe325 [IMP] account: usabiltiy imp.
bzr revid: qdp-launchpad@tinyerp.com-20110113171159-lvdat1nrexheeqc3
2011-01-13 18:11:59 +01:00
Mustufa Rangwala 3d11cc2351 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20110111121832-dq30dncvyjx3v7pc
2011-01-11 17:48:32 +05:30
psi (Open ERP) d846432de7 [IMP, ADD] account: Improve the constraint string and add same into po and pot files
bzr revid: psi@tinyerp.co.in-20110111105656-t8gcuxeevde9a432
2011-01-11 16:26:56 +05:30
qdp-launchpad@tinyerp.com 50b7d12b75 [REF] account: removed translate=True on name field of fiscal position (and template) in order to clean the translations
bzr revid: qdp-launchpad@tinyerp.com-20110111105511-zqsj32s7oygq6811
2011-01-11 11:55:11 +01:00
ARA (OpenERP) 599f0b0845 [MERGE] merge from dev3
bzr revid: ara@tinyerp.com-20110111093448-vn0x4ws6vvm9k4yv
2011-01-11 15:04:48 +05:30
ARA (OpenERP) 23bae8a2c4 [REF]account:improve constraint
bzr revid: ara@tinyerp.com-20110111093252-eponfkyerjhzhgys
2011-01-11 15:02:52 +05:30
Mustufa Rangwala aeff56c45a [REF] account
bzr revid: mra@mra-laptop-20110111073845-vk9zdein7cvosbka
2011-01-11 13:08:45 +05:30
ARA (OpenERP) facafa1ed9 [REF]account:improve message string
bzr revid: ara@tinyerp.com-20110111063642-ywa2c47xgqtkxazp
2011-01-11 12:06:42 +05:30
ARA (OpenERP) f338b963b8 [REF]account:improve variable name
bzr revid: ara@tinyerp.com-20110111060318-ctjohf91qc6xotfe
2011-01-11 11:33:18 +05:30
ARA (OpenERP) 1058ae9c8b [REF]account:Add constraint on account.account and account.account.template for type
bzr revid: ara@tinyerp.com-20110111051952-8fscm1f9ia1mq2gh
2011-01-11 10:49:52 +05:30
ARA (OpenERP) 1af8ebcaac [REF]account:Add constraint on account.account and account.account.template for type
bzr revid: ara@tinyerp.com-20110110105423-g2mvc5yr1lje0vwd
2011-01-10 16:24:23 +05:30
ARA (OpenERP) 96f5598a6a [IMP] Add readonly=true and store=true where company_id is related field in all addons module
bzr revid: ara@tinyerp.com-20110106113221-7rkpjapyqawg25a6
2011-01-06 17:02:21 +05:30
Mustufa Rangwala 3bdca04e28 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20110103090825-h3f9ie8qu7l09ceb
2011-01-03 14:38:25 +05:30
qdp-launchpad@tinyerp.com b7d5d7c008 [FIX] account: removed translate=True on account type in order to fix the translations
bzr revid: qdp-launchpad@tinyerp.com-20110103084715-hihr3cz55l1i43wt
2011-01-03 09:47:15 +01:00
husen f433b959c2 merged with trunk
bzr revid: husen@husen-laptop-20101230095809-cl6dkve1odgdtqtv
2010-12-30 15:28:09 +05:30
qdp-launchpad@tinyerp.com dc6e8e9b34 [MERGE] merged the numerigraphe branch related to common typo mistake 'childs' instead of children. Thanks for the contribution
bzr revid: qdp-launchpad@tinyerp.com-20101228170718-3r55jyvpb6m5h05u
2010-12-28 18:07:18 +01:00
Fabien Pinckaers 5dd4167527 merge
bzr revid: fp@tinyerp.com-20101228145539-ck1vuy2yg3jprnyk
2010-12-28 15:55:39 +01:00
qdp-launchpad@tinyerp.com c279d8bbff [FIX] account: consolidated charts are now working if children accounts don't have the same currency (doesn't belong to a company using the same currency)
bzr revid: qdp-launchpad@tinyerp.com-20101228122508-p02bqdeb2et148v4
2010-12-28 13:25:08 +01:00
Mustufa Rangwala c0d390d252 [REF] account
bzr revid: mra@mra-laptop-20101228105807-tloznbt63oro0r2u
2010-12-28 16:28:07 +05:30
Mustufa Rangwala ee13d9be9f [REF] remove print
bzr revid: mra@mra-laptop-20101224130132-73q1mpiu6772tc7t
2010-12-24 18:31:32 +05:30
Mustufa Rangwala e39f771e91 [FIX] Account: [6.RC2] Account chart wizard does not check if generated account code for bank journal exsits
lp bug: https://launchpad.net/bugs/684119 fixed

bzr revid: mra@mra-laptop-20101224125947-lgw0mhlbb4kw2226
2010-12-24 18:29:47 +05:30