Commit Graph

30 Commits

Author SHA1 Message Date
Goffin Simon 05908a0fac [FIX] account_payment: supplier invoice on more then one payment oder
The field move_line_id in payment.order.form only shows account move lines that still have
an amount to pay. This was lost during 333e83f.
2015-03-18 16:45:25 +01:00
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
Simon Lejeune 106d06ce5d [IMP] account* reports: removed unused class/report/commented code/test, added the abstract_report wrapper on all old style report classes + some fixes on views and wizards in order to use these classes to render the qweb reports
bzr revid: sle@openerp.com-20140402164053-gry12scy8zca68lv
2014-04-02 18:40:53 +02:00
Vo Minh Thu 5029451905 [IMP] report yml test: use openerp.report.render_report() instead of LocalService().create().
bzr revid: vmt@openerp.com-20130222133511-y07w3etca8onb73x
2013-02-22 14:35:11 +01:00
Vo Minh Thu 02a114fe3b [FIX] import openerp.{netsvc,tools} instead of {netsvc,tools} in YML tests.
bzr revid: vmt@openerp.com-20130209062929-g85yauw92vj9wqpb
2013-02-09 07:29:29 +01:00
Rucha (Open ERP) 189fd8e390 [IMP]: (Work in progress)* Changed demo references according to changes in server, Aim is to add more common names and easy demo.
* Improved xml_id of demo like res_partner_1 instead of specific record name like res_partner_asus so in future we can change that record value easily avoiding confusions in names

bzr revid: rpa@tinyerp.com-20120619071624-3d9mcl9m76gp2s0c
2012-06-19 12:46:24 +05:30
Raphael Collet b488272c59 [MERGE] account_payment: clean yml tests
bzr revid: rco@openerp.com-20120105110215-kxq6ez54khgfv56c
2012-01-05 12:02:15 +01:00
Ujjvala Collins (OpenERP) a8e600ed71 [IMP] account_payment: Improved sentence formation in ymls.
bzr revid: uco@tinyerp.com-20111222060253-5yf56zm2jkx6fctt
2011-12-22 11:32:53 +05:30
Turkesh Patel (Open ERP) 8ff2693b8f [IMP] Improvement in yml test cases of account_payment.
bzr revid: tpa@tinyerp.com-20111221071459-7mxdi5uj8o9pkae4
2011-12-21 12:44:59 +05:30
Turkesh Patel (Open ERP) 583d85cd3b [IMP] improved YML test cases in account_payment
bzr revid: tpa@tinyerp.com-20111221053457-8p9co1qdhdznxviw
2011-12-21 11:04:57 +05:30
Turkesh Patel (Open ERP) b9e329b8bc [IMP] Improved YML test case of account_payment module.
bzr revid: tpa@tinyerp.com-20111220120924-01l9t6eq69y7lqb8
2011-12-20 17:39:24 +05:30
Turkesh Patel (Open ERP) 9dacf0305e [IMP] Improvrd YML test cases of Account_payment module.
bzr revid: tpa@tinyerp.com-20111219100747-zzt5i2gnsngt30gl
2011-12-19 15:37:47 +05:30
Turkesh Patel (Open ERP) f44e88a67d [IMP] improvement in yml test code in account_payment module
bzr revid: tpa@tinyerp.com-20111219065214-m5a570xuc4z3f5vy
2011-12-19 12:22:14 +05:30
Mayur Maheshwari (OpenERP) 4f43cda69c [IMP]account_payment: remove a ui folder and its file and move a process file in test and added a demo data yml for account_payment
bzr revid: mma@tinyerp.com-20111129053510-mgyesspwq3gc8a6d
2011-11-29 11:05:10 +05:30
Mayur Maheshwari (OpenERP) 8a59a9acef [IMP]account_payment: some improvement in teg line
bzr revid: mma@tinyerp.com-20111117112710-egyuyxor9imofi40
2011-11-17 16:57:10 +05:30
Mayur Maheshwari (OpenERP) a3417cd707 [IMP]account_payment: highlight a file and code which is not used and put a nolabel and seperoter on many2many filed
bzr revid: mma@tinyerp.com-20111115115543-uskt6i3dyabj7im5
2011-11-15 17:25:43 +05:30
Mayur Maheshwari (OpenERP) c01f177771 [IMP]account_payment: added a new file for test tha onchange ,copy and filed_view_get
bzr revid: mma@tinyerp.com-20111115103123-gnhn1zyjcqy8fg36
2011-11-15 16:01:23 +05:30
Mayur Maheshwari (OpenERP) 82bfb28027 [IMP]account_payment: added a new file for draft2valid bank statement with import payment line
bzr revid: mma@tinyerp.com-20111115084934-tdacwbjcc13ng56g
2011-11-15 14:19:34 +05:30
Mayur Maheshwari (OpenERP) d62a1ba6e9 [IMP]account_payment: added a new file for draft2cancel payment order
bzr revid: mma@tinyerp.com-20111115064639-jzfeac0fd3zytmin
2011-11-15 12:16:39 +05:30
Mayur Maheshwari (OpenERP) 6c7405a0cd [IMP]account_payment: improve a account_payment with using a demo data and test a more case and reneame a file and fix the problem of populate_statement wizard
bzr revid: mma@tinyerp.com-20111115063530-qxdbl15skf34h413
2011-11-15 12:05:30 +05:30
fp d2ac8defd8 [FIX] fixed yml tests due to removed fields on account payments
bzr revid: fp@fp-laptop-20110815230637-q86iamto5atzycfg
2011-08-16 01:06:37 +02: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
mtr fd120595c6 [IMP] account*,crm*,hr*,auction,delivery,event:changed static date of 2010 to current date
bzr revid: mtr@mtr-20110105072914-mnmacnml1n6inkyh
2011-01-05 12:59:14 +05:30
husen f433b959c2 merged with trunk
bzr revid: husen@husen-laptop-20101230095809-cl6dkve1odgdtqtv
2010-12-30 15:28:09 +05:30
Anup (OpenERP) 9d3e1dbac2 [FIX] account_payment : Fixed YML and demo data
bzr revid: ach@tinyerp.com-20101004083619-inbqfcj8dv9my7l0
2010-10-04 14:06:19 +05:30
Anup (OpenERP) e470276384 [IMP] account_payment : YML test for report and demo data added
bzr revid: ach@tinyerp.com-20100916153814-s4qakadpqjkvem2j
2010-09-16 21:08:14 +05:30
PSI(OpenERP) a4a2627c1b [IMP] Account Payment: Improve the module (remove payment.type object, change the menus, etc) (still need some improvement from piratpad remaining to do)
bzr revid: mra@mra-laptop-20100906033801-9kxjpzkhhiltcpp4
2010-09-06 09:08:01 +05:30
Harry (OpenERP) 297ba866c0 [FIX] account_payment: yml issue
bzr revid: hmo@tinyerp.com-20100901114541-q1loyxtl09jubvv4
2010-09-01 17:15:41 +05:30
rpa (Open ERP) b14540cdb8 [IMP]: account_payment: Minor corrections in yaml
bzr revid: rpa@tinyerp.com-20100712132625-wgyijxd0bjgaum63
2010-07-12 18:56:25 +05:30
psi (Open ERP) 8622032818 [ADD] account, account_*: Add YAML test files
bzr revid: psi@tinyerp.co.in-20100608124744-8g3ggthdb6mn17ok
2010-06-08 18:17:44 +05:30