Commit Graph

130 Commits

Author SHA1 Message Date
Saurang Suthar (OpenERP) a2a05cfc19 [IMP]:improved titles State by Status everywhere
bzr revid: ssu@tinyerp.com-20120504115748-2vd1dns7bxptg384
2012-05-04 17:27:48 +05:30
Quentin (OpenERP) ffd0c86ec2 [FIX] a lot of fixes in several modules, as the result of the code review of the merge of the objects res.partner and res.partner.address
bzr revid: qdp-launchpad@openerp.com-20120330090837-s87z2qzsvynhlbwr
2012-03-30 11:08:37 +02:00
Bhumika (OpenERP) e6eb4f31ad [Fix] hr_expense: fix the field name
bzr revid: sbh@tinyerp.com-20120307104942-r2674ngetk44b0y6
2012-03-07 16:19:42 +05:30
Bhumika (OpenERP) 7419c49725 [Fix] remove unused field referce
bzr revid: sbh@tinyerp.com-20120307104530-wjmgyaj4c9ocrd5i
2012-03-07 16:15:30 +05:30
Olivier Dony 5fc1a9fc7b [FIX] all: use newly introduced fields.date.context_today
Following the introduction of fields.date.context_today,
correct the main cases where we need to use the user's
timezone instead of the default UTC one.
There are probably many minor cases where this may be
useful, but those cases should be easy to fix now
that there is a common way to fix them.

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

bzr revid: odo@openerp.com-20120213180741-4hvd4p7wsep0fomf
2012-02-13 19:07:41 +01:00
Fabien Pinckaers 6aa1e416da [IMP] indexes on _order
bzr revid: fp@tinyerp.com-20111221221504-dcj2l8x2xstqmccs
2011-12-21 23:15:04 +01:00
Mayur Maheshwari (OpenERP) 357f3fca2f [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20111221123724-buifqfz9zvmu9s8n
2011-12-21 18:07:24 +05:30
Fabien Pinckaers baa769a369 [IMP] merge of alexi: order of expenses
bzr revid: fp@tinyerp.com-20111219214258-ibl1mf46xksak0br
2011-12-19 22:42:58 +01:00
Mayur Maheshwari (OpenERP) b439bc1606 [FIX]All: create an index for the column on require table
lp bug: https://launchpad.net/bugs/901474 fixed

bzr revid: mma@tinyerp.com-20111209060308-muefwlr323ji4kk7
2011-12-09 11:33:08 +05:30
Alexis de Lattre 56f79ffbd0 [Usability] Show newer expenses at the top (like for invoices and sale orders)
bzr revid: alexis@via.ecp.fr-20111207171457-aulq0xz56pnk91ey
2011-12-07 18:14:57 +01:00
Harry (OpenERP) 5f2c5a4322 [IMP] hr_expense: YML test cases of expenses process
bzr revid: hmo@tinyerp.com-20111128080657-tevdtnx70fbdnpbn
2011-11-28 13:36:57 +05:30
Bharat (OpenERP) bd94429713 [FIX] hr : modified the workflow inorder to keep separate functionality between hr_expense and supplier_invoice
bzr revid: bde@tinyerp.com-20111118114453-bd7vc3urjbepo3rt
2011-11-18 17:14:53 +05:30
Bharat (OpenERP) 6864ce3414 [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20111118095310-dmsaa9m014hq97h1
2011-11-18 15:23:10 +05:30
Xavier Morel f5661001a6 [FIX] invalid action descriptor shape returned by (hr.expense.expense).invoice
* Due to a stray comma, returns view_id as a list of tuples of ids
  (with a single tuple of a single id), should *at most* return a list
  or tuple of ids

* If returning a view_id, pair it with a single view_mode (nobody I
  asked was able to nail down the exact semantics for multiple
  view_mode and a view_ids, so openerp-web accepts either multiple
  view_mode or a view_id but not both)

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

bzr revid: xmo@openerp.com-20111021103639-3zx71fu0qrt36zpg
2011-10-21 12:36:39 +02:00
ARA (OpenERP) 211e143c63 [FIX] hr-expense : incmplete handling of canceld and reopened invoices
bzr revid: ara@tinyerp.com-20110929052103-r2sli46n67ahv4ej
2011-09-29 10:51:03 +05:30
ARA (OpenERP) ad61a880bf [FIX] hr-expense : incmplete handling of canceld and reopened invoices
lp bug: https://launchpad.net/bugs/808704 fixed

bzr revid: ara@tinyerp.com-20110928121331-p3x76mmel6ity9fs
2011-09-28 17:43:31 +05:30
Fabien Pinckaers 5adc6d3c00 merge
lp bug: https://launchpad.net/bugs/796363 fixed

bzr revid: fp@tinyerp.com-20110924131135-3op33ncldu14ghmr
2011-09-24 15:11:35 +02:00
Ujjvala Collins (OpenERP) d40e971a93 [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20110915102206-v2ukybagx5jesask
2011-09-15 15:52:06 +05:30
Atik Agewan (OpenERP) 53be1a95ef [ADD] Hr_expense,Hr_holidays,Hr_Recrutment,,Project_issue:Add widget=statusbar in state field.
bzr revid: aag@tinyerp.com-20110915054340-i84rf83h7ctkvvu3
2011-09-15 11:13:40 +05:30
Olivier Dony 2a40f9a499 [FIX] *: browse_record getattr() now propagates context
When a different context needs to be passed to the
method call, it must now be an explicit keyword.
By default it can be ommitted in most cases.

bzr revid: odo@openerp.com-20110913134551-nmr80dgeolotplub
2011-09-13 15:45:51 +02:00
Olivier Dony 097b76d372 [FIX] hr.expense: add missing import - was removed due to side-effect of merging 6.0 changes
bzr revid: odo@openerp.com-20110809144741-kubo8p3cqndlwlo7
2011-08-09 16:47:41 +02:00
Quentin (OpenERP) 9c9516d21c [MERGE] merged with main addons trunk
bzr revid: qdp-launchpad@openerp.com-20110706145644-merwy0setzzb8c9w
2011-07-06 16:56:44 +02:00
Olivier Dony 06fb14130a [IMP] removed method=True params from all fields.function
Server revision 3495 odo@openerp.com-20110701232328-flgxulxva70vnyxr
removed the need for passing method=True to function fields,
so this is the equivalent addons fix, removing it everywhere.
Please be careful from now on, and do not pass it anymore!

bzr revid: odo@openerp.com-20110701234124-a61zl0idvdfz3hyb
2011-07-02 01:41:24 +02:00
Quentin (OpenERP) 664ba7bba3 [MERGE] merge with main addons branch
bzr revid: qdp-launchpad@openerp.com-20110630133009-i0qxzrn9up9e0bog
2011-06-30 15:30:09 +02:00
Ujjvala Collins (OpenERP) b113f67159 [REF] hr_expense: Small Refactoring.
bzr revid: uco@tinyerp.com-20110617100009-m9mkt7nh6fsu0zdn
2011-06-17 15:30:09 +05:30
Ujjvala Collins (OpenERP) e5712ece72 [FIX] hr_expense: Removed default value for company id.
bzr revid: uco@tinyerp.com-20110617095508-qqv2bdr2h1rfs2g6
2011-06-17 15:25:08 +05:30
Ujjvala Collins (OpenERP) dee848cb21 [FIX] hr_expense: Used browse instead of read method for _company_get.
bzr revid: uco@tinyerp.com-20110617051501-o9cx1faew9v7qv6y
2011-06-17 10:45:01 +05:30
Stéphane Bidoul 3cc05ec6f9 [FIX] hr_expense: Fixed problem of company id when creating invoice from expenses.
lp bug: https://launchpad.net/bugs/796363 fixed

bzr revid: uco@tinyerp.com-20110615131326-64npowgjwy4jk4xy
2011-06-15 18:43:26 +05:30
Olivier Dony 560915cb68 [MERGE] merged latest fixes from 6.0 up to r.4556
Rev 4556 = revision-id: jvo@tinyerp.com-20110502133745-s1zyed65h6ojwkvk.

bzr revid: odo@openerp.com-20110502184643-d3qzosqdurscd51i
2011-05-02 20:46:43 +02:00
Rucha (Open ERP) b6428f5b9d [MERGE]: Merge with latest trunk
bzr revid: rpa@tinyerp.com-20110415092039-94d5dn2qiq388m7b
bzr revid: rpa@tinyerp.com-20110426064148-nqu2870kk5y59fym
bzr revid: rpa@tinyerp.com-20110427044613-zx55jv7o3t209meb
2011-04-27 10:16:13 +05:30
Jay Vora (OpenERP) 4d69993ce9 [MERGE] Merged Tejas' branch
bzr revid: jvo@tinyerp.com-20110421084935-ilfag4nnnoa591p9
2011-04-21 14:19:35 +05:30
Tejas (OpenERP) b1fdf78299 FIX : Stop to create validated invoice from hr_expense, now hr_expense invoice created with draft state
lp bug: https://launchpad.net/bugs/735368 fixed

bzr revid: tta@openerp.com-20110421063626-idhopqjg3vbelva8
2011-04-21 12:06:26 +05:30
ksa (Open ERP) 0fa464b1b7 [IMP]: Improve code
bzr revid: ksa@tinyerp.co.in-20110408125758-6soa3t29oels77ym
2011-04-08 18:27:58 +05:30
ksa (Open ERP) 6d9e38a658 [ADD]: config wizard for hr_expense and data file
bzr revid: ksa@tinyerp.co.in-20110407050810-t2bzvqpvmb4ikrkj
2011-04-07 10:38:10 +05:30
skh bc23be6eba [FIX] [PS] Generating an invoice from an expense doesn't create a correct supplier invoice
lp bug: https://launchpad.net/bugs/751296 fixed

bzr revid: skh@tinyerp.com-20110406060950-x1ndypq04szpsmvr
2011-04-06 11:39:50 +05:30
Quentin (OpenERP) 8fe11d0c1b [MERGE] bugfix 720629
bzr revid: qdp-launchpad@openerp.com-20110225140314-fjvkuk1e5w7pdwug
2011-02-25 15:03:14 +01:00
Quentin (OpenERP) bd02d3e2e6 [IMP] hr_expense/hr_expense.py improved translability and allow to switch in tree view once the invoice is open
bzr revid: qdp-launchpad@openerp.com-20110225140154-79lg4tr1n4pd3x4w
2011-02-25 15:01:54 +01:00
Quentin (OpenERP) 62b785285a [FIX] hr_expense: do not validate the invoice created from a hr_expense automatically
bzr revid: qdp-launchpad@openerp.com-20110225134844-wrjp0p51gqg1bafo
2011-02-25 14:48:44 +01:00
Rifakat Haradwala (Open ERP) 4b0b16ed4f [Fix]: hr_expense: removed warning
bzr revid: rha@tinyerp.com-20110223091325-kcwpjr781tnx016f
2011-02-23 14:43:25 +05:30
Rifakat Haradwala (Open ERP) 3895874622 [Fix]: hr_expense: open form view of invoice
bzr revid: rha@tinyerp.com-20110223071706-9oj1ib171m2cyh8g
2011-02-23 12:47:06 +05:30
Rifakat Haradwala (Open ERP) bc7582fc4c [Fix]: hr_expense: Invoicing an expense doesn't open the invoice form
lp bug: https://launchpad.net/bugs/720629 fixed

bzr revid: rha@tinyerp.com-20110223063555-q8is5wblqtp9ezg1
2011-02-23 12:05:55 +05:30
ARA (OpenERP) b36b8ba642 [FIX] HR_expense:HR - Invoicing an expense doesn't open the invoice form
lp bug: https://launchpad.net/bugs/720629 fixed

bzr revid: ara@tinyerp.com-20110218132742-fyambo8pxr3fs1n1
2011-02-18 18:57:42 +05:30
Mustufa Rangwala a78c1cf7ca [FIX] hr_expense: hr_expense: amounts must not be float
lp bug: https://launchpad.net/bugs/709667 fixed

bzr revid: mra@mra-laptop-20110131080556-jpw0ek3nwoojkxbf
2011-01-31 13:35:56 +05:30
qdp-launchpad@tinyerp.com 717ea6f930 [MERGE] merged the dev3 branch
bzr revid: qdp-launchpad@tinyerp.com-20110117180222-rvby5kh871sxfoyh
2011-01-17 19:02:22 +01:00
Mustufa Rangwala 2d369b9f4e [MERGE] performance issues - account, sale, hr_*, pos: https://bugs.launchpad.net/openobject-addons/+bug/693833
bzr revid: mra@mra-laptop-20110117123659-t3etytigbjtd88uq
2011-01-17 18:06:59 +05:30
Mustufa Rangwala 29110b6487 [FIX] hr_expense: hr_expense not working when Employee is not assigned user_id
lp bug: https://launchpad.net/bugs/703902 fixed

bzr revid: mra@mra-laptop-20110117122113-blnbg42tr0oxh5ny
2011-01-17 17:51:13 +05:30
psi (Open ERP) ec8823d2d3 [FIX] account, account_*, hr_*, point_of_sale, sale: performance issues - account_move_lines and others
lp bug: https://launchpad.net/bugs/693833 fixed

bzr revid: psi@tinyerp.co.in-20110117112056-ryw0wyjltqzeuhzt
2011-01-17 16:50:56 +05:30
P. Christeas 21d9d10681 hr_expense, payroll_account: Correct the English word "Expanse"
We obviously mean "expense" as in spending, not "expanse" as in stretch.

bzr revid: p_christ@hol.gr-20101227083850-u61v7sju7x29ndsw
2010-12-27 10:38:50 +02:00
XRG 37742e1379 [IMP] Hr expense: improve code
bzr revid: mra@mra-laptop-20101217075757-z11iwokcy2ynjese
2010-12-17 13:27:57 +05:30
Mustufa Rangwala 5b01081a39 [FIX] Hr_expense: 'NoneType' object does not support item assignment
lp bug: https://launchpad.net/bugs/691290 fixed

bzr revid: mra@mra-laptop-20101217054631-vkm93baylg7oggk1
2010-12-17 11:16:31 +05:30