Commit Graph

10 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
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
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
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