Commit Graph

297 Commits

Author SHA1 Message Date
Jay(Open ERP) 1f24b30ece [FIX] (5.0 - 6.0)Account : Raising an exception when journal_id is missing
bzr revid: vra@tinyerp.com-20100511095951-ki2on0rrjfsmcg3j
2010-05-11 15:29:51 +05:30
Olivier Dony 82b9a80568 [FIX] (5.0 - 6.0) account: finish fix of generation of account.move.lines from invoice by providing extension hook
bzr revid: vra@tinyerp.com-20100510122732-qq2rgljxockwm48p
2010-05-10 17:57:32 +05:30
Jay (Open ERP) 20996ec0cb [FIX] Account : Correction on ODO's commit
bzr revid: jvo@tinyerp.com-20100430120126-zs8kf4g1fip1e84t
2010-04-30 17:31:26 +05:30
Olivier Dony 81662d28a9 [FIX] account: backport of fix of generation of account.move.lines from invoice by providing extension hook
lp bug: https://launchpad.net/bugs/452854 fixed

bzr revid: odo@openerp.com-20100430112555-vmp2l7h077sl3etk
2010-04-30 13:25:55 +02:00
Jay (Open ERP) ec5a77d50f [FIX] Account : Notified the user if there are no sale/purchase journals defined
bzr revid: jvo@tinyerp.com-20100420090727-fw4y34jdd9ot6hro
2010-04-20 14:37:27 +05:30
Vir (Open ERP) 78daf747a7 [MOD,ADD] account_pay_invoice converted to osv memory wizard.
bzr revid: vir@tinyerp.com-20100416134524-vhpr0931mfl2di3a
2010-04-16 19:15:24 +05:30
mra (Open ERP) 72ad145ae8 [FIX] account: Invoice journal type must match with invoice type
lp bug: https://launchpad.net/bugs/550441 fixed

bzr revid: mra@tinyerp.com-20100406130731-f1lkrei6v55qll1z
2010-04-06 18:37:31 +05:30
Fabien Pinckaers 8d652b6521 improvement
bzr revid: fp@tinyerp.com-20100316150017-5h1mmdi1ruv30qcy
2010-03-16 16:00:17 +01:00
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
Xavier Morel a4afb84449 [merge] Raphaël Valyi's mx-datetime-removal branch for addons
bzr revid: xmo@tinyerp.com-20100305094303-ae6l39ade9stg6du
2010-03-05 10:43:03 +01:00
Fabien Pinckaers 1f379d9473 modifs
bzr revid: fp@tinyerp.com-20100302124041-awgq0qu12d3509ap
2010-03-02 13:40:41 +01:00
Raphaël Valyi a421e021ed [REF] [account] removed unused mx.DateTime imports
bzr revid: rvalyi@gmail.com-20100301040924-b8wxwhmvopxas6v7
2010-03-01 01:09:24 -03:00
Xavier Morel 0ef6728c20 [imp] account: replace string concatenation with string formatting in invoice.inv_line_characteristic_hashcode
bzr revid: xmo@tinyerp.com-20100224084852-zy1s11micx7w8uo8
2010-02-24 09:48:52 +01:00
Xavier Morel 1a229637b6 [imp] account: remove dead/commented code, fix whitespace in invoice
bzr revid: xmo@tinyerp.com-20100224084701-c73sl21w3sj38155
2010-02-24 09:47:01 +01:00
Raphaël Valyi 870be4ea1b [REF] account: changed invoice#group_lines extract method comments as suggested by Xavier Morel
bzr revid: rvalyi@gmail.com-20100223053830-yp71uc06fktjuzim
2010-02-23 02:38:30 -03:00
Raphaël Valyi db05922bfc [REF] splits account.invoice#action_move_create method that is too fat into overridable bits; doesn't change any logic; add comments
bzr revid: rvalyi@gmail.com-20100222053521-m2z3b84kc35eluys
2010-02-22 02:35:21 -03:00
HDA (OpenERP) 284ec3e006 Merged with client
bzr revid: hda@tinyerp.com-20100216142723-ul7m7do5fpl3r9av
2010-02-16 19:57:23 +05:30
Mantavya Gajjar 5d62f3debf [FIX]: fix a problme of the multi-company currensy selection based on company
bzr revid: mga@tinyerp.com-20100216070546-or12c6lr9skms63s
2010-02-16 12:35:46 +05:30
Jay (Open ERP) 4fc1c14b33 [FIX] Account : Invoice line should display complete name of product from the onchange
lp bug: https://launchpad.net/bugs/516100 fixed

bzr revid: jvo@tinyerp.com-20100211065651-4v97zog6ygxc7g31
2010-02-11 12:26:51 +05:30
mra (Open ERP) 12681f33f1 [IMP] English improvement for modules (changes in strings)
bzr revid: mra@tinyerp.com-20100209083146-df5gq5elxem9fh6w
2010-02-09 14:01:46 +05:30
mra (Open ERP) 4678c890a6 [FIX] account: At the time of invoice cancel it will remove partial reconcile id from entry
bzr revid: mra@tinyerp.com-20100127064035-oy6ygr97qeish73k
2010-01-27 12:10:35 +05:30
Jay (Open ERP) f14e638fa6 [FIX] Account : Onchange of product should affect price on supplier invoice line
lp bug: https://launchpad.net/bugs/510692 fixed

bzr revid: jvo@tinyerp.com-20100122120930-ppgd22tfug34nav3
2010-01-22 17:39:30 +05:30
mra (Open ERP) 7681deb834 [FIX] account: set correct journal while opening customer and supplier invoices and refunds
bzr revid: mra@tinyerp.com-20100122110653-lck2y7wkk5b8yyu7
2010-01-22 16:36:53 +05:30
HDA (OpenERP) 0b2bb31992 Merge from stable
bzr revid: hda@tinyerp.com-20100121151350-58pcefq2tdw2ge2l
2010-01-21 20:43:50 +05:30
Jay (Open ERP) 67802352b6 [FIX/REF] Account : Dead code removed for fiscalyear.seq model
lp bug: https://launchpad.net/bugs/507096 fixed

bzr revid: jvo@tinyerp.com-20100118084859-r9snbzk05y2zfa86
2010-01-18 14:18:59 +05:30
Mantavya Gajjar d5cd014da1 [FIX]: fix a problem for invoice currency selection
bzr revid: mga@tinyerp.com-20100113115507-r07m2l6wxcd8gh4o
2010-01-13 17:25:07 +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) 45407b1e1f [IMP] Invoice/Sale/Purchase : Made note fields translatable(they may be used for partner reports)
bzr revid: jvo@tinyerp.com-20100108072721-vr4s051bqx7bwlmq
2010-01-08 12:57:21 +05:30
Jay (Open ERP) d8e33d1fc5 [FIX] Residual amount was calculated wrongly when invoice had payment term lines
lp bug: https://launchpad.net/bugs/371681 fixed

bzr revid: jvo@tinyerp.com-20100104091723-o6fkke202w22egoy
2010-01-04 14:47:23 +05:30
Mantavya Gajjar b67f6f9f9b [FIX]: add a validation to already existing invoice to check for good currency selected or not:
bzr revid: mga@tinyerp.com-20091229060026-rpk8auehpbshfbor
2009-12-29 11:30:26 +05:30
Harry (Open ERP) b16b33b9fb [MERGE] merge from lp:~openerp-commiter/openobject-addons/ergonomy-search-views
bzr revid: hmo@tinyerp.com-20091224110142-drqpn9il4e25v377
2009-12-24 16:31:42 +05:30
Vir (Open ERP) 3998096154 [ADD] Help added on invoice State field
bzr revid: vir@tinyerp.com-20091224084323-0vjj0awboaekq6vb
2009-12-24 14:13:23 +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) 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
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
Stephane Wirtel 768afdb598 [REV] Revert the code about the taxes in the supplier invoice
bzr revid: stephane@openerp.com-20091217151413-kll8yyzy0m4gauj9
2009-12-17 16:14:13 +01:00
Jay (Open ERP) 20992e6297 [FIX] Account : Supplier Invoices new record creation corrected for web client
lp bug: https://launchpad.net/bugs/497365 fixed

bzr revid: jvo@tinyerp.com-20091217064625-49z1cuemx1b2mdhw
2009-12-17 12:16:25 +05:30
VRA(OpenERP) d5648a112c [IMP] Account : Reference allocation to move/move.line improved
bzr revid: jvo@tinyerp.com-20091210061540-bknsoac2uggfyquy
2009-12-10 11:45:40 +05:30
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
Mantavya Gajjar 98c339c07a [IMP]: implement multi-currency invoice creation
bzr revid: mga@tinyerp.com-20091204102903-lbawyu0qopwfypc0
2009-12-04 15:59:03 +05:30
fabian 1578c2858d [FIX] Added journal control per company for sale and purchase invoice creation
[ADD] Added company_id in pricelist
[FIX] Removed duplicated company_id fields from stock

bzr revid: fabian@fabian-openerp-20091202112006-ztnje8qdrgkg7nvl
2009-12-02 12:20:06 +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
GPA(OpenERP),VRA(OpenERP) d549927afc [MERGE] Merged Multicompany branch
bzr revid: jvo@tinyerp.com-20091130062207-7yxysaq03yypk2be
2009-11-30 11:52:07 +05:30
Harry (Open ERP) 4d6d553d17 [MERGE] merge from lp:~openerp/openobject-addons/5.0/
bzr revid: hmo@tinyerp.com-20091128110526-yen7frgcg9nkbn7h
2009-11-28 16:35:26 +05:30