Commit Graph

191 Commits

Author SHA1 Message Date
Fabien Pinckaers a3dd9f05dc [FIX] 3 security rules, [IMP] object names for logs
bzr revid: fp@tinyerp.com-20100519183232-9zieyfnah526r312
2010-05-19 20:32:32 +02:00
Jay (Open ERP) 50724c0a0f [MERGE] MErged from main branch
bzr revid: jvo@tinyerp.com-20100519145940-s8tk9v6lmxkp6idg
2010-05-19 20:29:40 +05:30
Jay (Open ERP) 35791bbde3 [REF]
bzr revid: jvo@tinyerp.com-20100519124923-09fiqka3gexs6yh2
2010-05-19 18:19:23 +05:30
JMA (OpenERP) 72bd05b3c2 [FIX] Account : USer will be notified for unreconciling partial reconcilatins if he tries to cancel the invoice
bzr revid: jma@tinyerp.com-20100512104158-uvbap84l2jnzcnsz
2010-05-12 16:11:58 +05:30
Jay(Open ERP) 0398d67493 [FIX](5.0 - 6.0) Account : code improved for move line creation
bzr revid: vra@tinyerp.com-20100510140828-o5w5yyd4wegw4uc2
2010-05-10 19:38:28 +05:30
Jay(Open ERP) ee48c965e5 [FIX] (5.0 - 6.0)Account : Manual reconcilation should work with the option of Skip Draft Entries of Journal
bzr revid: vra@tinyerp.com-20100510102537-wunu090pw1ycpbub
2010-05-10 15:55:37 +05:30
Jay(Open ERP) 99d8cd6e3c [FIX] (5.0 to 6.0)Account : Added centralization check on write() of move line
bzr revid: vra@tinyerp.com-20100510100550-4wk259iksi9f0aer
2010-05-10 15:35:50 +05:30
mra (Open ERP) 87a2597fa3 [IMP] account: Account move line creation
bzr revid: mra@tinyerp.com-20100428063659-2ny3nnmgg4s6wii2
2010-04-28 12:06:59 +05:30
mra (Open ERP) e8dda69146 [IMP] account: Improve code
bzr revid: mra@tinyerp.com-20100427134123-0fbxu36rgcv1r9kq
2010-04-27 19:11:23 +05:30
mra (Open ERP) 5b680bfd88 [IMP] account: Improve code
bzr revid: mra@tinyerp.com-20100427133837-xm50yq43zctymy1d
2010-04-27 19:08:37 +05:30
mra (Open ERP) ff2277ac30 [FIX] account: Account Move Line creation error=> when there is no debit and credit value
lp bug: https://launchpad.net/bugs/570132 fixed

bzr revid: mra@tinyerp.com-20100427125847-jd7v6ptp0gfhv00s
2010-04-27 18:28:47 +05:30
RVO(OpenERP) b170ef94fc FIX converted private methods called from views to public
bzr revid: hda@tinyerp.com-20100325141736-itdnr9bfe7iox4to
2010-03-25 19:47:36 +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
mra (Open ERP) 6aa92e5d6a [REM] account_balance: Removed module (merge with account module)
[ADD] account: account_balance module reports

bzr revid: mra@tinyerp.com-20100305103609-ulqvx8ng3ck4ucv1
2010-03-05 16:06:09 +05:30
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 bb84484882 [REF] [account] further mx.DateTime cleanup
bzr revid: rvalyi@gmail.com-20100301045316-mw67ahn1epe4lknq
2010-03-01 01:53:16 -03:00
olt@tinyerp.com 222ab7cd11 [FIX] account: context argument was missing from method signature
bzr revid: olt@tinyerp.com-20100222150724-o1dltc9hxc5hc3ek
2010-02-22 16:07:24 +01:00
HDA (OpenERP) 284ec3e006 Merged with client
bzr revid: hda@tinyerp.com-20100216142723-ul7m7do5fpl3r9av
2010-02-16 19:57:23 +05:30
Christophe Simonis 231c5c04c2 [FIX] Unable to validate supplier invoice/refund with reference greater than 32 characters. The reference is used as reference for the move lines and the analytic account line but the reference of these objects are limited to 32 characters, raising an sql error. It also broke the workflow of the invoice.
lp bug: https://launchpad.net/bugs/518914 fixed

bzr revid: chs@tinyerp.com-20100208171726-3nabrcko8q8zo215
2010-02-08 18:17:26 +01:00
HDA (OpenERP) 93bd614c8e merged to remove sql injection
bzr revid: hda@tinyerp.com-20100201082939-fj0u5f0pvlgq7j3k
2010-02-01 13:59:39 +05:30
HDA (OpenERP) 0b2bb31992 Merge from stable
bzr revid: hda@tinyerp.com-20100121151350-58pcefq2tdw2ge2l
2010-01-21 20:43:50 +05:30
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
UCO 6940efb21f Improvement in tooltip
bzr revid: vir@tinyerp.com-20091230111438-xwhuk2qio9xjyu2y
2009-12-30 16:44:38 +05:30
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) 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) c9f66f69f0 [IMP]: Tooltip improvements: Typo errors and improvements
bzr revid: uco@tinyerp.co.in-20091221095054-do0gbj9907u3oyxc
2009-12-21 15:20:54 +05:30
Fabien Pinckaers d1ffd281b0 [FIX] multicompany
bzr revid: fp@tinyerp.com-20091209103611-jit101ufi52teo8a
2009-12-09 11:36:11 +01:00
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
Jay (Open ERP) 0b44aff80b [FIX] Account : making the default_get() eTiny compatible
lp bug: https://launchpad.net/bugs/490342 fixed

bzr revid: jvo@tinyerp.com-20091201135539-33qrq2g81un1lyr8
2009-12-01 19:25:39 +05:30
nch@tinyerp.com cf02ffe65f [IMP]:Account sql queries to parameterized query
bzr revid: nch@tinyerp.com-20091130102422-dgvq2kh7y8dm453q
2009-11-30 15:54:22 +05:30
kum (Open ERP) c9f87c4dc9 [IMP] English Improvement resolved conflicts
bzr revid: kum@tinyerp.co.in-20091125113147-pmsqovlrx4ia54hf
bzr revid: kum@tinyerp.co.in-20091126062538-149ru08q9obdlksy
bzr revid: kum@tinyerp.co.in-20091126084252-ml6pgh170e6f4r3f
2009-11-26 14:12:52 +05:30
uco (OpenERP) 9a47388fd6 [REF]: Improved state field tooltips
bzr revid: uco@tinyerp.co.in-20091125100347-xt927v8iyl0bu2ua
2009-11-25 15:33:47 +05:30
kum (Open ERP) 38caea46b0 [IMP] English Improvement
bzr revid: kum@tinyerp.co.in-20091125093144-4pburrqn0rhq6y39
2009-11-25 15:01:44 +05:30
rpa (Open ERP) c86680370d [Merge]: Merge with same branch
bzr revid: rpa@tinyerp.com-20091125071039-pttk0tadnftcgrlm
2009-11-25 12:40:39 +05:30
fabian e1e9f45100 [IMP] Added company_id fields for multicompany management
[IMP] Improved demo datas for mutlicompany

bzr revid: fabian@fabian-openerp-20091124171516-c7dwf40yfi9wm2mu
2009-11-24 18:15:16 +01:00
uco (OpenERP) 47a820f7a1 [ADD]: Added tooltips for all state fields.
bzr revid: uco@tinyerp.co.in-20091123135238-oadv1oyefpsi9631
2009-11-23 19:22:38 +05:30
gpa ac0348f28a [IMP]account,hr_timesheet_sheet,product,project,purchase,sale modules: company_id [ADD] multi_company module.
bzr revid: gpa@gpa-desktop-20091120134742-xzwscqyhzxsbijt5
2009-11-20 19:17:42 +05:30
vra 80861660c6 merge multi_company, multi_company_account, multi_company_hr_timesheet_sheet, multi_company_product, multi_company_project, multi_company_purchase modules.
bzr revid: vra@tinyerp.com-20091110124920-qho0im1rrx3mf4sf
2009-11-10 18:19:20 +05:30
HDA (OpenERP) 1b0700fd2f Merged
bzr revid: hda@tinyerp.com-20091106111216-hwo5f87jzd5llx7i
2009-11-06 16:42:16 +05:30
HDA (OpenERP) a05dc59623 Merged for financial improvements
bzr revid: hda@tinyerp.com-20091106075143-5y1tyxj41h5f9t1g
2009-11-06 13:21:43 +05:30
Joel Grand-Guillaume 675d14e54f [FIX] Use price_accuracy to verify balanced entry insteed of fixed '0,0001'. Add price_accuracy on debit and credit move lines
lp bug: https://launchpad.net/bugs/452854 fixed

bzr revid: joel.grandguillaume@camptocamp.com-20091103073004-7vjpq2t4uqwpgi0j
2009-11-03 08:30:04 +01:00
rvalyi 7a2cbc32de [FIX][IMP] Correct write-off date, add analytic account, better interface between all way to reconcile
lp bug: https://launchpad.net/bugs/435160 fixed

bzr revid: joel.grandguillaume@camptocamp.com-20091102084000-h21k703spch2hqxl
2009-11-02 09:40:00 +01:00
UCO(OpenERP) c4540e220e Improved search views
bzr revid: hda@tinyerp.com-20091029101618-cjre798oi4ycmypi
2009-10-29 15:46:18 +05:30
uco (OpenERP) f0b5bc678c [REF]: Small Modifications
bzr revid: uco@tinyerp.co.in-20091028101332-2h2vz1a02pk1s4ph
2009-10-28 15:43:32 +05:30
PSO(OpenERP) eb0b928cc0 Changed licencing terms
bzr revid: hda@tinyerp.com-20091014111534-1vtk21rz8byhszzf
2009-10-14 16:45:34 +05:30
ChristopheChauvet(syleam) 41e8ed59ef changed encoding to coding in all py files
lp bug: https://launchpad.net/bugs/357182 fixed

bzr revid: hda@tinyerp.com-20091013055837-3ntnbe8b938xmk97
2009-10-13 11:28:37 +05:30