Commit Graph

365 Commits

Author SHA1 Message Date
gpa f3b050a4a7 [FIX] Account : Only those accounts are eligible to be Parents which have type=View
bzr revid: gpa@tinyerp.com-20100511055558-31b0nt9c7bmh47ye
2010-05-11 11:25:58 +05:30
gpa a238492db8 [IMP] Account : Fiscalyear and Period now have name_search
bzr revid: gpa@tinyerp.com-20100511054908-ot3sbwbyzpjd8s48
2010-05-11 11:19:08 +05:30
Jay(Open ERP) fdd2745662 [FIX] (5.0 - 6.0)Account : __compute() optimized a little
bzr revid: vra@tinyerp.com-20100510134740-nrjju8va6xbdzaua
2010-05-10 19:17:40 +05:30
JMA (OpenERP) a5cb75b423 [FIX] Account:
Group1 = ['payable', 'receivable', 'other']
Group2 = ['consolidation','view']

The change in type of Account should not be allowed in the following conditions:
1. If the account with its children(if any) have any entries and old type is in Group1, goes to new type in Group2.
2. If the account with its children(if any) have any entries and old type is in Group2, goes to new type in Group1.
3. If the account with its children(if any) have any entries and old type is Closed and new type is other than 'Closed'.

bzr revid: jma@tinyerp.com-20100510104103-gnxsitsw0q6mvwzb
2010-05-10 16:11:03 +05:30
Jay(Open ERP) 17abd658c3 [FIX] Account : Journal's name_search() did not use context well
bzr revid: gpa@tinyerp.com-20100510101408-ak1a5dppq86hnikg
2010-05-10 15:44:08 +05:30
Jay (Open ERP) b2ee0c4778 [REF] Account : Better Warning on confirming the invoice when payment term is wrongly configured
bzr revid: jvo@tinyerp.com-20100429095022-orqg5kb3gm7mqwgf
2010-04-29 15:20:22 +05:30
Olivier Dony 1864724d6c [FIX] account: proper correction for typo in backport of bugfix for price accuracy
bzr revid: odo@openerp.com-20100426124918-6aoa465pmcfkr91a
2010-04-26 14:49:18 +02:00
mra (Open ERP) 08f80fef82 [FIX] account: Syntax error
bzr revid: mra@tinyerp.com-20100426044716-83avunremnrzix5q
2010-04-26 10:17:16 +05:30
Olivier Dony 5975104b4f [FIX] port of fix for launchpad bug 452854 on rounding for invoices in foreign currencies
lp bug: https://launchpad.net/bugs/452854 fixed

bzr revid: odo@openerp.com-20100423170834-762ptq0sp9yt1qyo
2010-04-23 19:08:34 +02:00
mra (Open ERP) 00b14f43fd [FIX] account: wizard_multi_charts_accounts: Parent_id did not consider for all l10n_* modules in creation of account.tax.code
bzr revid: mra@tinyerp.com-20100323072407-c1sfkudvelflc2ke
2010-03-23 12:54:07 +05:30
Fabien Pinckaers 1091830208 [IMP] configurable digits in floats per application
bzr revid: fp@tinyerp.com-20100306205219-pg1r78deq76t2jg2
2010-03-06 21:52:19 +01:00
Raphaël Valyi 42f1ff14d1 [REF] fixed datetime now() method call in account and sale modules
bzr revid: rvalyi@gmail.com-20100301051651-2gdc7tn8ljyi5vz9
2010-03-01 02:16:51 -03:00
Raphaël Valyi b8d17ac804 [REF] [account] replaced mx.DateTime usage by pure Python datime and dateutil
bzr revid: rvalyi@gmail.com-20100301043605-35lca2eqgk774jgh
2010-03-01 01:36:05 -03:00
HDA (OpenERP) 284ec3e006 Merged with client
bzr revid: hda@tinyerp.com-20100216142723-ul7m7do5fpl3r9av
2010-02-16 19:57:23 +05:30
Christophe Simonis 73502052a2 [MERGE]
bzr revid: chs@tinyerp.com-20100205152837-539yy3vedgqreyvc
2010-02-05 16:28:37 +01:00
Mantavya Gajjar e7bb33b70a [FIX]: migrate 'narration' field from voucher to account.move
bzr revid: mga@tinyerp.com-20100201134426-mydfj7dz9b6fuhi1
2010-02-01 19:14:26 +05:30
HDA (OpenERP) 93bd614c8e merged to remove sql injection
bzr revid: hda@tinyerp.com-20100201082939-fj0u5f0pvlgq7j3k
2010-02-01 13:59:39 +05:30
Xavier Morel 2e49aaa7ce [imp] account, base_setup: move chart of accounts selection from base_setup installer to account's
Also remove it from account's config item as it's redundant

Rationale: account can be installed due to dependency chains, not just
direct installation from base_setup: project, stock, purchase and
profile_auction all depend on account, mrp depends on stock which
depends on account, so from base_setup's installer alone there are 5
different ways to end up with account installed and need to configure
charts of accounts.

Therefore having chart of accounts config in base_setup's installer is
dumb (as we need a second one anyway), and since it's (in a way) a
problem of module installation, the most coherent way is to move it to
account/installer.py, and remove it from the config screen where it
was (which becomes redundant).

Made it required, because it was required in the config item, not sure
it's actually mandatory to install a chart of accounts but whatever.

bzr revid: xmo@tinyerp.com-20100126140830-h4c7hlvmzzos69ls
2010-01-26 15:08:30 +01:00
Jay (Open ERP) 6ba1955ac1 [REF/FIX] Account : Minor corrections related to _unit_compute_inv()
lp bug: https://launchpad.net/bugs/511198 fixed

bzr revid: jvo@tinyerp.com-20100122141746-efo23pejj51a4nw5
2010-01-22 19:47:46 +05:30
HDA (OpenERP) 0b2bb31992 Merge from stable
bzr revid: hda@tinyerp.com-20100121151350-58pcefq2tdw2ge2l
2010-01-21 20:43:50 +05:30
Christophe Simonis 491ec719d7 [FIX] account: credit/debit/balance of consolidated accounts
lp bug: https://launchpad.net/bugs/504824 fixed

bzr revid: chs@tinyerp.com-20100120171931-8nta52yk7j7mlu3p
2010-01-20 18:19:31 +01:00
Jay (Open ERP) c25b354ed7 [FIX] Account : Constraint message improved for better understanding to user.
lp bug: https://launchpad.net/bugs/508626 fixed

bzr revid: jvo@tinyerp.com-20100118070857-h1m3nboir7rwp8v6
2010-01-18 12:38:57 +05:30
Christophe Simonis 74b7f573ea [MERGE]
bzr revid: chs@tinyerp.com-20100112160341-uloolawazbybx01w
2010-01-12 17:03:41 +01:00
Stephane Wirtel fb3ef7a2f4 [FIX] Change the year of the copyright
bzr revid: stephane@openerp.com-20100112091839-a6p7tenhb4e4zxyx
2010-01-12 10:18:39 +01:00
Jay (Open ERP) a23b83db01 [FIX] Functional fields should have context as an argument when we use fnct_searc method
lp bug: https://launchpad.net/bugs/504670 fixed

bzr revid: jvo@tinyerp.com-20100108113858-dp3e8pm5px4uspum
2010-01-08 17:08:58 +05:30
Jay (Open ERP) 81b3dd570c [FIX] Account: Creation of Moves to Subscription entries Corrected
lp bug: https://launchpad.net/bugs/500591 fixed

bzr revid: jvo@tinyerp.com-20100105103947-olj8ttteodqzcblt
2010-01-05 16:09:47 +05:30
Xavier Morel 5855e5861a [merge] from trunk
bzr revid: xmo@tinyerp.com-20091230132128-d7pgvcu933ip41je
2009-12-30 14:21:28 +01:00
Fabien Pinckaers c032072ca1 merge
bzr revid: fp@tinyerp.com-20091223171752-zunj0g08eknomv0l
2009-12-23 18:17:52 +01:00
Fabien Pinckaers cbd41d602b [FIX] multi company_default
bzr revid: fp@tinyerp.com-20091223171639-hgvyetizdgyh0itv
2009-12-23 18:16:39 +01:00
uco (OpenERP) 80588b9d0b [ADD,IMP]: Added tooltips for some fields, Improved tooltips for product view.
bzr revid: uco@tinyerp.co.in-20091223131247-a3usqpicc17sjisv
2009-12-23 18:42:47 +05:30
uco (OpenERP) 291e6b451f [MERGE]: Merged with parent branch
bzr revid: uco@tinyerp.co.in-20091223064431-c1jafd8htvth1e52
2009-12-23 12:14:31 +05:30
Fabien Pinckaers a05e836881 [FIX] put store=True on company_id related
bzr revid: fp@tinyerp.com-20091222214021-7dkq442rwzbt04qx
2009-12-22 22:40:21 +01:00
uco (OpenERP) 2bc631a28d [IMP,ADD]: Missing or to clarify tooltips: Added and Improved tooltips for some fields.
bzr revid: uco@tinyerp.co.in-20091222130810-12crvqp29ckoxzsj
2009-12-22 18:38:10 +05:30
uco (OpenERP) c1d66e1ac5 [IMP]: Generalization of tooltips: Added tooltips for 'origin' fields, renamed 'Ref' to 'Reference', Added same tooltips for same fields of 'account & account template' and 'tax & tax templates'
bzr revid: uco@tinyerp.co.in-20091222093841-2uamhp6w0wkmcnk0
2009-12-22 15:08:41 +05:30
uco (OpenERP) 5a4e8b8092 [IMP]: Generalization of tooltips: Improved tooltips for all fields.
bzr revid: uco@tinyerp.co.in-20091222064551-k6g299rk9ly1oyg3
2009-12-22 12:15:51 +05:30
Xavier Morel 3d9109d036 [imp] account: reformatting 80c
bzr revid: xmo@tinyerp.com-20091221135246-ntywx4uyus3ic7us
2009-12-21 14:52:46 +01:00
uco (OpenERP) 8d3fb81f4e [IMP]: Generalization of tooltips: Added tooltips for sequence field
bzr revid: uco@tinyerp.co.in-20091221131412-xv3u9m8556xkyg6t
2009-12-21 18:44:12 +05:30
uco (OpenERP) 10c3b2da7d [IMP]: Generalization of tooltips: Added tooltips for active field
bzr revid: uco@tinyerp.co.in-20091221122132-hkesf2dy48lpdvum
2009-12-21 17:51:32 +05:30
uco (OpenERP) c9f66f69f0 [IMP]: Tooltip improvements: Typo errors and improvements
bzr revid: uco@tinyerp.co.in-20091221095054-do0gbj9907u3oyxc
2009-12-21 15:20:54 +05:30
Quentin De Paoli dbd42d12c5 [FIX] account: partial reconciliation check was wrongly computed
bzr revid: qdp@cyan-20091216080934-0juk73m2ztscyp96
2009-12-16 09:09:34 +01:00
Xavier Morel 0c4142b546 [fix] account: migrate to res.config-based initial configuration
bzr revid: xmo@tinyerp.com-20091214154108-qy7ms9h83jxu2wnr
2009-12-14 16:41:08 +01:00
PAP(OpenERP) ac5237cd3f [FIX] Account : Made amount field of account.move searchable
lp bug: https://launchpad.net/bugs/495933 fixed

bzr revid: jvo@tinyerp.com-20091214152125-oubgqzt80s6sg8m8
2009-12-14 20:51:25 +05:30
VRA(OpenERP) f21eed3a7b [FIX] Account : Accounts containing moves cannot be deleted
lp bug: https://launchpad.net/bugs/438690 fixed

bzr revid: jvo@tinyerp.com-20091214071803-gasvptqio1ssheo6
2009-12-14 12:48:03 +05:30
olt@tinyerp.com 3c930e3935 [FIX] account: no need to do a call to 'translate', method '_' is sufficient.
bzr revid: olt@tinyerp.com-20091211073702-m0kc1hz64xhyzgrn
2009-12-11 08:37:02 +01:00
Jay (Open ERP) bbff6faaa9 [IMP] Limit for name_search() improved to 100
lp bug: https://launchpad.net/bugs/494401 fixed

bzr revid: jvo@tinyerp.com-20091209114334-tppzivue2orjkcn9
2009-12-09 17:13:34 +05:30
Fabien Pinckaers 6dce4f1248 [FIX] related are stored
bzr revid: fp@tinyerp.com-20091209095238-1rt7nk6fel8n6bzy
2009-12-09 10:52:38 +01:00
Harry (Open ERP) ec0abc8968 [MERGE] merge from lp:~openerp/openobject-addons/5.0/
bzr revid: hmo@tinyerp.com-20091202085041-v3ae7tu3krbr2heh
2009-12-02 14:20:41 +05:30
fabian 9cc171f3ef [REM] Removed company wise prices in product (it should use pricelist instead)
[ADD] Added company_id fields in multiple models
[ADD] Added multicompany management for invoice, sale, mrp and stock (it now passes the company_id from ressource to ressource)
[FIX] Fixed default company method
[ADD] Added multicompany rules to demo datas

bzr revid: fabian@fabian-openerp-20091201145418-upu1kghhvrk4yuzy
2009-12-01 15:54:18 +01:00
olt@tinyerp.com 8c349adead [FIX] account, invoice, sale: description (product sold, invoice line and account entry line) was not translated
lp bug: https://launchpad.net/bugs/489355 fixed

bzr revid: olt@tinyerp.com-20091130160220-t0nroni5p0ufy5wi
2009-11-30 17:02:20 +01:00
Harry (Open ERP) 148d079485 [MERGE] merge from lp:~hmo-tinyerp/openobject-addons/p_christeas_addons/
bzr revid: hmo@tinyerp.com-20091130112301-mba4ea9byoyb5cbz
2009-11-30 16:53:01 +05:30