Commit Graph

17 Commits

Author SHA1 Message Date
Raphael Collet cbe2dbb672 [MERGE] new v8 api by rco
A squashed merge is required as the conversion of the apiculture branch from
bzr to git was not correctly done. The git history contains irrelevant blobs
and commits. This branch brings a lot of changes and fixes, too many to list
exhaustively.

- New orm api, objects are now used instead of ids
- Environements to encapsulates cr uid context while maintaining backward compatibility
- Field compute attribute is a new object oriented way to define function fields
- Shared browse record cache
- New onchange protocol
- Optional copy flag on fields
- Documentation update
- Dead code cleanup
- Lots of fixes
2014-07-06 17:05:41 +02:00
sgo@tinyerp.com 6a3cdf718c [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130605071905-o2ldzc6vxqnoe099
2013-06-05 12:49:05 +05:30
Quentin (OpenERP) 709fc0ca29 [FIX] account_voucher: complete fixing of vouchers in multi-currency.
*uniformized the computation in multi-currency in order to always use res_currency.compute()
*make sure to pass the right conversion rate to _current_rate() function using the context if it is specified on the voucher and, in this function, used the info from the context instead of the computed one if relevant. (This involves an ugly overwriting of the 'rate' field that will disappear in trunk: to stay backward compatible and avoid any update of 'base' module it has to be done this way).
*replace the currency_id field on the voucher by a fields.function (was a fields.related) in order to always have a currency, even if it's a voucher in the company currency. (makes the treatment easier and more consistent. Less error prone)
*misc code reaftoring

bzr revid: qdp-launchpad@openerp.com-20130502225937-ya45q2wvgqy7zo1c
2013-05-03 00:59:37 +02:00
sgo@tinyerp.com fa94d5e112 [IMP]improve yml for account_voucher
bzr revid: sgo@tinyerp.com-20130221111728-jlvv0lf5w258ujbz
2013-02-21 16:47:28 +05:30
Denis Ledoux dle@openerp.com 7e1ffaf613 [REM]Remove all account.journal.view and account.journal.column references
bzr revid: dle@openerp.com-20121122104504-ezgj2666zkhgybpj
2012-11-22 11:45:04 +01:00
Rucha (Open ERP) 7a24bdb1f7 [FIX]: Improved old product names with new
bzr revid: rpa@tinyerp.com-20120816084224-t12wf5vipd8u90a7
2012-08-16 14:12:24 +05:30
Rucha (Open ERP) dd7a2972d8 [MERGE]: Merge with latest trunk-addons
bzr revid: rpa@tinyerp.com-20120813051411-5no0xcudwbkw07c5
2012-08-13 10:44:11 +05:30
Quentin (OpenERP) 600625f0ae [FIX] account_voucher: fixed yaml tests in order to reflect the new behavior of computed writeoff amount (does not use abs() anymore)
bzr revid: qdp-launchpad@openerp.com-20120810143707-8vma2dld7mkolbh1
2012-08-10 16:37:07 +02:00
Rucha (Open ERP) 40f83805c5 [IMP]: product: Improved reference of demo product xml_id from static names to number (work in progress)
bzr revid: rpa@tinyerp.com-20120629110424-xykxjjq7sn50ovww
2012-06-29 16:34:24 +05:30
Rucha (Open ERP) 0aaef8a06e [IMP]: Improved partner demo xml_id referenced based on changes in server
bzr revid: rpa@tinyerp.com-20120620120305-g88c9cp55csnsvoc
2012-06-20 17:33:05 +05:30
Purnendu Singh (OpenERP) 74b003f101 [IMP] improve the sentance
bzr revid: psi@tinyerp.com-20120416101128-0xg907q5yq3i1wlj
2012-04-16 15:41:28 +05:30
Purnendu Singh (OpenERP) 8037ab4c93 [IMP] improve the sentence
bzr revid: psi@tinyerp.com-20120416071846-aney78g3ucw390nw
2012-04-16 12:48:46 +05:30
Purnendu Singh (OpenERP) 7ef07e2c0f [MERGE, IMP] Improve the yml and merge with mma branch
bzr revid: psi@tinyerp.com-20120416064046-5iou05fmx5ax4yl0
2012-04-16 12:10:46 +05:30
Mayur Maheshwari (OpenERP) e5d63af289 [IMP]account_voucher: Improve test case and added comments
bzr revid: mma@tinyerp.com-20120411132654-ehsjy9fdh3fxpemw
2012-04-11 18:56:54 +05:30
Mayur Maheshwari (OpenERP) 5d04ea9952 [IMP]account_voucher: Improve comments of yml
bzr revid: mma@tinyerp.com-20120411063915-3dl2tq60pfd3vwvo
2012-04-11 12:09:15 +05:30
Purnendu Singh (OpenERP) 5fac93a5f6 [MERGE, IMP] account_voucher: Merge and improve the YML test
bzr revid: psi@tinyerp.com-20120409102907-7vm1g8aav8zg5ry9
2012-04-09 15:59:07 +05:30
Mayur Maheshwari (OpenERP) 9346a7e8ec [IMP]stock: added a yml case for the multi-currency (lp-954155)
bzr revid: mma@tinyerp.com-20120404112215-i2oh9zme32u7vv4z
2012-04-04 16:52:15 +05:30