Commit Graph

47 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
Simon Lejeune babfb0f78d [IMP] hr* reports converted to qweb
bzr revid: sle@openerp.com-20140415191911-0rttsd7ayk6exm6u
2014-04-15 21:19:11 +02:00
Olivier Dony 8ac110c4dd [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 5098 rev-id: odo@openerp.com-20131011123914-7zuvd9mch21yxgj8
bzr revid: dle@openerp.com-20131009131902-a93nsbou4w8y0vlx
bzr revid: chs@openerp.com-20131009175454-j06y1ngylfbqyrpj
bzr revid: dle@openerp.com-20130918160049-fo88fl7uyhfoofkv
bzr revid: dle@openerp.com-20130924130544-kmkyr0d73cusvdav
bzr revid: odo@openerp.com-20131011134433-nyfjipvlql4xu127
2013-10-11 15:44:33 +02:00
Olivier Dony 306b2295c6 [IMP] hr_timesheet_invoice: cleanup/simplify previous commit
bzr revid: odo@openerp.com-20131003104355-2ttyu8wnactkawmn
2013-10-03 12:43:55 +02:00
Moises Lopez 9f33f77f3e [REF][hr_timesheet_invoice] Add if exists domain and pep8 in modify lines.
bzr revid: moylop260@vauxoo.com-20130908212817-sxx8n2iaqoqpwpgj
2013-09-08 14:28:17 -07:00
Moises Lopez e37f1e0f26 [FIX][account_payment/test/payment_order_process.yml] Fix test/test_hr_timesheet_invoice.yml too
bzr revid: moylop260@vauxoo.com-20130908205724-uylcetl1e4xy908t
2013-09-08 13:57:24 -07:00
Moises Lopez 50492bb349 [FIX][hr_timesheet_invoice] Fix global->particular invoice search to test_hr_timesheet_invoice_no_prod_tax
bzr revid: moylop260@vauxoo.com-20130907161501-9uip7h4simwv8ccz
2013-09-07 09:15:01 -07:00
Olivier Dony 9c08e12962 [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9085
revision-id: odo@openerp.com-20130429105458-r89mnkx8okdxsdld

bzr revid: odo@openerp.com-20130429151410-54y94063gijyk16o
2013-04-29 17:14:10 +02:00
Quentin (OpenERP) 1e344dbc53 [FIX] account_analytic_analysis, hr_timesheet_invoice: partial replay of the fix made in revno 9056. The fix effect is the same, but more appropriate to a stable version (the wizard will be removed in v8 only)
bzr revid: qdp-launchpad@openerp.com-20130423151810-lcwo7abivbaoog0s
2013-04-23 17:18:10 +02:00
Quentin (OpenERP) e13dc082e5 [REV] revert revision 9056 that was deleting a whole wizard. The patch is good but not applicable as it in the v7
bzr revid: qdp-launchpad@openerp.com-20130423144948-unekni1ztjwv71fb
2013-04-23 16:49:48 +02:00
Josse Colpaert 7bf78a7097 [FIX] Clean up: wipe of timeinvoicecreateviewfinal wizard
bzr revid: jco@openerp.com-20130327133645-ax49xrxvt5svh4b1
2013-03-27 14:36:45 +01: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
Raphael Collet 5f855a1ddb [MERGE] from trunk
bzr revid: rco@openerp.com-20130213083519-3nbg40h5em0gfeu3
2013-02-13 09:35:19 +01:00
Vo Minh Thu f4b6be2f66 [FIX] import openerp.netsvc instead of netsvc in YML tests.
bzr revid: vmt@openerp.com-20130209063134-ui2p9g3i395sjl7x
2013-02-09 07:31:34 +01:00
Vo Minh Thu c92b76740f [FIX] import openerp.{netsvc,tools} instead of {netsvc,tools} in YML tests.
bzr revid: vmt@openerp.com-20130209062821-9zx3hf0zwljeepyd
2013-02-09 07:28:21 +01:00
Tejas Tank 263e0cf482 [IMP] hr_timesheet_invoice: code cleanup unused import.
bzr revid: tta@openerp.com-20130201050551-1v45eut2toek9g7x
2013-02-01 10:35:51 +05:30
Olivier Dony eefc873a4b [MERGE] hr_timesheet_invoice: fix bug 1048305 + add regression test, courtesy of Stephane Bidoul (Acsone)
The semantics for invoice taxes in OpenERP is to use
the product taxes if the product has any (and if there
is a specific product), and otherwise use those on the
G/L account that is used. This is how taxes are determined
when creating invoices.

lp bug: https://launchpad.net/bugs/1048305 fixed

bzr revid: odo@openerp.com-20121030162443-rn18sl1twp2t1mex
2012-10-30 17:24:43 +01:00
Stéphane Bidoul ad811bf48e [FIX] hr_timesheet_invoice: make tax test more independent of master data
bzr revid: stephane.bidoul@acsone.eu-20121030145537-u4jdutaw2mzdur39
2012-10-30 15:55:37 +01:00
Stéphane Bidoul c186d01d8e [FIX] invoice tasks work: default to account tax when product has no tax
lp bug: https://launchpad.net/bugs/1048305 fixed

bzr revid: stephane.bidoul@acsone.eu-20121030112632-7cbfv7xgzqnua6i5
2012-10-30 12:26:32 +01:00
Rucha (Open ERP) 780bdb4a29 [IMP]: product: Changed xml_id of product in data file from product_product_0 to product_product_consultant to identify this record easily when accessing from py
bzr revid: rpa@tinyerp.com-20120726113914-gvpo9rx7fan77w3f
2012-07-26 17:09:14 +05:30
Rucha (Open ERP) d259c31449 [IMP]: product: Improved reference name for UoM hour and day to make it consistent with other demo reference name
bzr revid: rpa@tinyerp.com-20120703104559-3yew39vtv7ayop64
2012-07-03 16:15:59 +05:30
Rucha (Open ERP) 2558625eba [IMP]: product: Improved reference of product_consultant
bzr revid: rpa@tinyerp.com-20120703062321-w81hoysgssgwktbj
2012-07-03 11:53:21 +05:30
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
Quentin (OpenERP) 881ffef816 [REM] hr_timesheet_invoice: removed unused report cost ledger. It was duplicated code of the same report defined in account module AND calling its rml.
bzr revid: qdp-launchpad@openerp.com-20120224111713-d1j8hubz33cx5wyf
2012-02-24 12:17:13 +01:00
Raphael Collet a078b524c7 [FIX] missing definitions of xml ids hr.employee1, etc.
bzr revid: rco@openerp.com-20111222133559-mq58fblnrkhykguu
2011-12-22 14:35:59 +01:00
Fabien Pinckaers ef45bcb011 fix
bzr revid: fp@tinyerp.com-20111116183051-dj5nxt5m8qzkv058
2011-11-16 19:30:51 +01:00
Fabien Pinckaers a2a7dd149e fix
bzr revid: fp@tinyerp.com-20111116172825-hy538wvgs9filk8w
2011-11-16 18:28:25 +01:00
Fabien Pinckaers 464052f13b fix
bzr revid: fp@tinyerp.com-20111116163302-5wzu7y3ca8c1vu5e
2011-11-16 17:33:02 +01:00
Ujjvala Collins (OpenERP) b99ce24793 [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20111108083655-tu5u488okyudvts0
2011-11-08 14:06:55 +05:30
Quentin (OpenERP) c829e12bd2 [FIX] moved product_consultant data into the module product, as the hr_timesheet module is not the only one using it (sale do as well)
lp bug: https://launchpad.net/bugs/877495 fixed

bzr revid: qdp-launchpad@openerp.com-20111018153152-s7op06lppfu2p0up
2011-10-18 17:31:52 +02:00
Ujjvala Collins (OpenERP) 2e293ed92f [IMP] hr_timesheet_invoice: Improved yaml for remaining methods.
bzr revid: uco@tinyerp.com-20110923110906-ieqrc3aklgbhsphz
2011-09-23 16:39:06 +05:30
ARA (OpenERP) 55329ffbf6 [FIX] hr_timesheet_*: fix yml warning
bzr revid: ara@tinyerp.com-20110503130024-rs4iyy2tjcmyn7y0
2011-05-03 18:30:24 +05:30
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 3d7e6eb788 [IMP] account_followup,auction,base_calendar,crm,hr*,idea,lunch:changed static date of 2010 to current date
bzr revid: mtr@mtr-20110106053608-whpiu8tu9xkoo1ix
2011-01-06 11:06:08 +05:30
husen f433b959c2 merged with trunk
bzr revid: husen@husen-laptop-20101230095809-cl6dkve1odgdtqtv
2010-12-30 15:28:09 +05:30
Jas (OpenERP) 43f73c6898 [Imp] hr : improvements in yml file
bzr revid: jas@tinyerp.com-20101221120740-pk26ccemrndtd45k
2010-12-21 17:37:40 +05:30
P. Christeas f76eff791f hr_timesheet_invoice: fix yaml test
refactored the pythonic code inside the yaml test to use a single browse
object and made that "partner = ..." line really work

bzr revid: p_christ@hol.gr-20101204134037-c5mjwehlxr443ogv
2010-12-04 15:40:37 +02:00
P. Christeas 543cc3253d hr_timesheet_invoice: fix tabs in yml test.
bzr revid: p_christ@hol.gr-20101127201622-1ejourg60zu0si5i
2010-11-27 22:16:22 +02:00
DBR (OpenERP) d5b1d3e87d [IMP/MOD]hr_timesheet_invoice : Usability Improvement
bzr revid: dbr@tinyerp.com-20101015131700-jsvmj8fw9gfui7qr
2010-10-15 18:47:00 +05:30
SAZ(OpenERP) 14d55ddd6d [FIX] hr_timesheet_invoice : Passed the yaml report test
bzr revid: jvo@tinyerp.com-20100924104320-2f7dgfk43rp1i6l1
2010-09-24 16:13:20 +05:30
Jay (OpenERP) 56eed34030 [FIX] Hr_timesheet,hr_timesheet_invoice : YML test corrections
bzr revid: jvo@tinyerp.com-20100917142323-737yl8uiblz2mzc7
2010-09-17 19:53:23 +05:30
RME (OpenERP) a2b9eaeccf [IMP] hr_attendance, hr_holidays, hr_timesheet, hr_timesheet_invoice, hr_payroll, hr_expense : yml report test added
bzr revid: rme@tinyerp.com-20100917072806-t86i3yit9ceiofk9
2010-09-17 12:58:06 +05:30
RME (OpenERP) ba148dba0a [IMP] hr_attendance, hr_timesheet_invoice, hr_payroll : yml report test added
bzr revid: rme@tinyerp.com-20100916122949-gisdwwxrjc7xia6t
2010-09-16 17:59:49 +05:30
PSI(OpenERP) ed1a266309 [IMP] hr_timesheet_invoice: yaml, and hr_timesheet view
bzr revid: mra@mra-laptop-20100810120102-6d7sz4nsyho0i5g9
2010-08-10 17:31:02 +05:30
PSI(Openerp) a0e9f8d2b7 [IMP] HR related modules yaml
bzr revid: mra@mra-laptop-20100730085935-7m1d0km3li9ehrva
2010-07-30 14:29:35 +05:30
atp (Open ERP) fc672aaced [IMP]: Minor Improvement in yaml file for hr_timesheet_invoice module.
bzr revid: atp@tinyerp.co.in-20100531082351-cfgsfdh5wcw3h7vp
2010-05-31 13:53:51 +05:30
atp (Open ERP) a7172a010a [ADD]: hr_timesheet_invoice: create yaml for hr_timesheet_invoice module.
bzr revid: atp@tinyerp.co.in-20100531074135-m3eaf6rf7gul520r
2010-05-31 13:11:35 +05:30