Commit Graph

60862 Commits

Author SHA1 Message Date
Mayur Maheshwari (OpenERP) f78e5b1b1b [IMP]mrp : improve string and remove name field from mrp.bom object
bzr revid: mma@tinyerp.com-20121016123741-g042zhrmmyfqb0sa
2012-10-16 18:07:41 +05:30
Launchpad Translations on behalf of openerp daa7ed0fb5 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121016044626-of314xq75au1bkdd
2012-10-16 04:46:26 +00:00
Fabien Pinckaers ba0fdce251 [MERGE] addons17
bzr revid: fp@tinyerp.com-20121015182034-90dl5erq7evfsd1p
2012-10-15 20:20:34 +02:00
Fabien Pinckaers ffc34ab101 [MERGE] salesman -> salesperson
bzr revid: fp@tinyerp.com-20121015175508-iqj9n5h4i9138dw4
2012-10-15 19:55:08 +02:00
Fabien Pinckaers 07a35f0fd3 [MERGE] sale order line no graph
bzr revid: fp@tinyerp.com-20121015175419-pbjmcgg754qm0vx6
2012-10-15 19:54:19 +02:00
Fabien Pinckaers 7c828545d3 [MERGE] mrp uom
bzr revid: fp@tinyerp.com-20121015173018-4rhlgrxsetsg2jzv
2012-10-15 19:30:18 +02:00
Fabien Pinckaers 02ed4f8d48 [MERGE] project useability improvements
bzr revid: fp@tinyerp.com-20121015172728-r0w03js9b149ee7t
2012-10-15 19:27:28 +02:00
niv-openerp b97cb148c8 [IMP] added missing localization files
bzr revid: nicolas.vanhoren@openerp.com-20121015163527-i8upwcnr29yq5o7a
2012-10-15 18:35:27 +02:00
niv-openerp 6034e14280 [IMP] Added localization file for sr@latin
bzr revid: nicolas.vanhoren@openerp.com-20121015162904-hhig0alct0dld5r3
2012-10-15 18:29:04 +02:00
niv-openerp d20e95dce3 [IMP] account: some more improvement to reconciliation
bzr revid: nicolas.vanhoren@openerp.com-20121015153339-mxp25btufvkj68zh
2012-10-15 17:33:39 +02:00
Fabien Pinckaers a48589b72b [MERGE] date_end computed on events
bzr revid: fp@tinyerp.com-20121015152852-nndcg6ekd8i0punb
2012-10-15 17:28:52 +02:00
niv-openerp bd8a4a8e5e [FIX] account: reconciliation now displays a custom view
bzr revid: nicolas.vanhoren@openerp.com-20121015151554-5nrchkji3dyer7u6
2012-10-15 17:15:54 +02:00
Quentin (OpenERP) 24f5e3d042 [MERGE] staging branch with removal of property_reserve_and_surplus_account, fixes in invoice analysis report, usability improvements in account and hr
bzr revid: qdp-launchpad@openerp.com-20121015142729-0vlvv1mx54zr6p4f
2012-10-15 16:27:29 +02:00
niv-openerp a2399bc651 [FIX] Small problem with formatting
bzr revid: nicolas.vanhoren@openerp.com-20121015135607-j2c3dedpxaiuivd3
2012-10-15 15:56:07 +02:00
niv-openerp 04353719e9 [IMP] removed on_close in Dialog
bzr revid: nicolas.vanhoren@openerp.com-20121015135236-r5809kwwbcqo67tj
2012-10-15 15:52:36 +02:00
Quentin (OpenERP) eea4d6ee73 [IMP] account, account_voucher: moved some fields from res.company to accounting settings + removed duplicated fields (in company form view AND accounting settings)
bzr revid: qdp-launchpad@openerp.com-20121015135027-fbapd9h06gtixpep
2012-10-15 15:50:27 +02:00
Vo Minh Thu ede4edc156 [FIX] web/tests: `import openerp.addons.web` instead of `import web`.
bzr revid: vmt@openerp.com-20121015134918-9ccl265d49qkms4t
2012-10-15 15:49:18 +02:00
niv-openerp ed445ff91a [REVERT] revert commit 3224 because it didn't reproduced the original behavior and some on_close were forgotten
bzr revid: nicolas.vanhoren@openerp.com-20121015133815-hmkz6h1bkhnbq7up
2012-10-15 15:38:15 +02:00
Quentin (OpenERP) a99934dc78 [FIX] account: typo in print overdue report introduced in revision 7762. Thanks to Olivier, 'the lynx-eyes'
bzr revid: qdp-launchpad@openerp.com-20121015133644-edsismxhj32fhdhw
2012-10-15 15:36:44 +02:00
Antony Lesuisse 59ddf58bb4 [MERGE] callback2deffered rpc
bzr revid: al@openerp.com-20121015133334-4fmbsa14r23laljs
2012-10-15 15:33:34 +02:00
niv-openerp 0227125c44 [IMP] Changed calendar to open popups with the buttons on the bottom left.
bzr revid: nicolas.vanhoren@openerp.com-20121015132836-rg0y8kjdj7f3vh5h
2012-10-15 15:28:36 +02:00
niv-openerp 3db503e423 [IMP] Now form view relation popups use $buttons.
bzr revid: nicolas.vanhoren@openerp.com-20121015132444-v3379ccn5xau8220
2012-10-15 15:24:44 +02:00
Antony Lesuisse 04ee6ee71f [MERGE] callback2deffered dataset call
bzr revid: al@openerp.com-20121015132409-et4c07ag8c9atffz
2012-10-15 15:24:09 +02:00
Olivier Dony 5f5b3d6391 [MERGE] tools.html2plaintext: consistent use of lxml.etree.HTMLParser to convert HTML to plaintext
We used to switch to using BeautifulSoup when available, but that
lead to inconsistent behavior depending on the installed Python
packages, and sometimes to bad surprises. There is no advantage
in using BeautifulSoup rather than HTMLParser, and the latter is
always available, as we depend on lxml.

bzr revid: odo@openerp.com-20121015130828-nd7tj9fa4sh8av3k
2012-10-15 15:08:28 +02:00
niv-openerp 87ea306997 [IMP] Modified formatting of m2o to be consistent with the m2o in form view
bzr revid: nicolas.vanhoren@openerp.com-20121015125123-cyosgswtdxgtcom7
2012-10-15 14:51:23 +02:00
niv-openerp 38582c8410 [FIX] Problem in editable list view: in sale orders, when we add a line in the order lines o2m then select a product, some strange numbers appear on the top left of the list view.
bzr revid: nicolas.vanhoren@openerp.com-20121015123856-j4sgaqtf3oexg6of
2012-10-15 14:38:56 +02:00
Olivier Dony e06e3aad4a [IMP] tools.html2plaintext: consistent use of lxml.etree.HTMLParser to convert HTML to plaintext
We used to switch to using BeautifulSoup when available, but that
lead to inconsistent behavior depending on the installed Python
packages, and sometimes lead to bad surprises. There is no advantage
in using BeautifulSoup rather than HTMLParser, and the latter is
always available.

bzr revid: odo@openerp.com-20121015120934-njaylf99dc5zekfw
2012-10-15 14:09:34 +02:00
Quentin (OpenERP) d56be2c622 [REF] account: removed dead field 'property_reserve_and_surplus_account' that was not used anymore
bzr revid: qdp-launchpad@openerp.com-20121015114847-j2po052ckxtgegqc
2012-10-15 13:48:47 +02:00
Vidhin Mehta (OpenERP) 287b9d09eb [MERGE]trunk.
bzr revid: vme@tinyerp.com-20121015113332-i8g3d8na27j08h3l
2012-10-15 17:03:32 +05:30
Quentin (OpenERP) 547c05e8d8 [MERGE] trunk
bzr revid: qdp-launchpad@openerp.com-20121015112545-tzdvpxtfrggxlynd
2012-10-15 13:25:45 +02:00
Quentin (OpenERP) b5b9bc9872 [FIX] account, invoice analysis report: fixed 2 bugs in multi-currency environments (1) wrong currency rate chosen for transformation into base currency because of missing 'order by' statement; (2) re-transformation of amounts into user's currency instead of leaving them in base currency (rate=1)
bzr revid: qdp-launchpad@openerp.com-20121015112530-6bbo1xia2f3i5fzf
2012-10-15 13:25:30 +02:00
Rajesh Prajapati (OpenERP) 2df086772b [IMP] crm_partner_assign : filter string changed for customer filter salesman to salesperson
bzr revid: rpr@tinyerp.com-20121015091452-6tvm8hqa2mp9frtp
2012-10-15 14:44:52 +05:30
vta vta@openerp.com fca9f19f76 [MERGE] trunk-trigger-dataset_on_change.
bzr revid: vta@openerp.com-20121015075414-uzcv7oirczkk0fjw
2012-10-15 09:54:14 +02:00
vta vta@openerp.com 76fe889331 [FIX] Fixed some small issues concerning event triggering.
bzr revid: vta@openerp.com-20121015075320-2zgo32vy5fengm7b
2012-10-15 09:53:20 +02:00
vta vta@openerp.com c6dfd8afc1 [MERGE] Latest trunk.
bzr revid: vta@openerp.com-20121015071605-jgupguux9p1aavdm
2012-10-15 09:16:05 +02:00
Ajay Chauhan (OpenERP) 5ec8af18be [MERGE] merge with lp:openobject-addons
bzr revid: cha@tinyerp.com-20121011052546-88zsqypdgt16etym
bzr revid: cha@tinyerp.com-20121012051404-9th4uopwj551b8ix
bzr revid: cha@tinyerp.com-20121015055034-tcoa0ool4enwgasz
2012-10-15 11:20:34 +05:30
Ajay Chauhan (OpenERP) 8f9ddd1e7c [IMP] mrp,mrp_subproduct: made little change in warning message
bzr revid: cha@tinyerp.com-20121015051941-6dqf8bqo87lews7m
2012-10-15 10:49:41 +05:30
Ajay Chauhan (OpenERP) 504a1d2fb9 [MERGE] merge with lp:openobject-addons
bzr revid: cha@tinyerp.com-20121011052709-3fq17pzb8ut7l75d
bzr revid: cha@tinyerp.com-20121012051312-huk16gqwvuwxy98w
bzr revid: cha@tinyerp.com-20121015050320-tsawh79tfgpmhc1p
2012-10-15 10:33:20 +05:30
Fabien Pinckaers e273ccce63 [FIX] fix of r3147
bzr revid: fp@openerp.com-20121014195514-xnw8b23qtnjm1it2
2012-10-14 21:55:14 +02:00
Launchpad Translations on behalf of openerp 7f23ad5de5 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121014043940-206nffs2h36wt170
2012-10-14 04:39:40 +00:00
Antony Lesuisse 99c4f31111 [MERGE] ir.xml cleanup, ir.ui.view optional names
bzr revid: al@openerp.com-20121013123009-3gcu084xlryqesgx
2012-10-13 14:30:09 +02:00
Antony Lesuisse 8fa8551f01 [FIX] cleanup ir.xml mess, ir.ui.view name is now optional in xml files
bzr revid: al@openerp.com-20121013120924-xix9cbozm8kda7rj
2012-10-13 14:09:24 +02:00
Fabien Pinckaers 47f858afac [MERGE] costing method on products
bzr revid: fp@tinyerp.com-20121013112253-zlhx5hjdal6h0x4i
2012-10-13 13:22:53 +02:00
Fabien Pinckaers 18e9a26087 [MERGE] analytic journals and budgets
bzr revid: fp@tinyerp.com-20121013111553-bu3j3rdxptunzytz
2012-10-13 13:15:53 +02:00
Fabien Pinckaers f4835acacc [MERGE] typo setting
bzr revid: fp@tinyerp.com-20121013105339-orrw9hzt1cyabnzv
2012-10-13 12:53:39 +02:00
Fabien Pinckaers 9977565de3 [MERGE] hr addons13
bzr revid: fp@tinyerp.com-20121013105046-593paz0o7p4cm78y
2012-10-13 12:50:46 +02:00
Fabien Pinckaers 1d1879e3a4 [MERGE] better views, fix on so lines
bzr revid: fp@tinyerp.com-20121013104805-wceo6x1dpqgigsuo
2012-10-13 12:48:05 +02:00
Fabien Pinckaers e97a61630b [MERGE] fix html chars in groupby
bzr revid: fp@tinyerp.com-20121013104436-0m7voj50w1evrnjr
2012-10-13 12:44:36 +02:00
Fabien Pinckaers d2bd911c21 [MERGE]
bzr revid: fp@tinyerp.com-20121013104324-t7p11vcb6u14z712
2012-10-13 12:43:24 +02:00
Fabien Pinckaers 3bb88076e1 [MERGE] events improvements
bzr revid: fp@tinyerp.com-20121013104045-w552j40hzvqv9d89
2012-10-13 12:40:45 +02:00